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

+8

SideBar Files Custom Sort

Michael Brennan-White 13 år siden 0
I not only would like the ability to sort the files in the side bar by the modification date as suggested by Clayton Hynfield but also the ability to Sort by File Type

+8
Færdig

Find in Project Files

Ken Richard 14 år siden opdateret af Jon Skinner 12 år siden 4
The find in files lets you choose a folder for searching which is very nice.  It would be even better if there was an easy way to reset to the project folder.  Alternatively add a "Find in Project Files" option.
Svar
Jon Skinner 14 år siden
I agree! Handily, the Project/Find in Project menu item does just this :)
+8

regular expression save as a template

xue 13 år siden 0

I hope sublime text next version has a new feature that when i find something with regular expression , i can save it as a template ,so next time i want to use it ,i can directly use. I think this can save a lot of timeImage 177

+8

OSX: up and down on first and last line

adzenith 14 år siden opdateret af Pavlos Vinieratos 13 år siden 6
In OS X, pressing up on the first line of a buffer should go to the beginning of the line, and pressing down on the last line should go to the end.
+8
Færdig

Make Ctrl + mouse scroll wheel increase / decrease coding font size (zoom in and out)

Metin Amiroff 14 år siden opdateret af Jon Skinner 12 år siden 3

Now that we have mouse actions support, it would be great to have this feature by default. Quickly zooming in and out with scroll wheel while ctrl is pressed is familiar to users as most of web browsers already implement that.
Svar
Jon Skinner 13 år siden
This was added in 2139
+8

Improve pane layout

Games Faction 14 år siden opdateret af Darin Morrison 12 år siden 4
A lot of issues with the panes would be solved by adopting a similar system to BRIEF from several years ago. I can;t remember the exact specific keys, but in BRIEF, to split a pane, you would press F3 then the direction to split and a new pane would be created, automatically taking keyboard focus. For instance, F3+right, would split the current pane into two with the new one on the right-side of the original. This could be repeated infinitely in any direction.

F4+cursor removes the split in the cursor direction
F2+cursor moves keyboard focus to the pane in the cursor direction
+8

Column selection mode does not toggle on if you press alt mid mouse drag

Chase de Languillette 13 år siden opdateret 13 år siden 0
Kind of nitpicky, but this happens to me at least once per day-

1. Start a left click drag to start selecting text.
2. Press alt while the left mouse button is still down.

Note that column selection does not toggle on.  While dragging the mouse, pressing & releasing the alt key should toggle back & forth between column selection and regular selection.  

Textmate does this, and it's just a nice flexibility thing to have.  Sometimes I change my mind mid-drag and it's annoying to have to restart the selection process :)
+8

Overwrite read-only files when saving

Matthew Johnson 13 år siden opdateret af Mark Fowler 13 år siden 1
Some IDEs, such as Visual Studio, provide the user with an option to "Overwrite" a read-only file when saving, by changing the file's read-only status and then saving the changes. Having an "Overwrite" button in the read-only warning message would be helpful, since I usually just go and find the read-only file and change the state anyways.
+8

Variable to access clipboard content in snippets

lumpysimon 12 år siden opdateret af Tanxerina Studio 8 år siden 3

It would be great if there was a way to easily access the content of the clipboard within a snippet, something like $CLIPBOARD, so for example you could do ${1:$CLIPBOARD}

+8

ST3: Support symbol indexing of enumeration values in C/C++

Andy Jarrell 11 år siden 0
The new symbol indexer is a very useful feature and ST3 continues to get better.  However, the indexer does not seem to identify values within an enumeration.  For example:

typedef enum MyTestEnum
{
   enum1,
   enum2,
   enum3
} MyTestEnum;
enum1, enum2, and enum3 will not be discoverable (though MyTestEnum will) via the Ctrl-Shift-R (find symbol in project) option.

Also see:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=10886

Kundesupport af UserEcho