+3
Fast

scanning folders does not take into account "folder_exclude_patterns"

brenes 14 år siden opdateret af Jon Skinner 14 år siden 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).
Svar
Jon Skinner 14 år siden
Fixed in build 2020
+3

Add support for standard terminal escape characters

Anand Gupta 13 år siden 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 13 år siden 0
using shift+scroll wheel doesn't horizontal scroll like other OS X apps.
+3

colors in the status line

glyph 12 år siden 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 år siden 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 år siden opdateret 12 år siden 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 år siden opdateret 11 år siden 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 år siden opdateret af Timo Palomaa 11 år siden 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 år siden opdateret 13 år siden 0
Show/hide MiniMap for each file separatly (just for this and for this file for ex.)
+3

Searching folders

Skip 13 år siden opdateret 13 år siden 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?
+3

wanted: yasm assembly syntax highlight

kelvin bitnick 12 år siden 0
subject says it all
+3

Vintage mode ge and f... ;

Saša Tokić 11 år siden 0

It would be nice if Vintage mode supported ge, currently it just goes to the next word end....


Also when you search for a next letter using f(some character) ; should take you to the next occurrence like it does in Vim.

Thanks

+3
Færdig

Clean up trailing whitespace for auto-indented lines

Scott Bowers 13 år siden opdateret af Jon Skinner 13 år siden 0
When coding with auto indent, auto indent will leave trailing white space on empty lines.  When you have environments where trim_trailing_white_space_on_save is not feasible, this forces you to manually clean up after auto indent.
Svar
Jon Skinner 13 år siden
Automatically inserted whitespace is removed when you start typing.
+3

Syntax highlighting for Apache files

gvillafu1994 12 år siden opdateret 12 år siden 0
It should be possible to see the syntax highlighted for files used a lot of times on Apache servers (with extensions *.conf, *.htacess, *.htpasswd, so on).

For example, highlight words like "RewriteEngine" or "RewriteRule" as keywords,
lines starting with # as comments, code folding if tags like <Directory "C:/my/files/"> </Directory> are written, etc.

Well, you know that more than I do.
Also, I agree SublimeText should print files too, and offer several options for that. Anyway, thanks for this excelent product and keep the effort flowing.
+3

Memorize Code Folding

Yasha Nisanov 12 år siden 0
Not sure if this is already an option that I'm missing... please implement a code folding memory so that a file with previously applied folds remembers those folds on subsequent opens.

Cheers!
+3

cyrillic

Сергей Бехарский 11 år siden opdateret af Igor Stepanuk 10 år siden 0
Case-insensitive search in cyrillic languages (in russian) is not working.
+3

Keyboard shortcuts in menu should match actual shortcuts

whee 13 år siden 0
When things are bound to different keys, the updated mapping doesn't show in the menu dropdown. The menu items indicate bindings that no longer work. It'd be nice if the menu updated to show the current keys.
+3

escaped quotemark syntax highlighting

Jeff King 13 år siden opdateret 13 år siden 1
There is a bug in the syntax highlighting that does not recognize escaped quotemarks. For example:

"This is properly recognized as a string. \" This is not, but should be." This is but shouldn't be.
+3

Provide universal portable

Mike Lehner 12 år siden 0
Provide a Universal Portable version,

It can have multiple binaries (would probably have to) but each binary could use a single set of settings, packages, etc.  


So:

Sublime Text/sublime text.exe

Sublime Text/sublime text linux.bin

Sublime Text/sublime text mac.bin  


Both look at the setting/packages in:

Sublime Text/Data

Kundesupport af UserEcho