Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
No similar topics found.
+13
Goto Anything can focus on already open file instead of opening it again.
If opening file A in group one and then using Goto Anything for the same file in another group opens file A in that group again. Please, add an option to enabling focusing the already opened in any other group (starting with group 1).
+13
Splitter between "Open Files" and "Folders" in sidebar
It would be nice to have a splitter between the "Open Files" and "Folders" sections of the sidebar, so that "Open Files" doesn't get scrolled off the top of the screen by projects with large trees in the "Folders" section.
+13
Lightbox style window to display full auto completion list and snippets for current syntax
The Zen Coding plugin had a great feature where you could press F1 and a lightbox style window would open with a full list of all CSS properties you could use. It would be great to have this for all languages and include auto completions.
+13
Completed
Open directory as a new project
I would like to have a "Open directory" menu, like TextMate does to let me open a whole directory as a new project.
My workflow usualy runs more around folders, i like to create a new folder, throw some code in and see what happens from there. Have to clean all folders from the project and the new folders is a pain.
My workflow usualy runs more around folders, i like to create a new folder, throw some code in and see what happens from there. Have to clean all folders from the project and the new folders is a pain.
+13
ruby embedded code in HTML doesn't work properly
Ruby code embedded on erb templates is not rendered properly.
It seems as it doesn't detect the end of the ruby code (the %> token).
As an example, on <li<%= ' class="open"' if must_open %> id="menu_item_1">, "id='menu_item_1'>" is not rendered as HTML.
If I remove the second '%' and write <li<%= ' class="open"' if must_open > id="menu_item_1">, then "id='menu_item_1'>" is rendered as proper HTML.
I think it may have some issue with the '%' symbol?
It seems as it doesn't detect the end of the ruby code (the %> token).
As an example, on <li<%= ' class="open"' if must_open %> id="menu_item_1">, "id='menu_item_1'>" is not rendered as HTML.
If I remove the second '%' and write <li<%= ' class="open"' if must_open > id="menu_item_1">, then "id='menu_item_1'>" is rendered as proper HTML.
I think it may have some issue with the '%' symbol?
+13
Persian letters
Hi Sublime,
I'm persian developer and I have to use persian letters in my codes, but in sublime they are not attached please give us a hotfix for it ;)
tnx
I'm persian developer and I have to use persian letters in my codes, but in sublime they are not attached please give us a hotfix for it ;)
tnx
+13
File size limit for Find in Files
I'm trying to "Find in Folder" from sidebar context menu (or Find in Files from main menu). Sublime Text 2 does not search in large files (size more then ~300K). Is it bug or feature. Can I change limit for file size to search in it.
+13
PHP Trait are not indexed in ST3
The traits name are not matched as a symbol in the new ST3 index.
+13
SQL nested in a python string is not highlighted if there's a newline at the start of the string
This screenshot displays the issue, if I remove the newline after the """ it highlights fine.
Customer support service by UserEcho