-3

Allow sidebar border to be themed

Aparajita 13 years ago updated 13 years ago 1
2088 added a border on the right side of the sidebar, which is great, but it's a little too dark for my taste. It would be nice if it could be themed, since the rest of the sidebar can be.
-3

http://dstvinstallfast.wozaonline.co.za/

cheema 11 years ago updated 11 years ago 1
-3

Selecting text should hide the cursor until a selection is made

Caleb Land 12 years ago updated by lanzz 12 years ago 1
In OS X at least, while dragging to make a selection, the cursor disappears. It makes making selections in Sublime feel a little off. Usually on OS X, the cursor isn't available at all while the selection is in place, but I understand that Sublime needs to show the cursor position while a selection is made.

I think Sublime should hide the cursor while dragging.
-3

sftp syncing doesn't convert local timestamp to utc before remote server comparison

Jeremy Fusco 12 years ago 0
This results in the remote always being newer by several hours if you are west of the Atlantic which requires you to set 

 // This plugin doesn't appear to convert time stamps to UTC before comparison.

  "confirm_overwrite_newer": false,

in sftp-config.json

-3

Switch Project In Window Colors

Frag Chavez 12 years ago 0
It would be nice for the "Switch Project In Window..." options to be a little easier to read.  The style is nice, but perhaps a more readable color for the primary name of the project as it is difficult to read through a long list of these with the scales of gray that are currently in use.
-3

Show date and time in status bar when in fullscreen mode

Oktay Acikalin 13 years ago updated by aristidesfl 12 years ago 8
When working in fullscreen mode I sometimes want to know the current time and day (number) without going elsewhere. Showing something like "13:37, 14" or "1:37 pm, 14" sitting at the right of the status bar would be enough.
What do you think? Nonsense? Overkill? Useful?
-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
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

Status bar draggable in OSX

Dan Rogers 12 years ago updated 12 years ago 1
I'd like the option to drag the status bar in OSX to move the main Sublime window around, similar to Finder / Safari.
-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

Code or File Compare

hamed narimani 12 years ago in Plugin announcements 0
Need a plugin to compare two files

 

-3

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

FloFlow 12 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

-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

Single mini-map when opening two views of same file

Steven Lu 12 years ago 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.