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

+2

What does the number in the left of goto palette represents?

aristidesfl hace 13 años actualizado hace 13 años 2
Image 79
+2

ctrl+tab and ctrl+shift+tab bug

jdc0589 hace 14 años actualizado por adzenith hace 13 años 1
Commands do not seem to always move in the correct direction through tabs. Open 3 tabs up and go back and forth a bunch, at some point mine always does something unexpected
+2

When viewing a file in Folders, store the view position even though the file has not been opened for editing.

Stavros Papadopoulos hace 13 años 0
This will enable the user to switch back and forth between an open file that is currently being changed and a file that is simply used for reference. As things stand now, both files need to be opened for editing.
+2

Trimming white spaces can make lose undo history

Santiago Borrazás hace 13 años actualizado por Igor Verstakov hace 12 años 1
When "ensure_newline_at_eof_on_save", "trim_trailing_white_space_on_save" or "trim_automatic_white_space" are enabled, I can loss my undo history when the editor removes the white spaces after saving.
This occurs on most text editors, because if you do something, undo and save, the save remove empty spaces, so when you want to redo what you did, the last action is that space removing, instead what you really do (not the editor)
+2

External open: colon in filename

U N. hace 13 años actualizado por Duncan Mac-Vicar Prett hace 13 años 1

External opening of a file (i.e. from file browser), if the filename or path contains a colon (:), does not work.
 sublime_text lab\:\ 1.txt

 sublime_text "lab: 1.txt"

both open an empty buffer, named "lab". I guess the part after ":" is interpreted as a line number to go to

+2

Setting to ignore certain package on specific syntax

chocolate camera hace 12 años 0

It would be nice to have a User Setting to ignore specific packages when using a specific syntax.

+2
COMPLETADO

Find/Replace alternative

Timo Palokankare hace 13 años actualizado por Jon Skinner hace 13 años 0
I have to constantly work with large SQL dump files within my projects and I do a lot of search-replacing. It is in this case a bad thing that the find function is realtime. As the file is gigantic, when I replace for example "localhost" with "my server.com", it takes forever for the written text to even appear in the input fields. I think this is because Sublime constantly narrows down the search as more letters are written in the input field and in these type of situations, when the files are huge, it is not a good thing. I just want to write down what to replace and with what and then press Replace All.
Respuesta
Jon Skinner hace 13 años
Unchecking the 'Highlight Matches' button on the find panel will speed things up
+2

Sublime should accept wildcard paths on command line on windows

Chase Meadors hace 12 años 0
I would like to be able to pass "*.py" to sublime in the windows cmd shell. This is handled by the shell on linux, but on windows, the program is passed "*.py" and must use glob or similar function to open the files.
+2

Idea: Syntax highlighting defines sidebar colors and scrollbar styles

Mike Meyer hace 13 años actualizado por Allen A. Bargi hace 13 años 1
If you're using a light color scheme, it would be rad if the scrollbar, sidebar, tab bar, and status bar styles could be defined by that same color scheme file. Default to the blue sidebar, grey/black scrollbars, etc.
+2

"Goto Anything" should use the selected text as default input

朝政 李 hace 12 años 0
for example, there's a line include "header.h" in my code, i can double click header, then ctrl+p, enter, quickly jump to myheader.h, need not to type the word header.