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

+3

HTML5 & CSS3 Live Preview Window

Tux il y a 11 ans 0
HTML5 & CSS3 Live Preview Window
+3

Better ctrl-tab for last edited files

jm goemaere il y a 13 ans 0

Ctrl-Tab could show a small dialog (like super-T does) showing the last edited files if the ctrl key is not released. 

So we could use up and down to select any file (or do a fuzzy search). 

The first in the list would of course be the last edited file and on release, this file would be selected. (a little bit like cmd-tab on macosx or alt tab on windows). 

So usage would be the same as today if keys are released (but a little bit different if ctrl is not released)...

+3

Include an async library like gevent or eventlet for better plugin threading.

Adam il y a 13 ans mis à jour par Ivan Castellanos il y a 12 ans 2
Making performant plugins is quite difficult right now due to complex thread management. Gevent would allow for libevent backed io in plugins and use of lightweight green threads.
+3

Syntax highlighting for JavaScript is buggy

Tony Xiao il y a 13 ans mis à jour il y a 13 ans 0
This is a sample from the latest jQuery source file. notice how apostrophe inside comments cause syntax highlighting to fail
Image 86
+3

Clicking on the Code Viewer should jump to that position in the code.

jordanj77 il y a 13 ans mis à jour il y a 13 ans 0
When I click somewhere in the code viewer, it jumps well past where I clicked. (OS X)
+3

API: Ability to change window layout

David Baumgold il y a 13 ans mis à jour il y a 13 ans 2
I wanted to implement a plugin to get a split-screen view into the current file I was editing, and discovered that there is no way to change the window layout of the current window. Can you add this to the API? And ideally, implement a plugin with a TextCommand equivalent of File -> New View Into File, but splitting either vertically or horizontally so that both views are visible?
+3

Use sheets for open/save dialogs on OS X

-9729 il y a 13 ans 0
Just fell in love with Sublime, but what makes it feel awkward to me, is that it uses nineties style open/save modal dialogs instead of sheets. When you provide this feature, I'll immediately buy it.
+3

Code folding doesn't work properly

Henrique Boaventura il y a 13 ans mis à jour par Felipe Prenholato il y a 13 ans 1
Code folding on PHP classes doesn't work properly. When the hotkey to fold is hit, it folds the entirely class, even if you're inside a method or a condition/lood block.
+3

system level dialogs should support keyboard "Don't save" "d" and "Cancel" "c"

kjayne il y a 13 ans 0


keyboard d or c should sould to trigger the respective buttons
+3

Open a directory, as it was a project.

Zic il y a 13 ans 0

 Open a directory, as it was a project. Listing files and dirs in sidebar. Without saving any project file, if the user haven't made changes that need to be saved in a project settings file.