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

+5
Lõpetatud

Display matched count

James Brooks 14 aastat tagasi uuendaja Dustin Oprea 3 aastat tagasi 8
I'm sure I must have missed this somewhere, but for the life of me I cannot see the amount of matches found when using "Find".

It would be nice to know how far I've gone through. Perhaps also colouring the relative scrollbar position to match the line in accordance to the page, like Google Chrome!
Vasta
Jon Skinner 13 aastat tagasi
This was added in build 2065
+5

GoTo Expands Folder in Sidebar for Quick Navigation

Alex Heyd 12 aastat tagasi uuendaja Geoffrey Bachelet 12 aastat tagasi 1
Allow selecting folders in the GoTo panel that would expand it in the sidebar. Useful if you need to access a few files from that folder, rather than opening each file individually with GoTo Anything.
+5

add 'clone file' to right click on a tab

ngstschr 13 aastat tagasi 0
When you right click a tab, add the 'clone file' menu item.
It's fast, it's logical.
+5

VB.NET SUPPORT FOR SYNTAX HIGHLIGHTING

Paolo Marani 11 aastat tagasi 0
VB.Net user should not be abandoned!


+5

Minimap won't completely hide

Mark Cafaro 12 aastat tagasi 0
The minimap won't completely hide. It shows an unnecessary shadow on the right side of the window when hidden (and text extends beyond the edge).
Image 132
+5
Lõpetatud

Allow plugins to add keybindings

Greg Williams 14 aastat tagasi uuendaja Jon Skinner 14 aastat tagasi 3
Vasta
Jon Skinner 14 aastat tagasi
Plugins can define key bindings in their own packages. The file must be named "Default (<platform>).sublime-keymap"
+5

Change the way of choosing the color scheme

baradei2011 13 aastat tagasi 0
The current way of changing the color scheme isn't user-friendly at all, because you must go into preferences > color scheme > choose a color scheme, and if you did not like it..you'll have to go through the same steps again..A much better way would be to open a small window when clicking color scheme, and the color scheme changes as you click on each scheme..and it would take much less time to choose a scheme.
+5

Support file extensions other than .*

Mark Abramov 13 aastat tagasi uuendaja drkwv 12 aastat tagasi 2
Example: RSpec files have filenames like somename_spec.rb, however, you need to save them as somename.spec.rb in order for 'spec.rb' file extension to be assigned to RSpec. On the other hand, even if I save file as somename.spec.rb, I still see a dialog window saying that I used .rb extension and if I wanted to use spec.rb instead.

Such a simple addition would also allow for more interesting stuff, for example, we could add 'extension' Gemfile to ruby syntax and all gemfiles would be recognized as such (right now, there is no way to recognize them other than manually).
+5

GBK,gb2312编码

itisme 12 aastat tagasi 0
编辑器不支持GBK,gb2312编码的的文本
+5

Correct auto-indentation on if block if a comment line is added.

Uber Bros 12 aastat tagasi uuendaja f p 12 aastat tagasi 1
If coding in python and a comment is left after an if clause, pressing enter does not automatically indent the line to define the new code block. Using the newest Sublime Text 2 on OSX