+2

indent-level vs. tab-key vs. tab-character

Garance A Drosehn 12 lat temu zaktualizowano 12 lat temu 2

I'd like to set the size of each indent-level to be 4 characters.  I'd want the tab-character (in a file) to jump to the next 8-character boundary.


I'd expect the tab key (when pressed on the keyboard) to tab to the next indent level (4-characters), not the next tab-character level (8-characters).  I'd want the whitespace on each line to have a tab-character for every 8 spaces needed, followed by 4 more space characters if the indent-level is not a multiple of 8 characters.  This matches a style policy used in the FreeBSD project, for instance.


I can do this with preference settings in XCode, but I don't see how to do the same thing in SublimeText2.  Sorry if I'm just missing something which should be obvious!

+2

Opening find panel should not show the sidebar if it's hidden

Allen A. Bargi 13 lat temu Ostatnio zmodyfikowane przez eproxus 12 lat temu 0
Opening find panel should not show the sidebar if it's hidden. 
follow this to recreate the bug: 
1. hide the sidebar by pressing (Cmd+K,Cmd+B) in windows use Ctrl
2. now press Cmd+f to start a search in the current file
now the sidebar appear again along with the find panel!
+2

stash and pop tab groups

Guy Boertje 13 lat temu 0
When working on a feature I may have a non-trivial number of tabs open, if I switch branches to fix a bug or the like I would like to be able to stash (like in git) my current tab group (and close them?), then work with a different set of tabs and pop/restore the previous tab group to continue on the previous feature.  Anyone else?
+2

does not color the PHP variable inside the string "AND user = {$user}";

José Monteiro 12 lat temu 0

in all other ide's color usually, but sublime nop =/

+2

Include known projects in Cmd-T, rank lowest.

Robert Stuttaford 13 lat temu zaktualizowano 13 lat temu 0
Right now, accessing the Project > Recent Projects dialog is the only reason I reach for the mouse with ST2.
+2

Color Picker

Joshua Klassen 12 lat temu zaktualizowano 12 lat temu 2

I would love to be able to press a key combination like control + shift + c and it will popup a color picker. Then we can find a color and click "insert" and it will add the hex where the mouse cursor is.

+2

More descriptive error messages

Sander Pilon 13 lat temu 0
From experience I know that 'Unable to save' can mean many things. 

Please provide better error messages:

- File is read only 

- Permission denied

- Path does not exist

- ...

+2

How to add a shortcut that will run custom build system on current file?

Sergey Shepelev 13 lat temu zaktualizowano 13 lat temu 0
Please show example of adding a keyboard shortcut that will run custom build system on current file.

{ "keys": ["alt+1"], "command": "build", "args": {"?": "?"} },

+2

comparing files side by side.. the only thing where NPP beats sublime!

hj3 12 lat temu Ostatnio zmodyfikowane przez Tart Toter 12 lat temu 1

comparing files side by side.. the only thing where NPP beats sublime!

+2

This build of Sublime Text 2 has expired

Lee Doel 12 lat temu Ostatnio zmodyfikowane przez Antonix Indestructible 12 lat temu 1

 On Windows i have the latest version but when i try to run it i am getting the message "This build of Sublime Text 2 has expired" and it will not let me run it, but i do already have the latest version and i have paid for a licence. Can you help?

+2

Built in SCP integration

SC_ 11 lat temu 0

Build in SCP / FTP  functionality similar to that of Coda.  

+2

Adding an optional Safari-like Find to simplify finding

Bob Beaty 13 lat temu 0

I would really love to have the option of a simplified 'Find' panel for Mac OS X like Safari and BBEdit have. Right at the top of the window, with a simple text field, forward/back buttons, a 'Cancel' (invoked with the Esc key) and a count of how many hits there are.


I like the complete functionality of the existing 'Find' bar at the bottom, but the buttons are so big that they obscure the text box where I'm typing my find string.


It's kind of like the existing 'Incremental Find', but it's more along the lines of other Mac apps.


Alternatively, the ability to shrink the Find, Find Prev, Find All so it doesn't obscure the text field would be OK as well. I was just thinking the minimal one at the top would be more "Mac like".

+2
Naprawione

Saving a file should reset 'unsaved changes' flags in all tabs

Matt Powell 14 lat temu Ostatnio zmodyfikowane przez Jon Skinner 14 lat temu 0
If I'm working in vertical split mode, and have the same file open in both groups, the changes I make in one tab are reflected in the other, but when I save the file, the 'unsaved changes' asterisk in the tab only disappears from the tab that was in focus when I saved: the other tab still looks like it has unsaved changes.
Odpowiedź
Jon Skinner 14 lat temu
Done in build 2036
+2

Tabbed vertical splits

Brandon Ruschill 13 lat temu zaktualizowano 13 lat temu 0
My idea is for tabbed vertical splits, similar to what Vim can do.

I've done some reasonable reasearch/searching and have been unable to come up with a solution, so if you have one please share!
Image 106
+2

Ability to specify the file manager for open_dir command

Paul Trotter 12 lat temu 0

Under Linux, right clicking a file in the sidebar then selecting "Open containing folder" opens the folder in nautilus.


I would like the option to specify a different file manager for this command.

+2
Ukończony

Change font colour

kenny 14 lat temu Ostatnio zmodyfikowane przez Jon Skinner 14 lat temu 1
I *love* this editor!
I know how to change the font and size but it would be good to change the default colour too, apologies is this is indeed possible, I've looked at the getting comfy doc and other docs and can't find it
Odpowiedź
Jon Skinner 14 lat temu
You can use the Preferences/Color Scheme menu to do this
+2

CLI interface for Sublime Text 2

Adam Stankiewicz 12 lat temu 0

Would it be possible to make CLI version of Sublime Text 2? I mean, there's not much interface in the GUI version, so probably it would be no ~extremely~ big problem.

I know Vim is somewhat capable reproducing all ST behavior but that's not the point.

I'd love to see Cmd+Shift+P magic in terminal and no modes at all.

What do you think?

+2

Make it possible to load 2-3 related syntaxes (especially for the code completion) at once like Coffeescript Javascript and jQuery. Or Sass and CSS.

Pat Le Cat 12 lat temu 0

Make it possible to load 2-3 related syntaxes (especially for the code completion) at once like Coffeescript Javascript and jQuery. Or Sass and CSS.

+2

plugins written in C++

Abdallah Aly 13 lat temu 0
is it possible to add a feature for supporting writing plugins in C++ ? provide some skeletons or some innterface for adding plugins in C++, would allow more chances for non-python lovers/programmers to develop their own plugins, thanks.