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 12 year бұрын updated by Ada Chao 12 year бұрын 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 13 year бұрын жаңартылды 12 year бұрын 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 11 year бұрын updated by Henrik Pauli 7 year бұрын 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 12 year бұрын 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
Аяқталған

Find in Project Files

Ken Richard 13 year бұрын updated by Jon Skinner 11 year бұрын 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 13 year бұрын
I agree! Handily, the Project/Find in Project menu item does just this :)
+8

regular expression save as a template

xue 12 year бұрын 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 year бұрын updated by Pavlos Vinieratos 13 year бұрын 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
Аяқталған

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

Metin Amiroff 14 year бұрын updated by Jon Skinner 12 year бұрын 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 13 year бұрын
This was added in 2139
+8

Improve pane layout

Games Faction 14 year бұрын updated by Darin Morrison 11 year бұрын 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 year бұрын жаңартылды 13 year бұрын 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 :)