+2

Hotkey does not work on another language layout

Valentin M 13 aastat tagasi 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 12 aastat tagasi 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 aastat tagasi 0

Having a free software edition will help project to grow stronger

+2

Utilise two monitors for continued page accross both

Gareth Harding 13 aastat tagasi uuendatud 13 aastat tagasi 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

setting color themes based on language?

Kristin Henry 11 aastat tagasi 0

Is there a way to set diferent color themes to be automatically selected depending on the language of the file?  So that test.py and test.java will have diferent color themes when opened?

+2

Available them classes/attributes reference

Abel Muiño 12 aastat tagasi 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 12 aastat tagasi uuendaja gvillafu1994 12 aastat tagasi 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 13 aastat tagasi 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 12 aastat tagasi uuendaja robertcollier4 11 aastat tagasi 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

horizontal scroll bar blocks my click, OSX

Derek Adair 11 aastat tagasi 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 11 aastat tagasi 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!

+2

Windows 7 Error: "Unable to run package setup"

Mario Olivio Flores 12 aastat tagasi uuendatud 12 aastat tagasi 0
Hi, 

I'm getting this bizarre error when trying to run on Windows 7.  I lost track of which release started causing this error, but it's been happening for over a month now. 

Image 119


I'm not sure how I could fetch a stack trace, but if there is anything I can do to help, let me know!
+2

Easier way to get/set settings on a per-buffer basis

Bradford Larsen 13 aastat tagasi uuendatud 13 aastat tagasi 0
Occasionally, I'm editing a file of a particular type, and I want to use a custom setting just for that buffer.  For example, I might want to enable word wrapping at column 60 in a particular buffer.  I do a web search to look up the console command to do this:

    view.settings().set('word_wrap', 60)

I never remember this incantation and have to look it up each time I want it.  Other editors, such as vim, have a much simpler way:

    set VARIABLE=VALUE

Perhaps a similarly lightweight way to specify custom settings on a per-buffer basis can be added to Sublime Text 2?
+2

Comments syntax coloring bug

David Čepelík 14 aastat tagasi 0
While class A {/* comment */ is a correct comment syntax in PHP, the comment is not highlighted by Sublime Text 2 b2047.
+2

Reindent lines bug in Javascript

Petter Wichman 11 aastat tagasi 0

1. "Indentation:Reindent lines" does get confused by lines with faulty indentation...
In the example below i have "Tab size set to 4" and "Indent using spaces set"

2. Another bug in the "Indentation:Reindent lines" function: it gets confused by comments.

// Before 

namespace('lala', function() {

    initialize: function() {

      _debug("lala1"); // only indented by two spaces!

        _debug("lala2");

  }

});


// After "Indentation:Reindent lines"

namespace('lala', function() {

    initialize: function() {

      _debug("lala1"); <-- still only two spaces

      _debug("lala2");

  }

});


// Expected but not actual

namespace('lala', function() {

    initialize: function() {

        _debug("lala1"); // only indented by two spaces!

        _debug("lala2");

    }

});


+2

Relate projects to folders

aristidesfl 12 aastat tagasi 0
In most of the projects, files are stored and organized inside a single folder. By using folders as a representation for projects, the process of organizing projects would be transparent or almost inexistent.

The way it works now, we are simply duplicating filesystem functionality which already allows one to symlink/alias  other folders/files into the main project folder.
+2

Difficult to see/access the directory that a file is in

Ibrahim Tencer 13 aastat tagasi uuendatud 13 aastat tagasi 1
It should display this in the title bar. Right now the easiest way is to hover over the tab.

It would also be nice to have a way to go directly to the file in the tree display, since it doesn't happen automatically when you open a file.
+2
Fixed

Matching braces doesn't quite work with CSS

Hay Kranen 14 aastat tagasi uuendaja Jon Skinner 14 aastat tagasi 1
When writing a CSS style like this:

#foo {
}

When writing the first line and pressing enter the second brace is inserted, but the cursor moves *before* this brace. It would make more sense to insert a newline, indent that line and move the cursor there.
Vasta
Jon Skinner 14 aastat tagasi
Fixed in build 2020
+2

Line Highlight bug?

bnip 12 aastat tagasi 0
It seems like "highlight_line":true only has an effect if also "gutter":true.
Is this intentional or is it a bug?

I'd like highlighting enabled but gutter disabled if that would be possible. Thanks!
+2

Ubuntu 10.10 - minimap doesn't scroll horizontally

Arun Srinivasan 14 aastat tagasi 0
In Sublime 1 on windows, the minimap would allow me to scroll both horizontally and vertically.

On Ubuntu 10.10 with Sublime 2, I can only scroll vertically with the minimap.