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

-1
Completat

include an image so we can use it as an icon in linux

Matthew Ford fa 14 anys updated by Jon Skinner fa 14 anys 0
Answer
Jon Skinner fa 14 anys
Take a look at ~/.config/sublime-text-2/Packages/Default/Icon.png
-1

Add Line Numbers to Document / Selection

Mark Magnus fa 13 anys 0
-1

Pick font from menu

Alexander Dimitrov fa 13 anys 0

I want feature like the most editors. Change the font from menu. (not writing the styles but pick some from graphic interface). Also posibility to edit the color highlighting.

-1

"Download newest version?" dialog EVERY time

Stephen Boesch fa 12 anys en Plugin announcements updated by jan otte fa 12 anys 2

The dialog box is coming up EVERY time.  It is a major nuisance.

-1

Highlight multiple cursor(s) out-of-view

Andreas Schneider fa 12 anys 0

When you have multiple cursors/selections which are not in the current view (i.e. you scrolled away from them) it might easily happen that you type away without noticing, that you actually modify multiple places at once. It would be nice to have a clear warning when an additional cursor is not currently visible. For example by showing one or two of these cursors (in their respective scope; i.e. the line they are in) at the top or bottom (depending on where they are in relation to your current view) of the editing window.

-1

Real-time debuging

Henry N fa 12 anys en Plugin announcements updated by Darin Morrison fa 12 anys 2

Sublime text should be able to spot errors in real-time like Java does and offer a few solutions and why it is an error for all major languages.

-1

Create an option to make bottom dialogs span code area width only (and not span project view)

Sergey Morkovkin fa 13 anys 0
I'm talking about find/replace dialog, console, file/folder rename dialog. Currently it spans the entire width of the editor. It would be nice to have an option an make it span code editor width only. This results:
- Easier to switch/focus attention (especially for people with bad eyesight).
- More height for the project view.
-1

"File open" dialog doesn't show all files

Hay Kranen fa 13 anys actualitzat fa 13 anys 0
It seems the file open dialog doesn't always show all files in a folder. Sometimes you need to move back and forward before seeing all files. Sometimes the only way to prevent this is by restarting Sublime.

I'm using the latest build (2139) on Mac OS X Lion.
-1

show symbol list on the bottom bar

Pavlos Vinieratos fa 14 anys 0
like textmate does
-1
Completat

Open opening "Find", use currently selected text as "Find what"

uid fa 13 anys updated by Jon Skinner fa 13 anys 2
If any text is currently selected in the focused document, opening "Find" should use it (as "Find what"). It saves an extra copy and paste.

I'd prefer to click a "Reset" button in the "Find dialog" in cases where the text for which i'm looking isn't highlighted, than focus the document, copy, paste to "Find What" before I can search
Answer
Jon Skinner fa 13 anys
The find_selected_text file setting is used for this. It defaults to false on OS X to adhere to platform conventions.