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 12 years ago 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 13 years ago updated 13 years ago 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 13 years ago updated 13 years ago 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 11 years ago 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 11 years ago 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 12 years ago 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 11 years ago 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 11 years ago 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 14 years ago updated by Jon Skinner 14 years ago 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.
Answer
Jon Skinner 14 years ago
Fixed in build 2036
+1

compile/deploy/debug modes support

Denis Ovod 13 years ago 0