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

+5

Hints from many files

Andrei Misarca fa 13 anys actualitzat fa 13 anys 0
Hey, Sublime Text 2 is really great, but it would be extremely nice if the code hints available would include words from all the files in project, or at least from the currently opened files (like gedit)
+5

Vintage mode should implement tilde key to change case

Duane Johnson fa 13 anys 0
In Vi(m), the tilde key (~) normally toggles upper/lower case text.
+5

There should be an Auto Format feature

Ecil Teodoro fa 13 anys actualitzat fa 13 anys 0
An Auto Format feature just like CTRL+ALT+L on RubyMine.
+5

Add .htaccess to regonized file types

Leo Koppelkamm fa 13 anys actualitzat fa 13 anys 1
+5

API support to write plugins for marking the file with custom labels/ decorating its bar with signs

Tamas Szebeni fa 12 anys 0

I would like to find a plugin very useful which can run a command in behind to check the current file's custom attributes, this is like integrating sublime with other tools like perforce when I can check a file out for editing in my plugin but I can't mark that file with custom signs/labels to indicate that its already checked out (something like the option dirty, just controlled by my plugin I would create and not cleared when saving).


Thank you

+5

Define variables at project level

Thierry Goettelmann fa 13 anys 0
Hello,  It could be interesting to configure some variables for a project, then use them in snippets.

For example, I have a snippet to create a new Controller for Symfony 2.

For example, I have this line :

namespace ${1:Company}\\${2:Application} ...

So if these variable could be defined at a project level, and be used automatically to default value, it could be great ^^
+5

A Yum repository.

Mike Keen fa 13 anys 0
Would love to be able to use Yum to keep ST2 up to date.
+5

Do not set font_size in User/Preferences.sublime-settings when zooming in/out

Stefano Ballabeni fa 12 anys 0
I'm trying to version my sublime configuration.

A very annoying thing that happens is that whenever I zoom in/out, sublime sets the new font size in my User/Preferences.sublime-settings file.

My point of view is that this doesn't make 100% sense since I'm not trying to change my configuration when I change the zoom level.
+5

join lines without space in vintage mode

Kenneth Chung fa 12 anys 0

it would be nice to have this in vim mode. in vim the command is gJ. similar to J but without the space.

+5

Vintage mode command repeat "." incompatible with autocomplete

Wes Morgan fa 12 anys updated by Brent Matzelle fa 11 anys 1
When using Vintage mode, hitting the . key in command mode repeats the last command. This all works as expected UNLESS part of the last command involved auto-completed text entry. In this case, hitting . will insert the text that was manually entered but not the text that the auto-complete feature appended. It should insert all the text.