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

+13

Nested placeholders in snippets should be forgotten if the parent content is removed

EHLOVader fa 13 anys updated by Jay Gillibrand fa 12 anys 1
When nesting placeholders/tab stops in snippets, and you erase the parent placeholder, subsequent tabs should go to the next logical placeholder/tab stop instead of the now missing ones.

I am unsure if this is expected behavior, but it is definately inconvenient.
+13

Goto Anything can focus on already open file instead of opening it again.

qay xsw fa 13 anys updated by Piotr Kalinowski fa 12 anys 2
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

Matthew Lloyd fa 13 anys updated by Paweł Mucha fa 8 anys 3
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

syntax for fortran

fujisan fa 13 anys en Plugin announcements updated by jan otte fa 12 anys 1
Is there a syntax for fortran code?
+13

Lightbox style window to display full auto completion list and snippets for current syntax

Agile Apricot fa 14 anys actualitzat fa 14 anys 1
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
Completat

Open directory as a new project

Alexandre Gravem fa 13 anys updated by Jon Skinner fa 13 anys 2
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.
Answer
Jon Skinner fa 13 anys
This was added in build 2111
+13

ruby embedded code in HTML doesn't work properly

brenes fa 14 anys 0
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?
+13

Persian letters

Nima Ghaedsharafi fa 12 anys 0
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


+13

File size limit for Find in Files

Dmitriy Kuznetsov fa 12 anys 0

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

Erwan Richard fa 11 anys 0

The traits name are not matched as a symbol in the new ST3 index.