-3
Beantwortet

How to select other tab via keyboard?

Denis Tomilin vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 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?
Antwort
Jon Skinner vor 13 Jahren
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 vor 13 Jahren aktualisiert vor 13 Jahren 2

 Image 16

-3

String Functions

hamed narimani vor 12 Jahren in Plugin announcements 0

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

-3
Fertiggestellt

Feature Request: Blank Document By Default

Jesse Squire vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 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 vor 11 Jahren aktualisiert von jan otte vor 11 Jahren 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é vor 12 Jahren 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 vor 12 Jahren aktualisiert vor 12 Jahren 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 vor 12 Jahren aktualisiert von Jon Skinner vor 12 Jahren 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 vor 12 Jahren aktualisiert vor 12 Jahren 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 vor 12 Jahren aktualisiert vor 12 Jahren 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 vor 11 Jahren 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 vor 12 Jahren aktualisiert von Tom Kelly vor 11 Jahren 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 vor 12 Jahren 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 vor 12 Jahren aktualisiert von Joel Thornton vor 12 Jahren 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 vor 12 Jahren aktualisiert von Joel Thornton vor 12 Jahren 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 vor 12 Jahren aktualisiert vor 12 Jahren 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 vor 11 Jahren 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 vor 12 Jahren 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 vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 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
Antwort
Jon Skinner vor 13 Jahren
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 vor 13 Jahren aktualisiert vor 13 Jahren 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?