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

-2

Browse for Folder Dialog - Clipboard

Jeff Sheldon 12 років тому оновлений 12 років тому 0
Would be nice if the default 'Browse for folder' location was the path I had on the clipboard if any.
-2

Force sublime text 2 not to load python files under a plug-in's directory

Filipe Cabecinhas 12 років тому оновлений 12 років тому 1
Is there a way to tell sublime text 2 not to load certain files from my plugin directory? Either not load files under a certain directory (blacklist), or "only load these files" (whitelist).

Thanks,

  Filipe
-2

Fold Away Non-Matching Lines

Eric Meyers 12 років тому 0
Back in my IBM 3270 mainframe days we used an editor called XEdit. It had a neat feature whereby you could hide away all lines in a file not matching a pattern or keyword.

There is something similar for Vim, called foldsearch (http://www.vim.org/scripts/script.php?script_id=2302).

I suspect some smart person could write a Sublime plugin to do this. Maybe one exists and I haven't found it yet.
-2

Default keybindings should match default Xcode bindings

Brandon Fosdick 12 років тому оновлений 12 років тому 2
For example, Option-Command-Arrow triggers code folding/unfolding in Xcode, but it changes tabs in ST2. Switching tabs in ST2 could use the Ctrl-Command-Arrow shortcut that's used for history forward/back in Xcode, or it could use Shift-Command-SquareBracket, to be consistent with Terminal's shortcuts.
-2

Control-drag selection to immediate next line

Caleb Anderson 12 років тому 0
I often select multiple lines to duplicate. When using the mouse I select my desired lines and control-click the selection and drag down. My intent is to duplicate the selection to the very next line. However, currently the caret is only allowed to get as close as the beginning of the next line, which breaks the flow. The expected behavior is to be allowed to start at the end of the selected text.


Example:
I have the following text:

"-I/path/to/myproject/includes/something",
"-I/path/to/myproject/includes/somethingelse",
"-I/path/to/myproject/includes/morethings",
"-I/path/to/myproject/includes/evenmorethings",
"Something different"

I want to add 4 more lines and change a small bit of each. I want this to be immediately after the first four lines.
I select the first four lines of text by clicking to the right of the end of the fourth line and dragging up to the blank space above (or the end of the line above). I then hold control and click on my selection and start dragging to duplicate the text.


The best output I can get is:

"-I/path/to/myproject/includes/something",
"-I/path/to/myproject/includes/somethingelse",
"-I/path/to/myproject/includes/morethings",
"-I/path/to/myproject/includes/evenmorethings",

"-I/path/to/myproject/includes/something",
"-I/path/to/myproject/includes/somethingelse",
"-I/path/to/myproject/includes/morethings",
"-I/path/to/myproject/includes/evenmorethings","Something different"


If I could position the caret at the end of the selection I could get:

"-I/path/to/myproject/includes/something",
"-I/path/to/myproject/includes/somethingelse",
"-I/path/to/myproject/includes/morethings",
"-I/path/to/myproject/includes/evenmorethings",
"-I/path/to/myproject/includes/something",
"-I/path/to/myproject/includes/somethingelse",
"-I/path/to/myproject/includes/morethings",
"-I/path/to/myproject/includes/evenmorethings",
"Something different"
-2
Виконано

Make a fullscreen mode without using the OS X Lion full screen junk

Alexander Rechsteiner 12 років тому оновлено Jon Skinner 12 років тому 0
The only way I discovered so far to make Sublime 2 full screen is the OS X Lion standard way. However, this full screen mode is unusable since it blacks out the secondary monitor.

I would like to code on my main monitor in full screen mode and watch a webcast / training video on my notebook screen. With OS X Lion full screen this is not possible.

Also see:
http://osxdaily.com/2011/06/16/os-x-lion-full-screen-app-mode-doesnt-play-well-with-external-displays/
Відповідь
Jon Skinner 12 років тому
You can use the use_simple_full_screen global setting for this
-2

Bigger resize-editor-pane active area

Robert McLarty 12 років тому оновлений 12 років тому 0
The area beside the scrollbars which activate the "resize editor pane" functionality is too small (less than 5px wide). I resize multiple panes regularly while working, so I always run into the difficulty of performing this action. I like how this area is big in Vim making it extremely easy to do this.

I also love Sublime's zoomed-out map of the opened file. Why couldn't the vertical scrollbar just disappear (leaving it's whole 20px width for easy resizing) and just use the Sublime file navigator as the only vertical scrolling control?
-2

can not type Vietnamese language

Phi Tống 12 років тому оновлений 12 років тому 0
althought i reopen file with encoding is UTF-8, but i can not type Vietnamese language, example i want type "ắ" but i can only type "ă"
-2

codeintel baked in

Stuart Innes 12 років тому 0
would like to see the Komodo codeintel engine baked in since its been broken for a while as a 3rd party download.

 

-2

Can't type "ł", but other polish characters works.

HahiSerw 12 років тому оновлений 12 років тому 1
Even "Ł" works! I didn't find any keyboard shortcut like "ALT+L".