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 fa 12 anys updated by Ada Chao fa 12 anys 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 fa 13 anys actualitzat fa 12 anys 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 fa 11 anys updated by Henrik Pauli fa 7 anys 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 fa 12 anys 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
Completat

Find in Project Files

Ken Richard fa 13 anys updated by Jon Skinner fa 11 anys 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.
Answer
Jon Skinner fa 13 anys
I agree! Handily, the Project/Find in Project menu item does just this :)
+8

regular expression save as a template

xue fa 12 anys 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 fa 14 anys updated by Pavlos Vinieratos fa 13 anys 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
Completat

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

Metin Amiroff fa 14 anys updated by Jon Skinner fa 12 anys 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.
Answer
Jon Skinner fa 13 anys
This was added in 2139
+8

Improve pane layout

Games Faction fa 14 anys updated by Darin Morrison fa 11 anys 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 fa 13 anys actualitzat fa 13 anys 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 :)