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

+6

Code Hinting

Austin Condiff il y a 13 ans 0
Code hinting would be useful. :)
+6

Minimap Position Disappears

Brian C il y a 11 ans mis à jour par Joe il y a 11 ans 2

I'm using Sublime Text 3 and the current file position in the minimap disappears when the cursor is moved outside it. This makes the minimap mostly useless since it no longer tells me where I am in the document.


Please (please!) revert to the old behaviour in Sublime Text 2 where the position is always visible.


Thank you,

Brian

+6

Right Click Crash

Jason Quatrino il y a 13 ans mis à jour par Ashton Hylton il y a 11 ans 2
Whenever I right-click in the editor, Sublime freezes and eventually crashes.
+6

Add animated bubble to incremental search highlights

codex il y a 13 ans mis à jour par Alan Andersen il y a 13 ans 2
XCode 4 (and Safari) will highlight a found search result by briefly blowing up an animated bubble around the text.  This is a great way to draw your eye to the right spot.  ST2's scroll animation is so flashy that it prevents me from finding the highlighted word easily with my eye.
+6

Show newline whitespace characters in the editors

Fritz Thomas il y a 12 ans 0

one can set "draw_white_space": "all" in the default configuration but this does not show the newline character type used in the file. If it is either unix or windows.

+6

Authenticate when trying to save files that need it

hansnilsson il y a 13 ans mis à jour par jn1238 il y a 7 ans 2
When I open for example my hosts file, in /etc/hosts, and enters some stuff, Sublime can't save because I need to authenticate. Sublime should handle this.
+6

It would be nice to have language packs (french, spanish, german) for the user-interface.

Gatti il y a 13 ans mis à jour il y a 13 ans 0
+6

Crash when opening a large file over 4GB in size

Robo210 Robo210 il y a 13 ans mis à jour par Carlos K. il y a 12 ans 1
When trying to open a 4GB file, it will load for a while then crash, presumably when it runs out of address space. Even if it can't open files this large, it would be nice to see an error message rather than crashing.
+6

Better highlighting of caret and matching parentheses

eproxus il y a 13 ans 0
For example, a block cursor and changed color or background of carets would make a big difference.

Where's my cursor?
Image 134
+6

Spell checking only within HTML tags

Oliver Caldwell il y a 13 ans mis à jour par Mikael Henriksson il y a 13 ans 1
Currently if you turn on spell checking while in a HTML (or similar document) almost all tags will be marked as incorrect.

Would it be possible to have selected spell checking? So within tags in HTML and within strings in other languages?