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

+1

DPI issue

Jason Hansel il y a 11 ans 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 il y a 11 ans 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 il y a 13 ans 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 il y a 12 ans 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 il y a 12 ans 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
Corrigé

Bigger int values get garbled

Oktay Acikalin il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 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.
Solution
Jon Skinner il y a 14 ans
Fixed in build 2036
+1

compile/deploy/debug modes support

Denis Ovod il y a 14 ans 0
+1

Thanks

Andrew Heaford il y a 13 ans 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 il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 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 il y a 14 ans 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.