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

+1

Linux: Trigger sftp mounting when you open a project

Scott Bowers fa 13 anys updated by Shauna Gordon fa 12 anys 1
On linux, when you have folders added to a project over an ftp or sftp mount, sublime won't auto mount the volume if the mount isn't already mounted.

Most applications will trigger automatically mounting the volume, but sublime does not.  This means when sublime opens the project, all of your files are opened, but they are empty.  You then have to mount the volume, cycle through all of your tabs and reload each one.
+1

Split a row into multiple views

Cristiam Reinoso fa 12 anys 0

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.

+1

Layout should be local to current window, it should not change the state of all new windows

Allen A. Bargi fa 12 anys actualitzat fa 12 anys 0
from time to time, I want to change my layout to two columns but then it will make all the new windows I open after that in the same layout. which is not probably what we want. 

Layout command should only change the current window by default, we can have another command to globally change the layout. 
+1

Converter for transfering configuration files from other editors (primarily Notepad++).

Vadim Tukaev fa 12 anys 0
Mainly I mean syntax highlighting (for exotic language), but not only. Even transfer of the color scheme can be useful. It will allow to work in a habitual situation right now, without control of a new environment. I very much like theme "Hot Frudge Sundae" in Notepad++, for example. I liked Sublime Text, but I can't migrate to it because I need make break in work for this purpose.
+1

Move view command

Mark Steve Samson fa 12 anys updated by Heinrich fa 12 anys 2
I checked the API reference and there seems to be no command to move a view's position in the tabs bar. Maybe I just missed it (it's being done by a mouse drag after all...) but if it isn't available yet I would like to request for its addition. I find it more convenient to use Cmd + Shift + { or } to move around the tabs and Cmd + Shift + Left or Right (the keyboard binding I would probably use) to move the tabs' position.
+1

Regex/Javascript syntax highlighting bug

Austin Condiff fa 11 anys updated by Rockallite Wulf fa 10 anys 1

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.


+1

Add support for SASS css styling so it recognizes scss files

James Smith fa 12 anys updated by Jake Wilson fa 11 anys 1

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.

+1

Word Highlighting / Matching words color

Krys AkaSpectral fa 11 anys 0
Hi,

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
+1

GoTo last edit in File

Stanislav Bozhkov fa 11 anys 0
I miss this feature from VIM. I think it would be helpful to have a similar functionality in SublimeText, too.

Or maybe I'm missing something, and it has already been implemented?
+1

Add multiple tabTrigger tags in snippet file.

Cyril Lamotte fa 13 anys actualitzat fa 13 anys 0
Add multiple tabTrigger tags in snippet file, it seems not working so, I think it could be cool.

    <content><![CDATA[behavior: url('js/PIE.htc'); -pie-png-fix:true;]]></content>
<tabTrigger>behavior</tabTrigger>
    <tabTrigger>pie</tabTrigger>