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

+4

Python format strings - highlighting support

Daniel Oaks 12 år siden 0
I use Python formatting strings quite a bit, and decided to write up a bit of regex to match those as well as the usual % variable format.

The diff for the change is here: https://gist.github.com/4540008
and works as well as the old-style format string specification
+4

“HTML: encode special characters” messes up on astral Unicode symbols

Mathias Bynens 12 år siden 0
Try the following input:

    foo𝌆bar

Then apply “HTML: encode special characters”. It becomes:

    foo팆bar

It should become:

    foo𝌆bar
+4

Mini-map - Need visual indication when the map is only showing a subset of a file

Josh Lewis 12 år siden 0
When the map is showing a file that has more lines than can be displayed in the map, it would be great to be able to know instantly if there is more text above/below what the map is showing.
+4

Prefill GoTo Anything with current selection

Manuel Meier 13 år siden opdateret 13 år siden 0
It would be extremely useful to have the GoTo Anything bar prefill with the current selection. 

This would be especially helpful when working with included files and elements. Just double click on the included file name, hit goTo Anything which is prefilled, hit enter and instantly open the desired file.


+4

Modified Chrome tab closing & resizing

gdehms 13 år siden opdateret af Rob Cameron 13 år siden 1
You can do tab closing like Chrome, except when closing a tab, save its width and make the next tab that width when it moves over (even if it is bigger/smaller). When you mouse out of the tab area, snap all tabs to the width they're supposed to be.

This way you can have different width tabs and still be able to close them easily like Chrome.
+4

Open Dialog in same folder as current file

Diogo Resende 13 år siden 0
When I do "Save As" on an existing file, the dialog opens correctly on the same folder as the current file, even if it is on the network (SSH mount).
If I have a network file opened and I want to open another one on the same folder, I have to go all the way to the network path (it's mounted with GnomeVFS). This only happens on remote mountpoints. In other text editors (like Gedit) this does not happen.

System: Ubuntu 11.04 (although I think this issue might be generic)
+4

add a function is_sidebar_visible

Or anything helping to get the current user session.

+4

open project from project file

Karl Mikkelsen 12 år siden 0
ability to open the project directly from the file on the file system. So to open the file with sublime will open the project not edit the project file.
+4

Gui editor for snippets

n00ge 14 år siden opdateret af Vladimir Prudnikov 11 år siden 7
Having a quick easy way to add/edit snippets would be very handy.
+4

UnityScript Code Coloring and Hinting

Marty Plumbo 13 år siden 0
Adding support for UnityScript (http://unity3d.com) code coloring and code hinting (suggestions) would be most welcome in my world.  ;-)

Kundesupport af UserEcho