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

-2

Pick font from menu

Alexander Dimitrov 12 років тому 0

I want feature like the most editors. Change the font from menu. (not writing the styles but pick some from graphic interface). Also posibility to edit the color highlighting.

-2

The ONE feature I still miss (and stumble over) is the "universal argument" of EMACS. E.g., ^U30^F to move forward 30.

rmcgowan 12 років тому 0
-2

Area position / Find files or in file (ctrl+F / ctrl+shift+F)

~~ 12 років тому 0

Ctrl+T or ctrl+P appears at the top, which is nice. For those two, you search something.

With Ctrl+F or ctrl+shift+F, you also search for something.

Problem : those two windows does not appears at the same position. Coming from textmate, just can't get used to it.

And it makes me think about e! or some eclipse flavors, which is a feeling I'm not looking for.

Is there a way to customize the Ctrl+F or ctrl+shift+F areas, and let them appear as the Ctrl+T or ctrl+P do ?

-2

A few things

bentastic 12 років тому оновлений 12 років тому 2

my wishes today:


1) While using colums, rows or grid and working on a special file, can open only the file i wish in an new view (like new instance) in fullscreenmode, so i have all the screen just for this one file (maybe a bigger script as the others). When closing or saving or just tipping in the file, the original in colums, rows or grid becomes the same content (just mirroring in the new view).


2) Make borders in colums, rows or grid flexible to move right/left/up/down. Fe: in grid moving the top vertical border from group 1 and 2 a bit to the left, but vertical border of group 3 and 4 stays in the middle. 


3) When working with two or more monitors and using ST2 and one Browser (for example), i wish to have a new instance in Montor 2 without TAB (means: not TAB monitor 1 (ST2), TAB monitor 2 (ST2), TAB browser; i wish to TAB just ST2, TAB browser, TAB ST2, TAB browser,...


4) Show/hide MiniMap for each file separatly (just for this and for this file for ex.)


5) MULTILINGUAL (wanna got german and german dictionary)


So far, sublime text is the best and nicest editor i got (and i got many editors for editing HTML, CSS, JS, PHP, SQL,...). The last few years i used Notepad++ most of my time, now i got Sublime and i love it!


THANKS!

-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