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

0

is it possible to change the tap size? when many files are opened the tabs are really small?

philip0908 12 jaar geleden bijgewerkt door Damian Hong 12 jaar geleden 1

is it possible to change the tab size? when many files are opened the tabs are really small? if not, this is my suggestion.

0

Visually mark modified tabs

lanzz 14 jaar geleden bijgewerkt 14 jaar geleden 0
Please restore the visual marking of tabs with unsaved files, which was available before build 2165. This is a crucial feature.
0

How can i open the same project in many windows?

Guillaume Thomas 12 jaar geleden 0

I have a big project with several subproject and i would need a window for each sub project. When i open in a new window the project, it goes back to the window with project already opened. thanks

0

Linux drag and drop

mARK bLOORE 13 jaar geleden 0
I am using 2.0.1 under Linux, and I can't get drag and drop of text to work. Is there something special that I need to do?


0

How to overwrite Ctrl-x to not cut lines?

Luc Pionchon 12 jaar geleden 0

Ctrl-x cuts the current line when nothing is selected. That's great. BUT, as an emacs user, I have the habit to hit Ctrl-x-s to save a file. With any other editor it is fine because if nothing is selected, Ctrl-x has no effect. BUT with Sublime Text, it cuts the line... and saves the file! This is destructive.


How to overwrite Ctrl-x to not cut lines? and just cut selections?

0

API support for custom menus

Jake Wilson 14 jaar geleden bijgewerkt 14 jaar geleden 0
It would be nice for plugin writers to be able to create custom menus for their plugins.
0

Could you please make this great tool more than portable (Please Please)

Danny Malm 12 jaar geleden 0

This great tool would be even more great if you added it to Portableapps for fast download / usage. I would love it cause i use it on many PC's, and can keep all my settings / plug-ins this way. I know it's already possible with the existing portable version, but for those who want a fast download / usage, and a launcher for this program from a USB-Key, then it would shine even more :D

0
Voltooid

Shift+Tab to unindent a single line from anywhere in the line

Vashmyvindows 14 jaar geleden bijgewerkt door Jon Skinner 14 jaar geleden 0
The editors I'm familiar with will un-indent the currently active line when you shift-tab, regardless of where the cursor is within the line. 

I'm not sure if this is a bug, but shift+tab only works when the cursor is at the beginning of the line (or if there is a selection). I'm using build 2165 for Mac OS.
Antwoord
Jon Skinner 14 jaar geleden
The shift_tab_unindent setting controls this - a description for it is in the default file settings
0

Wrap paragraph should use a different setting from "wrap_width"

Brian Clapper 14 jaar geleden 0
The Sublime "wrap_width" setting controls both on-screen wrapping and the column at which the WrapLinesCommand folds lines. Those two settings should be different; otherwise, things don't look right on the screen.

See, for instance parawrap.py
0

move command amount argument

Chris Barnett 13 jaar geleden 0

The move command should have an "amount" argument instead of the "forward" boolean just like the scroll_lines command. 

So you should be able to do something like:

{ "keys": ["ctrl+up"], "command": "move", "args": {"by": "lines", "amount": -10} },