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

+3
Исправлен

scanning folders does not take into account "folder_exclude_patterns"

brenes 14 лет назад обновлен Jon Skinner 14 лет назад 0
I have a project with a symlink between folders that create a loop.

Including that symlink into the "folder_exclude_patterns" allow me to hide it in the folders column, but it doesn't seem to be working while scanning the project folders, as it takes several minutes and it consumes nearly 2GB of memory (once the scan is finished it drops to 15MB).
Ответ
Jon Skinner 14 лет назад
Fixed in build 2020
+3

Add support for standard terminal escape characters

Anand Gupta 13 лет назад 0

Most *nix terminals support text formatting and coloring by specific control characters:

http://linuxgazette.net/issue65/padala.html 


and many build/test systems (such as Google's gtest for c/c++/js) exploit these to have nicely formatted output. It'd be great to have support for these.

+3

shift+scroll doesn't scroll left/right in OS X

jcoby 14 лет назад 0
using shift+scroll wheel doesn't horizontal scroll like other OS X apps.
+3

colors in the status line

glyph 12 лет назад 0
I'd like to be able to colorize the status line to draw my eye to more important bits of it. For example, it would be nice if something like https://github.com/akrabat/SublimeFunctionNameDisplay could display the function name in the function-name syntax color and the class name in the class name syntax color, similar to what Emacs's which-func-mode does.
+3

Indentation bug

Tomas - 12 лет назад 0
I'm not really sure if it's a bug or it was intended to do so, but IMO it has to be fixed
Image 144
+3

Move trailing brace up to when code folding

Hermi Mercury 12 лет назад обновлен 12 лет назад 2
Just a minor nitpick, but this example:
    while(1) {
        doSomething();
        somethingElse();
    }

folds to this:
    while(1) {  ... 
    }

I'd prefer that the closing brace moved up to the folded line.  Not being able to fold a single nested line is also a bit annoying, but I believe that has already been reported.
+3

Fortran not supported in Sublime Text 3

Andrew Murrell 11 лет назад обновлен 11 лет назад 2
I could get syntax highlighting to work for ST 2 but after migrating to 3 the language stuff is completely different. How can I get Fortran syntax highlighting on Sublime Text 3?
+3

Mark / Bookmark color

Krys AkaSpectral 11 лет назад обновлен Timo Palomaa 11 лет назад 1
Hi,

Compared to other tools, the mark/bookmark is hard to see. It is just a simple white arrow. I will just propose to have it in RED by example. Or use another more visible icon. It will be very useful.

Something else that can be useful : choosing the mark color. This way we can mark the code for different purpose (and by default in red :-P)

Thanks for your great tool...
+3

MiniMap just for some tabs

bentastic 13 лет назад обновлен 13 лет назад 0
Show/hide MiniMap for each file separatly (just for this and for this file for ex.)
+3

Searching folders

Skip 14 лет назад обновлен 13 лет назад 2
In the old version when you dragged a folder in you would open that folder as a project and remove any other project you already had in place.  You could then search just that folder/project.

In Sublime 2 when you drag in a folder to the Side Bar  it does not replace the other folders you were working on.  Now when you do a search you get all the files from all the folders you have open.

How do I restrict my search to just the folder I want?

Сервис поддержки клиентов работает на платформе UserEcho