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

+13

SQL nested in a python string is not highlighted if there's a newline at the start of the string

Alex Gaynor 12 lat temu 0

Image 208

This screenshot displays the issue, if I remove the newline after the """ it highlights fine.

+13

Chinese character, GBK GB2312 file encoding support

加华 刘 11 lat temu 0

Sublime DOES NOT have Chinese Character support. This is very sad.

Everything is crap when I open a Chinese file.

+13

API: pls add mouse position function

Sudden Imphead 12 lat temu 0

This should be easy to add. It will  solve a problem that has been discussed in several posts in Plugin Dev. Implement something akin to the emacs function below. Note that it returns the position without any clicking. (Per legacy, emacs window/frame meanings below are switched.)

mouse-position is a built-in function in `C source code'.

(mouse-position)

Return a list (FRAME X . Y) giving the current mouse frame and position.
The position is given in character cells, where (0, 0) is the
upper-left corner of the frame, X is the horizontal offset, and Y is
the vertical offset.



+13

.sass extension syntax is wrongly set in Ruby Haml settings

Michael Bashkirov 13 lat temu Ostatnio zmodyfikowane przez Vinicius da Costa Pires 11 lat temu 4
By default Sublime Text "Ruby Haml.tmLanguage" has a wrong line
<string>sass</string>

Also it somehow prevents 3rd party Sublime packages to reset default syntax highlighting for .sass files.
+13

Smaller / narrower tabs

Matthew Lloyd 13 lat temu zaktualizowano 13 lat temu 0
I find that the tabs at the top take up quite a lot of screen real estate. I know they can be disabled, and the list of "open files" can be used instead, but I find that doesn't always work well because on a big project the "open files" section might be scrolled off the top of the sidebar. It would be great to be able to make the tabs less tall and/or generally smaller.
+13

Remember last goto anything

Scott Keller 13 lat temu Ostatnio zmodyfikowane przez Matthys Meintjes 12 lat temu 3
I would be awesome if there was a setting to enable:

when you open goto anything, it would remember your last search query.

It could for example have the last query selected so you can overwrite it but i find myself wishing i could just change a few characters of my last goto query
+13

Terminal pane, using iTerm

Zic 13 lat temu 0
Terminal pane, using iTerm instead of trying to re-invent stuff. I would love to be able to start sublime with the terminal pane at the bottom, resizable, and from there be able to open files directly to sublime (e.g using the cli command)
+13

selected tab should be more obvious

Vincent Côté-Roy 13 lat temu Ostatnio zmodyfikowane przez isatis 13 lat temu 9
selected tab color should be more constrated against the others to be obvious which file you're editing.
+13

Remember window size

jack 13 lat temu Ostatnio zmodyfikowane przez aristidesfl 13 lat temu 1
When starting it should open with the same window size when last closed and/or there should be an option to set the default window size.
+13

Middle click to close file in Side Bar

ivank 14 lat temu Ostatnio zmodyfikowane przez multinegthr 11 lat temu 1
Middle-clicking on a file in the side bar should close the file.