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

+3

Automatic autocomplete default suggestion

Bill Horsman fa 13 anys actualitzat fa 13 anys 0
I love the new automatic autocomplete, but I think it should not default to any of the suggestions. As it is, if I type "else", for example, and hit ENTER it will automatically expand that to your best guess for else which is not what I want. I love that it pops up some suggestions but I don't want any of them to happen by default.

The workaround is to type "else" + ESC + ENTER which is a pain.

I think a reasonable expectation for autocomplete is that if you can still just type code without having to explicitly reject any suggestions.

Good work otherwise!
+3

auto code formatting?

Elgs Chen fa 12 anys 0

I'm new to sublime text, and I found it cool. However, it seems it is missing code auto formatting, which is extremely important to me. I'm expected auto code formatting will work as what (my)eclipse does, which helps to format almost all language code. I have tried package control, but seems there's not a ideal solution, (yet).

+3

Recent files list

aristidesfl fa 12 anys updated by Vladimir Prieto fa 9 anys 3
Recent files are sorted by usage
Image 149
+3

I bought sublime and I use the license at work...

Daniele Niero fa 13 anys actualitzat fa 13 anys 0
and I never been so happy with a IDE in my life!
+3

Inline Composition ( in Japanese ) is truly wanted

Hiroshi Noto fa 12 anys 0

Typing Japanese in Windows, typed word appeared at outside of window.

Someone makes plugin (https://github.com/chikatoike/IMESupport), but render is not beautiful.

I love this application, please fix this!

+3

Dictionary-like access to settings

Rob Cowie fa 13 anys 0
Working with the settings object is often not simple. Making the object more dictionary-like would be a big improvement. Tasks such as combining defaults with user config would become trivial if we could iterate the key-value pairs.
+3

Better visualization for "Goto Symbol"

Halbanonym fa 12 anys 0
I often use "#pragma mark TEXT" or "#pragma mark -" within my C-Code for structuring. Sublime Text recognizes those pragmas and adds them to the list of symbols correctly.
However, for a better readability it would be better when sublime highlights thos items in the list of symbols, e.g be using a bold font or a brighter color.
+3

Close without saving dialog - improve button labels

Tim Haines fa 13 anys updated by Andrew Holloway fa 13 anys 2
If you have a new file and try to close it without saving, the buttons show:

[ Don't Save ] .....  [Cancel] [OK]

It would be an improvement to say:

[ Don't Close ] .....  [ Close Without Saving ] [ Save ]
+3

Ctrl+Shift+P should open AND close the projects list

ZachDowd fa 14 anys updated by Greenwich fa 14 anys 2
Pressing Ctrl+Shift+P opens the projects window but there is no way to close it without opening a project or using the mouse to close the popup. It would make more sense for this to work like the other popup lists.
+3
Fixed

scanning folders does not take into account "folder_exclude_patterns"

brenes fa 14 anys updated by Jon Skinner fa 14 anys 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).
Answer
Jon Skinner fa 14 anys
Fixed in build 2020