-3
Answered

How to select other tab via keyboard?

Denis Tomilin 13 years ago updated by Jon Skinner 13 years ago 1
I know Alt+num = split screen modes.
Shift+Ctrl+num = move file into different group.
Ctrl+num = move focus to different group.
But how i can move focus on different tab in current group?
Answer
Jon Skinner 13 years ago
20110203 now has a menu (File/Switch File) that lists the different commands to switch files.

You can switch directly to a tab via Alt+<number> on Linux and Windows, and Command+<number> on OS X
-3

Wrong indentation in sublime settings files

aristidesfl 13 years ago updated 13 years ago 2

 Image 16

-3

String Functions

hamed narimani 12 years ago in Plugin announcements 0

 You can add make a plugin for string functions.for example lenght calculate, substr , md5 ,  ...

-3
Completed

Feature Request: Blank Document By Default

Jesse Squire 13 years ago updated by Jon Skinner 13 years ago 1
I would be interested in an option to allow a new (blank) document to be opened by default when there were no documents from the previous session to restore.
-3

new column view by dragging file (as in visual c++)

Maciej Partyka 11 years ago updated by jan otte 11 years ago 1

When I drag a file, there should be an option to create a new column view(such as in Visual c++ 2010,2011 and 2012)

-3

Support for Fountain, markup for screenwriting files

Ricardo José 12 years ago 0
Hello,

Could you please add support for Fountain? There are other apps already supporting it, but not yet Sublime Text.
-3

better project management

michelangelo giacomelli 12 years ago updated 12 years ago 0
if i set "remember_open_files": false, when open a project file it not restore workspace, i would not sublime remember workspace but when use project should do
-3
Not a bug

Fix the error where you end up with two cursors and anything you write or delete is deleted two places.

Mark Gray 12 years ago updated by Jon Skinner 12 years ago 2
Fix the error where you end up with two cursors and anything you write or delete is deleted two places.
-3

Opening a new file only shows a tab when the file has been modified

Dan Higham 12 years ago updated 12 years ago 2
Only just started happening but every time I open a file no tab appears until I modify the file. http://vimeo.com/35984182
-3

Goto file single line palette layout

aristidesfl 12 years ago updated 12 years ago 2
The double line layout is very hard to scan, and reduces the number of items displayable in the palette.
I would rather have single line items with the details in front of them, instead of under.

Btw, what are the numbers which appear to the left of files while searching?
-3

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

FloFlow 11 years ago 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

-3

1. preview in browser button and commands ... (multiple browsers) 2. preview in sublime... with a refresh on save... like bbedit...

derek wood 12 years ago updated by Tom Kelly 11 years ago 2
i want you so bad... but i need 2 things - before we can be together:  

1. preview in browser button and commands ... (multiple browsers)  

2.  preview in sublime... with a refresh on save... like bbedit...

PLEASE !  it would be sooo easy for you !  I am so confused - why wont you meet me half way ?
-4

Import fonts and colors from visual studio

Cory Bloor 12 years ago 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 12 years ago updated by Joel Thornton 12 years ago 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 12 years ago updated by Joel Thornton 12 years ago 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 12 years ago updated 12 years ago 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 11 years ago 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 12 years ago 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
Not a bug

Plugins don't work in Linux

Ali Aliev 13 years ago updated by Jon Skinner 13 years ago 0
Hi. Sublime text editor plugins don't work in Linux. For example i use Zen Coding plugin (https://bitbucket.org/sublimator/zencoding/wiki/Home), but this doesn't work. Please fix this bug
Answer
Jon Skinner 13 years ago
That's a plugin for Sublime Text 1. Sublime Text 2 uses a different plugin system.
-4

How can I create a selection?

Oktay Acikalin 13 years ago updated 13 years ago 2
I've written a plugin which replaces the selected regions with some other content. Now I would like to reselect the results to show the user what has been replaced. How can I do this?