Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Highlight the colon as operator with Ruby 1.9-style hashes
When both keys and values are symbols, the colors all run together. A simple fix would be to not consume the colon in the regular expression. I was able to accomplish this by changing "(:)(?!:)" to "(?=:)(?!::)", as in:
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.constant.ruby</string>
</dict>
</dict>
<key>comment</key>
<string>symbols</string>
<key>match</key>
<string>(?>[a-zA-Z_]\w*(?>[?!])?)(?=:)(?!::)</string>
<key>name</key>
<string>constant.other.symbol.ruby.19syntax</string>
</dict>
Alt+backspace on a word should not delete whitespace
{"foo": bar|}
{"foo":|}
How to make acute accent over a character? Is it supported?
This type of accent does not work for me: á ó ń (letter and accent are two separate symbols).
However, there's a topic called Tab titles do not support accented letters and it seems it should work in the document itself.
Identify files that have been modified since opened, even after a save.
An icon toolbar wouldn't be a bad idea. Lots of frequently used things could be put there.
No output panel when exec called from input panel
Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1538
Alternative payment methods
Is it that difficult to add new payment options? I don't want to create a Paypal account. There are already so many alternatives that is a shame to be locked to one option people are starting to stay away of.
Is there no alternative for an Australian company to accept credit cards online? What about Google Wallet? Or even good old wire transfer. You give us your account, we transfer the money, send you the confirmation and get the licence. Job done, everyone is happy.
Home and End Key handling
One of the best editor UI features of Brief (I'll not say more, those who know, know), was how the Home and End key were handled.
- On first press they went to the end or start of the current line.
- On 2nd press they went to the bottom or top of the current viewport (what you can see on the screen)
- On the 3rd press they went to the end or start of the file.
The ease of using this interface can not be glorified enough. It is amazing. Considering your editor's clear aim is to be glorious in every way, I highly recommend you implement this unappreciated (but unequaled) feature.
PS
You could even generalize it to allow function binding to n-tery presses of a given control key in the plugins. But that matters less to me than this specific functionality.
Enable remote pairing without desktop screen sharing (something like vim and tmux: http://pivotallabs.com/how-we-use-tmux-for-remote-pair-programming/ )
Enable remote pairing without desktop screen sharing (something like vim and tmux: http://pivotallabs.com/how-we-use-tmux-for-remote-pair-programming/ )
Vintage - open files in command mode
Custom comment formatting (like VS10x Comments Extender for VS2010)
One of my favorite extensions for Visual Studio is called VS10x Comments Extender. It allows you to setup custom formatting for comments that are typed in a certain manner.
From the VS10x page:
How does it work? Well, when you start a comment with // (C#, C++, F#) or ' (VB), you can add some extra characters (minimum one, maximum three) in order to define how this comment will look like. VS10x Comments Extender will interpret these prefixes and format the comment accordingly.
It REALLY helps to see this in person... check the link below. I think this would be a GREAT addition to an already great text editor.
Look for all the examples here:
http://visualstudiogallery.msdn.microsoft.com/17c68951-7743-40bd-ad35-608706f54a92?SRC=VSIDE
Customer support service by UserEcho