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

-1

Remove special characters from sublime text 2 directories and files

Nicholas Whittier fa 13 anys 0
I am running the Linux (x86_64) build.  I realize that this does not have true feature ramifications, but it would be great if the file/directories were restructured to remove spaces and special characters.   

I love the simple elegance that ST offers almost as much as the straight-forward customization that is available in the config files.  Then I navigate to those config files to find filenames like "Base File (Linux).sublime-settings" and I cringe.
-1

Opening files and folders problem

aristidesfl fa 12 anys 0
Since I've done the update to 2200 I've been having problems opening files and folders some times. 
Sometimes they don't open, other times they take a long time.
I don't know if it only happens with the subl utility or by dragging files on top of the icon because those are the only 2 ways I open things.

Here are a few seconds of the log after having some problems:
http://gist.github.com/8a9e0162d3b68a8ea231 
-1

BACK and FORWARD button suggestion. to go the last opened file.

Diogo Pereira fa 12 anys updated by FichteFoll fa 12 anys 3
BACK and FORWARD button suggestion. to go the last opened file. 
-1

Find in Files Saved Configurations

Owen Lewery fa 12 anys 0

I love find in files - saves me every minute of the day, it's fast and ST2 is the first editor to make it easier than using find at the command line. Thanks. However, I tend to have a few configs that I use all the time - usually combinations of directories and file globs. It would make life even easier if I could save those configs and then pick them from a popup, say at the end of the "where" entry box. I'd settle for recents but better would be to save them somewhere (or even create a settings file).

-1

Code comments that show up in sidebar.

Joren Mathews fa 13 anys 0
If you could create a comment in code, which would show up readably sized in the sidebar. Something like //!User section would print "User section" legibly where that comment appears floating over the sidebar.
-1

An API for images/iframes

altivan fa 11 anys actualitzat fa 11 anys 2
I can't believe I'm the only one who feels that ST3 is far from a improvement without this... maybe they are using a different wording...

Because really, for many things like choosing html images (img[src]), previewing Marcdown files, previewing image files selected on the side bar so we need some kind of iframe inside Sublime; if you want to to implement this in the most painless way you can use a Chrome app; all the platforms you support also have support for Chrome (or Chromium).
-1

Goto default text doesn't work as expected

fl00r fa 13 anys 0

I mean:


    { "keys": ["super+c"], "command": "show_overlay", "args": {"overlay": "goto", "text": "controllers"} }

should open overlay with text "controller" so I can find only through controllers dir. But with first clicking it opens first file that matches this pattern and only on the second click it will open overlay will this text
-1

Zen-coding and multiple cursors produces unusual results.

Aaron Spaulding fa 13 anys 0

Paste the following text in to ST2 then put cursors after the braces. Press tab:

div{Sales}

TEXT


div{Service}

TEXT

It produces the following output:

<div>Sales</div>

TEXT

div{Service}<div>Sales</div>

TEXT 

-1

My Mac is an OS X, why can't it be used?

Rachael Swift fa 13 anys updated by Sven Axelsson fa 13 anys 3
I downloaded the Mac version to my computer and it's saying it can't be used... Do I need to update my computer? What's going on that I can change to make this work?
-1

Would like an easy way to switch the local configuration (Packages and Settings) directory.

Ulf Byskov fa 13 anys actualitzat fa 13 anys 0
There are so many shortcuts and plugins (and their shortcuts) that it is sometimes too much (thinking about potential conflicts between plugin functionality and shortcuts). If I could have sets of functionality and be able to switch between them (like Emacs modes or Firefox profiles) it would simplify things a lot.

Basically this would just require that you restart ST2 and use a different local directory to look for configuration and plugins.