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

+2

Accessing remote files features.

Thusitha Nuwan 14 years ago 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 14 years ago 0

Having a free software edition will help project to grow stronger

+2

Utilise two monitors for continued page accross both

Gareth Harding 15 years ago updated 15 years ago 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 14 years ago 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 14 years ago updated by gvillafu1994 14 years ago 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 15 years ago 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 14 years ago updated by robertcollier4 13 years ago 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
+2

Vintage command mode replace selection bug

Raphael Schweikert 14 years ago 0

When a selection has been created in Vintage’s command mode, the position of the cursor (underscore) should not be relevant in deciding what to replace when pressing “s” to delete the selection and enter insert mode.


Steps to reproduce

  1. Type a test string, e.g. “test;”
  2. Enter Vintage command mode.
  3. Select “test” by double-clicking.
  4. (Note that the cursor sits on the last selected character.)
  5. Hit “s”.
Expected Result: “test” should be deleted with the insertion cursor being placed before the semicolon.
Actual Result: Both the selected text as well as the semicolon are deleted.

The bug is related to the placement of the cursor prior to hitting “s” since when creating the selection by dragging from right to left (and, thus, having the cursor at the beginning of the selection), the command works as expected.
+2

horizontal scroll bar blocks my click, OSX

Derek Adair 13 years ago 0
very minor thing, but you can see in my video that i am trying to click on the last line of this file, it is being blocked by the horizontal scroll bar.  At the end you can see my  clicking while slowly moving my cursor up until the click finally registers.http://www.youtube.com/watch?v=NywEEBkXONo&feature=youtu.be
+2

Code School tutorial

Emil Hemdal 13 years ago 0

A Code School tutorial of how to do all the awesome things in Sublime Text would be awesome!

It's posted at Code School as well. Please vote for it!