+3

Expand selection to quotes

Alessandro Zanardi fa 11 anys updated by ekard fa 8 anys 4

It would be lovely and useful to have a shortcut to expand the selection to quotes. Currently I use often expand selection to line / word / brackets, but I can't find a way to expand it just to text in between quotes.

Wouldn'it be cool to have this feature in the next Sublime Text release? Vote it!   :)

+3

Gets stuck in full screen mode if it's on a secondary monitor

Kyle Powers fa 13 anys updated by Atul fa 8 anys 3
On OSX if you fullscreen the app on a secondary monitor, then exit fullscreen mode, the toolbar never comes back to the top.

Edit: I take that back, if you resize the window, then it pops back in. Still a bit confusing. Not a huge deal anymore though.
+3

Ignore menu mnemonics when menu is hidden

Falcon NL fa 13 anys 0
Currently, pressing alt+r when searching to toggle regex searching brings up the menu because alt+r is the mnemonic for the Preferences item in the menu.

My suggestions would be to ignore menu mnemonics when the menu is hidden. Alternatively, to let keybindings take precedence over menu mnemonics.
+3

Drag'n Drop with OS integration from sirdebar

Aggressivex fa 13 anys 0
I'm not sure about other OS but in OS X , you can't import or export any file from/to the sidebar …
+3

Macro's wont copy and paste new content, just pastes the same content originally copied

Alan Andersen fa 13 anys updated by Les Stroud fa 12 anys 2
If I make a macro to copy part of one line of code and paste it somewhere else (using bookmarks), and do this for many lines in a row it works flawlessly, except that what it pastes is the content from when the macro was first created and not the respective line's content.
+3

osx - minimized window is not restored opening a file

Enrico Ganzaroli fa 12 anys 0
OSX 10.7.3: with the option "open_files_in_new_window": false, if the main window is minimized in the dock and you double click on a file associated with sublimetext, the window is not restored.
+3

Tag tree in the side panel

Shattered_Vision fa 13 anys 0
Really self explanatory. A view in the side panel, maybe by making another tab in it so you could switch between open files and the tag tree. When clicking on a tag in the tree it goes straight to that tag in the editor.
+3

tab row treatment suggestion

Hans Meyer fa 13 anys actualitzat fa 13 anys 0
Subtle point, I know, but I think the background color of the tab row needs to blend more with the non-selected tabs rather than the selected tab. Otherwise, I think it sends a mixed message visually about what is primary and what is secondary since the higher contrast between the background and the non-selected tabs makes them pop more.

Perhaps this could be set forth as a design guideline and applied to the themes that ship with ST2?

Current:

Image 68

Suggested:

Image 69



+3

Default Window Size on Ubuntu 11.04 is tiny

Pete Otaqui fa 13 anys updated by U N. fa 13 anys 1
When a new Sublime Text 2 window opens in Ubuntu 11.04, its window is absolutely tiny (about 20px high by 1 px wide) and is very easy to miss altogether.
+3
Fixed

Context-aware bracket matching

David Čepelík fa 14 anys updated by Jon Skinner fa 14 anys 0
Context-aware bracket matching: f(")"); result Sublime Text to match the closing parenthesis in the string with the opening parenthesis of the function.
Answer
Jon Skinner fa 14 anys
Done in build 2051
+3

C++ indentation options are too crude

codex fa 13 anys updated by James Z. Liang fa 11 anys 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 fa 12 anys actualitzat fa 12 anys 1


+3

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

Adrian M fa 11 anys 0

This increases the readability of the code imo. 

+3

Mouse selection on KDE

Kamil Nawrot fa 12 anys 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 fa 12 anys 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 fa 12 anys 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 fa 12 anys actualitzat fa 12 anys 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
Completat

Open search results via keyboard shortcut

witsch fa 13 anys updated by Jon Skinner fa 12 anys 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?
Answer
Jon Skinner fa 13 anys
Take a look at the Find/Find Results menu
+3

American keyboard layout in find window

Christian Davén fa 12 anys updated by Bartosz Prusak fa 11 anys 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 fa 12 anys 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.