Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+1

Execute file flag removed on save

a a 13 років тому 0

Sublime Text 3, Rev 3021,

Windows XP, Mounted ext 4 drive with SFTP Drive.


When ever a file is saved the execute flag is removed. Sublime Text 2 Rev 2217 does not removed execute flag.


Expected behavior: File flags are not changed.

+1
Fixed

OSX: Line height in "goto" panel increases on mouse hover

senzo 15 років тому оновлено Jon Skinner 15 років тому 2
Image 8
+1

Undo stack after auto completion should replace "completion" with tab first

EHLOVader 15 років тому оновлений 15 років тому 1
When you type out something (seemingly benign) and tab to space things out, only to find that it auto completed instead it would be helpful to have the first step of Undo remove the completion, while keeping the tab, then have the tab removed on a second undo.
+1

extension API for acting as the editor of a componetized IDE

kelvin bitnick 15 років тому оновлений 15 років тому 0
add an API or socket API for integration with the compiler tools, to have sublime beeing the editor of an IDE. see http://www.typerex.org/ for surrounding tools for objective caml. Typerex for now focus on emacs.
+1

Double clicking Find/Replace button on Linux does 3 actions, not 2

Scott Vivian 14 років тому оновлений 13 років тому 2

Described in more detail here: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=11212 but posting here in case you didn't see it.


Find/Replace has a really annoying bug on Linux - if you click too quickly it jumps an extra match. So if you click Find it finds the 1st match, then if you click Find twice quickly it should go to the 3rd match, but instead it goes to the 4th!


Incredibly annoying when trying to find/replace some matches in a file but not all. Still a problem in the latest ST3 build!

+1

Find - In Location better prompting

balaam 15 років тому 0
Pressing control-shift-F brings up
Find What:
In Location:

In the "In Location" box I can have <project> or <open tabs> or ... well I don't know what the special commands are! A dropdown box listing the options would be helpful, or autocomplete. Make it more "discoverable".

I almost always want to find in the entire project.


Also if I do find the item and it's in a file that doesn't have a tab, double click the found item line doesn't open up a new tab. Version 2126. But clicking the filename in the find box does open the tab. It should work for clicking on the line found in that file too.


+1

Moving tab back to previous instance doesn't work correctly

Darren Dub 15 років тому оновлений 15 років тому 1
Using Win 7 Build 2165.

If I create a new instance of ST by dragging the tab out. If I try to drag the tab back to the original instance, I can't drag the tab above the height where that tab started.

Edit: This seems to only be an issue of the two instances are on separate screens.
+1

make {"include": "$self"} (optionally) also include parent definitions

Jan Kurella 14 років тому 0

When you include a syntax definition that contains spans and therein {"include": "$self"} (e.g. the shell syntax rules), then within such syntax blocks (shell loops) your own syntax rules are not further used.

it would be nice, to have something like

{"include": "source.shell", "propagateSelf": true}

This would then make sure, that each {"include": "$self"} in source.shell would get access also to my tree first.

+1

Snippets do not show up in auto complete box on Windows

Alexander Rechsteiner 13 років тому оновлено Ajjaykummar Naagley 13 років тому 1

Snippets that have a <tabTrigger> attribute which starts with a special character do not show up in the auto complete box on Windows.


A good example for this are the jQuery plugins that are currently available, which contain tab triggers like this one:


<tabTrigger>.on</tabTrigger>


If the dot is removed, the snippet will show up in the auto complete box as expected. The same snippets seem to work fine on OS X.

+1

an auto-populated list of include files within script

Jay Taylor 15 років тому оновлено Nicholas Riley 14 років тому 1

The one feature I've failed to find in an IDE outside of Dreamweaver code view is simple sub-menu tabs for 'include' files within the open script. Its such a handy feature for jumping between associated files. I can even put an include statement within comments and it will appear on the sub-menu. And by right clicking on one of the menu items you can open it as a separate file if you so wish. great feature in my eyes.


Heres an image of what I mean...


dreamweaver sub-menu


You can see 'source code' is the file you are currently working on and the others listed next to it are linked to it within the file in some way. That could be an include statement, js file, css file....