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

+1

find in files: find class in php file

Ridwan Aji Bari hace 12 años 0

i am able to find ID's when i hit Ctrl + R in PHP file. but can't find Classes. it would be nice if this feature added

+1

line_padding_bottom_wordwrap

Mathias Rangel Wulff hace 11 años 0

The short version:  

Give me a line_padding_bottom that only applyes on lines with linenumbers on. 

The longer version:

When writing prosa with sublime it is central for the readflow to be able to set 


line_padding_bottom_wordwrap


could be set. 


It would set the bottom padding for a wrapped line - letting the wrapped line apear as a chunk of text with a padding to the next line. 



+1

sublime.packages_path()

Juan Falgueras hace 13 años actualizado por FichteFoll hace 13 años 1

sublime.packages_path() returns the absolute path of the packages directory, but settings.get doesn't, and it puts always the packages/ relative starting folder for its answer.  Then you need to join both but previously deleting the word Packages or jumping back .. in the middle of the joint paths.  This is a bit annoying and could be easily solved having always full paths or settings answering without this "Packages/" starting folder

+1

"Quick Edit" should be very usefull!

Sergey Fedosenko hace 9 años 0

I mean Quick Edit like in Brackets editor (Ctrl+E)

+1

TABS

Tet Psy hace 12 años actualizado hace 12 años 1

hey there, for the sublime tabs functions, it would be cool if the window the tab is in, dissappears when you move the tab into another tabs window, every time i open a new file and place it with the rest of my files, i have to close its window.. thank you

+1

Improve cursor/tab position on new lines

Joe Critchley hace 12 años 0

In the HTML package (and possibly others), the creation of new lines means that cursor goes to the start of the line, rather than below the current element. (This is commonplace in other editors, e.g. TextMate.)


Please see my video for a walkthrough of the issue: http://www.youtube.com/watch?v=gA6ICRY6K50

+1

playframework snippets

Mecid Cabrayilov hace 14 años 0
Please add Playframework snippets for java
+1

Cancel after count in Vintage

Ben Goldsmith hace 13 años actualizado por Ibrahim Tencer hace 13 años 1
In Vintage, I often mistype a count (35G when I meant to do 435G, for example), and I can't cancel the count with Esc or ctrl+[, which can be frustrating and disrupting.
+1

@@ does not work to repeat a macro

James McLaughlin hace 13 años actualizado hace 13 años 1
In vim, you can repeat the last used macro with @@. This does not work in ST2 Vintage mode.

It's also not possible to run a macro multiple times (e.g.  20@x).
+1

Close All Files - more options

nhoj patrick hace 9 años 0

Please could Close All Files be given more options. At the moment you get a popup per unsaved file.


When using large code bases sometimes a File/Replace does wrong and I want to revert 100+ open files and have to do them individually.


Could a checkbox or something be added like, "Pick this option for all unsaved files".


Or button updates;

"Yes to all", "No to all", "Yes", "No", "Cancel"