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

+10

PHP syntax highlighting bug

Sven Axelsson 13 ár síðan Uppfært 13 ár síðan 1
In this code the extends keyword is highlighted wrong:

class X
    extends Y
{}

However, when copying the syntax file from TextMate to Sublime Text everything worked correctly. Perhaps it would be good to update all the Sublime Text packages to use the latest tmLanguage files?
+10

Lasso Support??

Stephen Smiroldo 12 ár síðan updated by Eric Knibbe 12 ár síðan 2

Out of the huge list of languages supported, I see nothing about Lasso (http://www.lassosoft.com). Is there something I'm missing??

+10

Show Remote file path instead of local tmp path

Chris Passas 13 ár síðan Uppfært 13 ár síðan 0
It would be nice if ST2 would show the remote file path when opening a file from an sftp/ftp app (Example Transmit).  In nearly every text editor this is the expected behavior.  For example BBEdit, Smultron and Textmate.

This would also resolve the problem when opening a remote file with the same name as another remote file you get a long hash added to the end of the file names.  The result is you can't tell by the file name which is which.
+10
Lokið

Automatic updates

Hay Kranen 14 ár síðan updated by Jon Skinner 13 ár síðan 5
On Mac OS X you need to download every new alpha release, which is a bit of a nuisance. It would make sense to use something like Sparkle, or maybe the App store to do automatic updates. For Linux and Windows i suppose there are good mechanisms too.

If this is too much work, i guess an automatic check at startup that gives the user a popup that a new version is available might be possible as well.
Answer
Jon Skinner 14 ár síðan
Added for OS X in build 2020
+10

Highlght currently opened file in "Folders"-section

Ulrich Kautz 13 ár síðan 0

It would be nice if the currently opened file could be highlighted in the "Folders"-section (as well as in the "Open Files"-section). In addition it would be awesome to have an (optional?) auto-scroll to the file withunder "Folders"-section on file tab-focus. Having larger projects with lots of sub-folders expanded this would come in quite handy..

+10

When deleting or renaming a file in the sidebar, that file should be closed/renamed if it's currently open.

jlong64 13 ár síðan updated by Lucas Jenß 12 ár síðan 2
When you delete a file in the sidebar and that file is currently open, it will remain open. Similarly, if you rename an open file, it will remain open with its old name. If you save the file it will be re-created.
+10

Macros don't seem to record searches.

Taylor 12 ár síðan 0
I guess you can't repeat an action through a document either?  
What can the macro tool do?
+10

Pop up boxes that ask to save should have "Save" as the default not "OK"

Benjamin Guest 13 ár síðan 0

 Image 17


This is nit-picky I know, but go read apple's HIG, dialog boxes should have verbs for what they do, not "OK". The justification is that no one reads dialog boxes (which most people don't) but in this case if it were "SAVE" you would know immediately what the dialog box was prompting...

+10

Sublime Text 2 icon in right click context menu

brainiac2k 14 ár síðan updated by Michael Koldsgaard 12 ár síðan 1
Notepad++ has an icon for the explorer context menu item. It is handy for distinguishing the menu item as an association with the editor quickly at a glance.

I think it would be nice if the explorer context menu item for opening a file in "sublime text 2" had the "sublime text 2 icon".
+10

Implement Ctrl-U and Ctrl-D in Vintage mode

David Baumgold 13 ár síðan updated by Seth Alexander Bird 12 ár síðan 3

Vintage mode is amazing, but two of the commands I use most often in Vim to get around aren't implemented: Ctrl-U to scroll half a page up, and Ctrl-D to scroll half a page down. Here's the official vimdoc, so you can see what I mean:


http://vimdoc.sourceforge.net/htmldoc/usr_03.html#03.7


Could these scroll motions be implemented?