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

+1

Stretch tabs to the very top in full screen mode

Tomek Sowiński fa 14 anys updated by fucksyouhard fa 10 anys 2
One annoying thing when working in full screen mode is when you throw your mouse to the top of the screen, you cannot select a tab because there is a few pixels of black space between the tabs and the top edge of the screen.

Proposal: either remove the black space at the top or, if it's needed for design/art reasons, stretch the hot/active area of the tabs upwards onto the black space.
+1

Running builds not killed when a file is closed

Lyndsy Simon fa 14 anys actualitzat fa 14 anys 0
I'm developing in Python using Flask, which includes a built-in, self-reloading webserver.

When I close a file with the webserver still running, the process becomes orphaned and I cannot kill it without resorting to the operating system's method - on Windows, I have to use Task Manager.

Running build processes should be terminated when the active window is closed.
+1
Completat

Syntax Highlight Based off SHEBANG lines

Scott Bowers fa 15 anys updated by Jon Skinner fa 15 anys 0
When working with with executable scripts, syntax highlighting is disabled because the file type cannot be detected.

This feature increases highlighting availability by mapping SHEBANG lines to mime types.
Answer
Jon Skinner fa 15 anys
This was added in the latest version
+1

Have the current directory 'stick' to top of folders view when it is not visible (for long lists of files)

Adam Zielinski fa 12 anys 0
At the moment, if you have enough files in a directory you can no longer see the folder you and currently looking at files in. It would be nice if the current directory name stayed stuck to the top of the folder viewer while you scrolled around. Sort of like on websites whose nav bars stay at the top of the screen when you scroll down the page.
+1

Closing a file opened in multiple tabs still displays the 'unsaved file' prompt

Ken Chatfield fa 14 anys 0

The user should be able to close files displayed in multiple views without being prompted to save changes until there is only one view remaining of that file (after which the user should be prompted as usual when trying to close)


It's also important this bug is fixed to allow for development of plugins that manage multiple views of files (I'm currently developing one)

+1

add semicolon at the end of the line

Ricardo Cruz fa 14 anys actualitzat fa 14 anys 2
how can I make a macro to put a semicolon at the end of the line?
+1

html comment bug

Ahmad Shukr fa 14 anys 0

HTML comment like this(we use it in our template system) 

<!--- --->

cause editor to not end the comment and comment all text after comment end ,

 


+1

First build's variant's shortcut is not shown in command palette

Timothy Basanov fa 13 anys 0

Ctrl-Shift-B is a shortcut for a first build variant, it works.

When I open command palette this variant does not show any shortcuts associated.

It's confusing.


+1

Rename File from Command Palette

Dave Hulihan fa 12 anys updated by Martin Wicke fa 12 anys 1
Sublime should be able to rename a file from the command palette. Since sublime's Goto anything is so effective, I often don't even use the sidebar in my projects. This means I have to open the sidebar, find the file, right click and rename. Renaming from command palette would make this process much easier.
+1

Force soft tabs (spaces) when using YAML syntax highlighting

Djuri Baars fa 14 anys updated by Joel Thornton fa 14 anys 1
When working in YAML files, you can't use tabs as indentation (as specified by the markup language) it would be good if you choose the YAML file type at the right bottom that "Indent using spaces" is forced just like in TextMate