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

+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 13 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 12 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 12 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 14 Jahren 0
+1

Thanks

Andrew Heaford vor 13 Jahren 0
I've found an editor that has, at least on my windows boxes, replaced vim.

That's impressive. Well done, Sublime is excellent.
+1

Wildcards in "Goto Anything" searches

jdc0589 vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 1
Allow the use of the wildcard operator ' * ' in goto-anything searches.

Example -
  Search string: *.template.*
  Results: ["form.template.html", "index.template.html", etc..]
+1

Make a shortcut to the current file type's sublime-settings file

Acorn vor 14 Jahren 0
It would be great if there was a shortcut to the currently open file's file type's sublime-settings file. Just like there are for the global settings and user file settings.