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

+1

Build system console - colour background by return code

Chris Shucksmith vor 12 Jahren 0

Please subtly colour the background of the build console when the task completes, either slightly pale green if the errorcode is zero, or red if non-zero. It should remain white whilst running. 


Currently I find myself occasionally dismissing a subtle failure.

+1

Replace in Files opens tabs for all of the files with replacements

Stefan Wrobel vor 13 Jahren aktualisiert vor 13 Jahren 0
I don't get why Replace in Files is opening tabs for all of the files that it does replacements in, and then I have to save them and close them manually. I swear it used to just make the changes and save the files without opening them. Is there a setting I'm missing?

FYI, build 2183 here
+1

Jump to Tab in Any Group

Alex Le vor 13 Jahren aktualisiert vor 13 Jahren 0
Hey I wanted ask if it is at all possible to have this feature implemented. Basically, let's say I have 2 groups (2 columns) and the first column includes 1.txt. If I am working on the 2nd group and I forget that 1.txt was open in group 1, when I type ctrl+p and then enter 1.txt and press enter, is it possible to jump to the 1.txt file open on the first group rather than open it again in the current group?

http://www.sublimetext.com/forum/viewtopic.php?f=4&t=5863
+1

DPI issue

Jason Hansel vor 11 Jahren 0
On Windows 8 with a high-DPI screen, the UI looks very large and fuzzy. Could a setting be added to disable DPI-based scaling, for people with this issue?
+1

Color picker

Mukah Wagner vor 11 Jahren 0

When entering a hex color, showing a small square with a color display and when you click a color picker.

+1

Plugin loaded hook

dz0ny vor 12 Jahren 0

Use case: I'want to enable custom plugins for LiveReload plugin. Currently loading process relies on name for load order. It would be great if i Could control loading of plugins with decorator. The basic idea would be same as in pep369 http://www.python.org/dev/peps/pep-0369/#reference-implementation 

+1

"Wrap icon" pop up on screen when "Find Next" wraps around end of file

Anil Doshi vor 11 Jahren 0

I used to use Textwrangler. What I miss most is when I am doing a Find for a term through my file, it would always fade in/out a looped arrow when the next instance of "Find Next" was on the top of the file, and the "Find Next" command caused me to wrap back up to the top of the file. Is there any way to implement that in ST?

+1

Quick Create File Menu

Jonah Dahlquist vor 11 Jahren 0

One of the best features of SublimeText is it's amazing ability to open existing files extremely quickly.  Just typing in "apviadind" can open "application/views/admin/index.php".


I would like to see efficiency transfered over to _creating_ files.  For example, if you type "apviad/settings.php", it creates a file at "application/views/admin/settings.php".  This is a use-case I often encounter, and I'm sure other people would find it quite useful.

+1
Fixed

Bigger int values get garbled

Oktay Acikalin vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 5
I want to set the following in my base file settings file:
"highlight_trailing_spaces_max_file_size": 1048576,

But after some restarts or time (I don't really know when) it suddenly become this:
"highlight_trailing_spaces_max_file_size": 1.04858e+06,

And I don't change the value using set or anything else.

Last seen on OSX 10.6.6 with build 2031.
Antwort
Jon Skinner vor 14 Jahren
Fixed in build 2036
+1

compile/deploy/debug modes support

Denis Ovod vor 13 Jahren 0