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

+3

C++ indentation options are too crude

codex 13 років тому оновлено James Z. Liang 11 років тому 4
I really miss Emacs's C++ indentation features.  My company's coding standard is quite rigorous and without auto-indent help using ST2 for C++ is very tedious.
+3

Glitches on ubuntu 12.10

Kfadelk 12 років тому оновлений 12 років тому 1


+3

Custom color for: dots, colon, semicolon, quotation marks etc..

Adrian M 11 років тому 0

This increases the readability of the code imo. 

+3

Mouse selection on KDE

Kamil Nawrot 12 років тому 0

EditText area isn't clickable on KDE. Menu, Tabs, Preview - are working perfect but selecting with mouse, placing cursor with mouse - not working.

KDE 4.8.5, openSuSE Tumbleweed.

+3

⌘K, B to show sidebar should give the sidebar keyboard focus.

Ian Leitch 12 років тому 0

Focus remains in the editor. I know I can use ctrl-0, but that's quite cumbersome. It makes sense to focus with the keyboard if I have instructed the sidebar to appear using the keyboard.


+3

Differentiate between project files and non-project files

Geordee Naliyath 12 років тому 0
Currently when I open a file, it is mixed up with a set of open project files. Either the non-project file could be a new windows (like Textmate) or there should be some way to see it apart from a project file in tab bar itself.
+3

plugin idea: filepath-breadcrumb -> easily open files from any dir in path

jeandeluxe 12 років тому оновлений 12 років тому 2
Hi, yet another nice feature of jEdit i'd propose as either a builtin feature or a plugin: If you take a look at this screenshot, you can see a slim block above the buffer (left, in jEdit ;) which shows a breadcrumb of the current file's path.. now if you click a dir in that breadcrumb, you get a file open prompt with that dir opened in the prompt.. which is an awesome time saver when you need to traverse the dir structure of a project more often.
Dunno if that can be done by a plugin, or had to be a bulitin func.. anyway it'd be a nice one ;)

cheers,
Jan
+3
Виконано

Open search results via keyboard shortcut

witsch 13 років тому оновлено Jon Skinner 12 років тому 5
It would be great to be able to open files matching a search term not only by clicking on the line (in the results buffer), but also by using a keyboard shortcut.

Is there an API to add your own shortcuts for things like this?
Відповідь
Jon Skinner 13 років тому
Take a look at the Find/Find Results menu
+3

American keyboard layout in find window

Christian Davén 12 років тому оновлено Bartosz Prusak 11 років тому 3
I'm using Sublime Text 2.0.1 on Swedish Windows 7 with Swedish keyboard layout, but when opening the "Find" window in Sublime, it treats my keyboard as if it was an American layout.

E.g. when I'm pressing the "-" key, the character "/" appears.
+3

Limit text edits and functions to a selected "mask"

Ole G. Eidsheim 12 років тому 0

Basically, I would like to make a selection of text and set this text to be a "mask" for all operations within Sublime Text. For example:

1: Select any text using the cursor or any selection tools.

2: Activate the "mask" feature (with a handy keyboard shortcut for example). The un-selected text gets a 50% darker tint to indicate the active and disabled text.

3: Now operations like Ctrl+D or "Replace All" or plugin functions will only work within this "mask" (selection), excluding all other portions of the text/data.

4: Press Escape twice to first exit Ctrl+D operation and then the selection mask.