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

+2

Element boundaries

Tomas - hace 13 años 0
Image 145
+2

During "Replace" show a live tooltip below each match displaying the replacement string

Tony Marklove hace 14 años 0
While doing a replace where both "Highlight matches" and "Regular expressions" are turned on, and the "Replace With" string contains back-references, display a live tooltip below each match in the document showing what the result of the replace will be.
+2

Hotkey does not work on another language layout

Valentin M hace 13 años 0
Hotkey does not work on another language layout (example RU layout). It's not critical but bring some discomfort
+2

Accessing remote files features.

Thusitha Nuwan hace 13 años 0
I would like to access remote files using sublime. For examle I want to open a log file in a remote server.
+2

It will be good to have community version with a free license like BSD

lxsameer hace 12 años 0

Having a free software edition will help project to grow stronger

+2

Utilise two monitors for continued page accross both

Gareth Harding hace 13 años actualizado hace 13 años 0
With two monitors, page renders as normal on first to the bottom of screen, then at the point where first monitor ends, the second continues where the first stopped, essentially giving you twice the reading height. As page scrolls, both move together in unison.
+2

Available them classes/attributes reference

Abel Muiño hace 13 años 0
I'm having a hard time finding a good reference of the customizable classes and their attributes on a theme file.

i.e. things like:

  {
    "class": "tab_control",
    "attributes": ["dirty"],
    "layer0.tint": [255, 200, 200]
  }

I know there are lots of themes to borrow from, but I wonder… how could they find out the available class and attributes?

A reference/cheatsheet would be handy.
+2

Disappearing tab when dragging

Bill Spingarn hace 13 años actualizado por gvillafu1994 hace 13 años 1
Dragging a tab off the main window will sometimes cause the tab to disappear completely instead of making the tab it's own new window. However, the disappeared tab remains an "open file" in ST2. The only way to recover is to restart ST2.

Win7 - ST2 Build 2181
+2

Make environment variables available to menus

notanumber hace 14 años 0
I posted this on the Sublime Text forums here (http://www.sublimetext.com/forum/viewtopic.php?f=6&t=1980) but didn't get a reply.

Do plugin menus have the ability to take environment variables? I see the `open_dir` command does, but is this exposed to plugin writer?

eg. Can I do something like this: `"args": {"dir": "$file_path", "file": "$file_name"}`?

I'd really like to be able to accept the file name, if possible. As it stands, in order to mimic this somewhat, I have two layers of text commands; the first simply calls the second, passing the file name as argument. Ultimately, I'd like to be able to do away with this abstraction.

+2

snippets always take priority over autocomplete

David Trejo hace 13 años actualizado por robertcollier4 hace 11 años 1
Snippets should always take priority over autocomplete when I am typing.
This is very frustrating.
Also, my autocomplete and snippets should not reorder based on how often I use them.
Thank you,
DTrejo
Paying user