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

+1

Timestamp your digital signatures on binary files.

11 years ago 0

Timestamp your digital signatures on binary files. That way it will validate after certificate expires.


Easy to do while releasing a version + usually free.

+1

Use tab to step over auto-completed quote, bracket, etc. pairs

Jordan MacDonald 13 years ago updated by Brandon Galer 11 years ago 2
Scenario:

I'm coding something that involves a string, so I hit the single-quote button. SublimeText automatically puts in a terminating quote, and I continue typing my string. Once I'm done typing the string, I have to navigate past the auto-completed quote to continue typing. That requires me entering the single-quote button, the end key or the right-arrow key. This isn't so bad, but if I'm also in an array like so:
['test|'] (vertical bar = caret)
I need to type both a single-quote and a right-bracket.

Solution:

When the user hits the tab key, check to see if they're inside of an auto-completed string, array, etc and step over all adjacent elements so that the user can continue typing. So, if this is the situation:
'string|'
it'll just step over a quote. In this situation:
['string|']
it'll step over both the quote and the closing bracket. In this situation:
{['string|']}
it'll step over all three elements.
+1

option for turning a selection into a column selection

Gavin Stark 13 years ago updated 13 years ago 0
One thing I find missing after converting from TextMate is the ability to highlight a start/end range and hit a key to turn this into a column selection. I know I can use the menu option "Add Previous/Next Line" but I'd prefer to highlight the start and end point as a selection and transform it into a column select.
+1

MySQL Completion

alpha logic 11 years ago 0

MySQL completion should be included in a distinct package (currently Sublime Text 2 include MySQL completion in PHP completion), 

because some MySQL functions are already deprecated and will be removed in the future and 

because MySQL has been extended with Mysqli, Mysqlnd, Mysqlnd_ms, Mysqlnd_qc, Mysqlnd_uh, Mysqlnd_mux and Mysqlnd_memcache.


MySQL Function completion should have the full syntax

mysql_connect(server,user,pwd,newlink,clientflag)

mysql_select_db(database,connection)


Mysqli Class completion

Mysqli_stmt Class completion

Mysqli_result Class completion

Mysqli_driver Class completion

Mysqli_warning Class completion


Mysqlnd completion

Mysqlnd_ms completion

Mysqlnd_qc completion

Mysqlnd_uh completion

Mysqlnd_mux completion

Mysqlnd_memcache completion .

+1

Writing unicode

Jakob Jensen 11 years ago 0

There seem to be a lack of the very basic feature to ẃrite unicode with the ctrl+shit+u keyboard shortcut. It would be very nice not to have to copy paste from terminal, browser or any other texteditor which all support unicode :/

+1

With multiple select, command clicking on a caret should remove it

Aaron Harpole 12 years ago updated by Toby Evans 12 years ago 1
Right now you can use ⌘-click to add more carets to the document. But if you accidentally click where you don't want one, you cannot click again to remove it. This should be added to its functionality.
+1

[linux] deleting a file from the side bar does nothing.

Zenobius Jiricek 12 years ago updated by Neven Blazic 12 years ago 1
Ubuntu Linux 12.04, Gnome-Shell
v2.0.1 build 2217
  1. Right click file or folder in sidebar
  2. [expect] to see it gone from sidebar and removed from filesystem
  3. [reality] is that nothing happens.
+1

Markers to jump instantly between lines of code or functions

Gary Fenton 13 years ago updated by adzenith 13 years ago 1

This is the coolest function from TextPad and lets you place unlimited line markers in your code. Then by pressing F2 you can jump instantly between each marker.

So if I was working on a big file and there were 3 function in particular I needed to switch between I'd put a marker in all 3 of them (Ctrl+F2) and then press F2 to jump around.

Currently Sublime only supports 1 marker which is a pitty.

+1

Calltips/Tooltips for Auto-Completion.

Simon Birkedal 12 years ago updated by robertcollier4 12 years ago 1

Greetings,


Sublime Text 2 is extremely fast and flexible - but there is still missing some features, the biggest lack of this else BadAss product is the Calltips for auto-completed sentences.


Like so:

CallTips


Please note that this was a Custom made Calltip for World of Warcraft - using SCiTE. - Lua!!


Until this is possible with ST2 i am not willing to pay a dime for it - sorry.


Also note that i already searched the web for equal packages etc but either they don't exist or none is supporting either Windows or the Lua language.


If something like this could be made, which supports lua - doesn't have to have any premade calltips or anything included i'm sure people will upload loads of packages supporting lua/w.e language if just the scripting to make it possible has been made. - I myself is one of them!