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

+2

Element boundaries

Tomas - 13 років тому 0
Image 145
+2

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

Tony Marklove 14 років тому 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 13 років тому 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 13 років тому 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 12 років тому 0

Having a free software edition will help project to grow stronger

+2

Utilise two monitors for continued page accross both

Gareth Harding 13 років тому оновлений 13 років тому 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 13 років тому 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 13 років тому оновлено gvillafu1994 13 років тому 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 14 років тому 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 13 років тому оновлено robertcollier4 11 років тому 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