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

-3

I would love to be able to rename the folder name in the sidebar without renaming the original folder name

FloFlow hace 12 años 0

In Dropbox my project folders, things are organized like that :

CLIENTS

    -> CLIENTNAME

         -> SUPPORT

         -> CONTRATS

         -> WEB

                -> capture

                -> decoupe

                -> design

                -> docs

                -> HTML

And and my files for each clients are in these HTML folders so I add several projects I have many HTML folders, not really easy to manage isn't it ? :)

I think it would be awesome to have in addition of the actual rename function the possibilty to rename the folder but only for Sublime Text

-4

Import fonts and colors from visual studio

Cory Bloor hace 12 años 0
I'm considering moving over to Sublime from Visual Studio and I'm trying to set up my Sublime color scheme to match my old VS colour scheme.

It's easy to export an XML document (*.vssettings) with VS's fonts and colors. It would be nice if I could easily import from that, rather than re-creating it by hand. At the moment, it seems that I have to copy/paste a few dozen color hex values from one XML file to another to get my theme across.
-4

Allow to save user files to dropbox or as a gist

Zoran Simic hace 12 años actualizado por Joel Thornton hace 12 años 5
It would be awesome if the various user settings files could be stored as gist on github. That's what I'm doing now (keeping a copy of those files on github), but it would be awesome if I didn't have to periodically apply them to all my machines.

It could be done for example by putting a file in ~/.sublimetext on Unix systems (and a similar place on Windows) for example. For github, user's API token (or whatever's needed) could be stored there and ST2 would go then ahead and read/save files from gist.github.com instead of the local FS.

Those who'd like to use this would then only need to copy that one file to their machines and get the benefit of having shared settings.
-4

paste hyperlinks

Anna hace 12 años actualizado por Joel Thornton hace 12 años 1
I would like to paste hyperlinks into sublime text and save it in html. I would also like to print to pdf if possible
-4

Empty line formatting

Jussi Rytkönen hace 12 años actualizado hace 12 años 0

I guess this is bit unconventional for traditional text editors, but would there be any support for option that allows making empty lines smaller than lines with text? For example, their height could be half of a normal line, though this would be a pixel height setting that could be set by user.


This would allow for much more clearer structuring of code, since normally using empty lines for structuring is not that precise.

-4

ubuntu 12.10 64

Marcos Nassif hace 11 años 0
I'm testing Sublime text 2 in ubuntu 32, but in 64 bits it opens but any menu doesn't appear. I can't find the solution.


-4

Keymap preference option

Mr xles McFyzzypants hace 12 años 0
It would be wonderful if you could predefine a keymap preference. I have the (bad?) habit of switching between Swedish and US keymaps when I'm working on different things, for instance I code with a US keymap and write prose with a Swedish keymap. And for ever newly opened file it defaults back to the OS default, which can be a tad annoying. Currently on OS X 10.7.4.
-4

Single mini-map when opening two views of same file

Steven Lu hace 12 años 0
In the mini-map is a lighter rectangle indicating primary viewport. When the same file is opened in two views, only a single mini-map is necessary: It would have two of these position rectangles!

Also, related to this, it would be great if highlights update across views of the same file also (i.e. I click on a variable in one view, and all instances of that variable also get highlighted on the other view). 

Fantastic work so far. This editor is truly sublime. 
-4

replace with preserve case bug

PhalconPHP hace 12 años actualizado por Saad Farooq hace 11 años 3
I think the "replace all" option have a bug, follow these steps:

Write: MySQL

Replace all MySQL by PostgreSQL, final replacement is: PoSTGreSQL

Preserve Case is enabled.