Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Split a row into multiple views
Basically I'd like the ability to have 2 rows and split the bottom row into multiple columns.
So I guess add the ability to create custom layouts that allow combos of splitting rows and columns as needed.
Layout should be local to current window, it should not change the state of all new windows
Converter for transfering configuration files from other editors (primarily Notepad++).
Move view command
Regex/Javascript syntax highlighting bug
I am using regex to validate an email input field as described here: http://www.regular-expressions.info/email.html
When I use that regex in my javascript, the syntax in rest of my document after the regex is incorrectly highlighted. Try copying and pasting the following code into a javascript file.
if($('form.contact input.email').val() == '' || !$('form.contact input.email').val().match(/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/)) {
hasError = true;
$('form.contact input.email').addClass("error");
console.log('Email is at fault');
}
Is anyone else having this issue? I am using ST3, pretty sure it does it in 2 as well.
Add support for SASS css styling so it recognizes scss files
Add suport for SASS styling so it recognizes scss files and syntax highlighting. Sass is becoming widely used for python - django projects and ruby - rails projects. Would be great to see this supported.
Word Highlighting / Matching words color
When I double click on a word, it select it.. but I would like to see (with highlighted color) all the other matching words in the file !
I have see a blog post about that : http://www.sublimetext.com/blog/
But it is difficult to see theses words... it will be fine to have a FULL background color (Something like read + border ...) and not only a simple border.
Thanks
GoTo last edit in File
Or maybe I'm missing something, and it has already been implemented?
Add multiple tabTrigger tags in snippet file.
<tabTrigger>pie</tabTrigger>
Copy Filename From Sidebar Context Menu
Similar to this request, I'd like to be able to copy the path of a file to the clipboard, however, I'd like to do it without having to open the file. It would be great to have it available as a context menu item in the side bar.
Customer support service by UserEcho