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

+8

quick add next and quick find all to be case sensitive

Paul Tramp hace 12 años actualizado por Ada Chao hace 12 años 1

One of the main features is to use Multiple Selections to rename variables quickly. But in java and some other O.O. languages it is important that the features that select them are case sentive.

+8

Highlight folder of the active file in sidebar

Jussi Rytkönen hace 13 años actualizado hace 12 años 2
When you are editing a file the name of this file gets highlighted in the side bar, but only if the folder where the file resides is unfolded. Unfolding the folder when you activate the file could quickly get very annoying, but how about just highlighting the folder itself?

I normally work with many projects open in the sidebar and often these projects have files with same names so knowing which project the current file belongs to is crucial. Highlighting the folder would help a lot in this.
+8

"(project) file/name" in title bar

Brian Okken hace 11 años actualizado por Henrik Pauli hace 7 años 2

Current set up in ST3 is "file/name (project)"

The problem with that is that minimized windows will chop off the title, and then I only see part of the file path, and not the project.

+8

SideBar Files Custom Sort

Michael Brennan-White hace 12 años 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
COMPLETADO

Find in Project Files

Ken Richard hace 13 años actualizado por Jon Skinner hace 11 años 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.
Respuesta
Jon Skinner hace 13 años
I agree! Handily, the Project/Find in Project menu item does just this :)
+8

regular expression save as a template

xue hace 12 años 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 hace 14 años actualizado por Pavlos Vinieratos hace 13 años 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
COMPLETADO

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

Metin Amiroff hace 14 años actualizado por Jon Skinner hace 12 años 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.
Respuesta
Jon Skinner hace 13 años
This was added in 2139
+8

Improve pane layout

Games Faction hace 14 años actualizado por Darin Morrison hace 11 años 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 hace 13 años actualizado hace 13 años 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 :)