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 13 aastat tagasi uuendaja Jay Gillibrand 12 aastat tagasi 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 13 aastat tagasi uuendaja Piotr Kalinowski 12 aastat tagasi 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 13 aastat tagasi uuendaja Paweł Mucha 8 aastat tagasi 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 13 aastat tagasi Plugin announcements uuendaja jan otte 12 aastat tagasi 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 14 aastat tagasi uuendatud 14 aastat tagasi 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
Lõpetatud

Open directory as a new project

Alexandre Gravem 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 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.
Vasta
Jon Skinner 13 aastat tagasi
This was added in build 2111
+13

ruby embedded code in HTML doesn't work properly

brenes 14 aastat tagasi 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 12 aastat tagasi 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 12 aastat tagasi 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 11 aastat tagasi 0

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