Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Схожі теми не знайдені.
+2
More relevant and informative code hints!
Sublime Text 2 needs more relevant and informative code hints! This is especially needed for object-oriented languages! This may come naturally if you implement build paths for some languages, like Java. Related: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=11543
+2
Виконано
Column Selection
TextMate allows you to do "column selection", by holding option while making a selection, or by making a normal selection and tapping option once.
Відповідь
Jon Skinner
14 років тому
You can do this, take a look at: http://www.sublimetext.com/docs/2/column_selection.html
+2
Support Arbitrary Pane Layouts
|__|__|
|_____|
|_|_|_|
^ I should be able to do that. Like in vim. :-)
And then Cmd-T can support opening in a split pane by pressing <C-V> (new vertical pane) or simply <C-CR> (new horizontal pane).
And also, Vintage mode could support `:sp` and `:vs`.
+2
Fix increaseIndentPattern for Erlang
no auto-indent after "->\n"
pattern should be:
^[^%]*((\b(if|case|receive|after|fun|try|catch|begin|query)\b(?!.*\b(end)\b.*))|(->(\s*%.*)?$))
+2
Ability to right click tab and rename/alias the tab
I use Sublime Text 2 for editing config files on my Minecraft server, and I have many files that are named "config.yml". With the current feature set, these identically named files end up being displayed as "config.yml", "config 2.yml", "config 3.yml" etc. It'd be wonderful if I had the ability to right click on the tab and rename the tab, just within the context of Sublime. This would allow me to see "Server Config" and "Mod Config" instead of just the file name with some extra numbers.
+2
Shortcut icon disappeared
My icon of the shortcut for sublime text 2 acciedentially disappeared after registering. At least I think so. Weird thing is, that I am using it at 2 different computers, both running Win 7 and at my desktop it works and on my laptop it just disappeared.
+2
Windows: Support scrolling in long menus or use multipane menus
Long menus such as View->Syntax are a pain to use in Windows. They are not scroll-wheel aware, leaving repeatedly clicking of the "down" arrow as the only way to scroll the list.
Two ideas:
* Hook the mouse scroll wheel when over these menus.
* Break long menus into a series of menu panes stacked horizontally next to each other. This can be seen in some other Windows applications, e.g. XP's Start->Programs menu.
Two ideas:
* Hook the mouse scroll wheel when over these menus.
* Break long menus into a series of menu panes stacked horizontally next to each other. This can be seen in some other Windows applications, e.g. XP's Start->Programs menu.
+2
configurable sublime-project file templates
I'd like to be able to modify the default .sublime-project
template.
{ "folders": [ { "path": "/home/icholy/workspace/libdbclient", "file_exclude_patterns": [], // <-- add this "folder_exclude_patterns": [] // <-- and this } ] }I always forget these 2 settings and am forced to look them up every time.
+2
Load one file in 2 layouts
I can't show one file in 2 layout (column or grid).
Realy need for big files!!! It is bug for layout realy!
Служба підтримки клієнтів працює на UserEcho