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

+4

Python format strings - highlighting support

Daniel Oaks il y a 12 ans 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 il y a 12 ans 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 il y a 12 ans 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 il y a 13 ans mis à jour il y a 13 ans 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 il y a 13 ans mis à jour par Rob Cameron il y a 13 ans 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 il y a 13 ans 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 il y a 12 ans 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 il y a 14 ans mis à jour par Vladimir Prudnikov il y a 11 ans 7
Having a quick easy way to add/edit snippets would be very handy.
+4

UnityScript Code Coloring and Hinting

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