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

-2

PHP <<<EOF issue

Joe Simpson 12 years ago 0
When typing <<<EOF with the fuzzy matching plugin on, it automatically changes it to <<<enchant_broker_fee. Can you add some logic to prevent it from doing that?

Thanks :)
-2

Folders mixed in and not at the top of the list

Brian Bokor 12 years ago 0
is there a way to make the folders mixed in the list rather than defaulting to the top?
-2

Sublime have any support for CMS Joomla!?

Bruno Batista 12 years ago updated 12 years ago 2
Do not complete the internal class/functions of Joomla...
-2

curlftps and remote editing

Всеволод Иванов 12 years ago updated by Joel Thornton 12 years ago 1
sometimes i really need to edit something remotely, and mount some ssh\ftp servers as folder. In sublime i cant delete any file, folders have really long response time, and saving file is really long.. fix it please
-2

Haskell: ctrl/cmd-r for data and type definitions

Karl Smeltzer 12 years ago 0
It would be quite nice if the "go to symbol" functionality accessed via cmd/ctrl-r would also locate data and type definitions in Haskell. Discarding complicated language extensions, I think it would be possible to just look for code of the form:
data name1 = ...
type name2 = ...
newtype name3 = ...
-2

Cmd-W on the About window does not work

filipp 12 years ago 0
Steps to reproduce:
Choose Sublime Text 2 > About. Try to close the window using Cmd-W.
Expected results:
The window should close
Actual results:
The window does not close
Tested using ST 2210, OS X 10.7.4
-2

Diff sidebar

GarciaWebDev 12 years ago updated 12 years ago 2
Have a diff sidebar like the one in NetBeans. You edit the file and it marks the new, modified and removed lines with color near the line number.
-2

Return to lower indent level after using finishing words

Denis Tomilin 13 years ago updated by Jon Skinner 13 years ago 1
http://img443.imageshack.us/img443/2817/selection035y.png
It's work in VIM and most ppl wants it in ST2. In VIM, it works on the editor layer, it isn't language-specific. Languages need to set just words for this function.
-2

Option to change which side of the screen the file browser is on.

Brennon Loveless 12 years ago 0
Ability to select which side of the screen the file browser is loaded on either the left or the right. I prefer mine on the right. I assume this would coincide with the ability to change the side of the window that the minimap is on.