+3

"replace all" closes the replace-bar

Martin Kauber fa 13 anys updated by Kaur Kuut fa 12 anys 1
You just pressed CTRL+H to make a replace and pressed "replace all", the bar closes after execution. Now, to replace anything else, you have to press ctrl+h again. It's tiresome, maybe an extra button to toggle this auto-close would help. I make a lot of replace searches and right now I'm back using 1.4 version.
+3
Respost

Has the command to toggle word wrapping been implemented yet?

Falcon NL fa 14 anys updated by jaming ring fa 7 anys 8
I tried making a shortcut to toggle word wrapping a moment ago, but it appears the toggle command doesn't exist anymore. is there a new way of doing this or is it not implemented yet?
Answer
Jon Skinner fa 14 anys
You can do this via the View/Word Wrap menu.

The underlying command is "toggle_setting", you can see how its using in Packages/Default/Main.sublime-menu
+3

Syntax highlighting for Python fails to pick up %(var2)s but will pick up %(var)s

Cal Leeming fa 13 anys actualitzat fa 13 anys 0
"""
hello %(name)s, your other name is %(name2)s
"""

See following image:

Image 97


+3
Completat

Remove cursor

Jan Hančič fa 13 anys updated by Jon Skinner fa 12 anys 1

When using multiple cursors, I sometimes miss-click one (ctrl+click) and then I have to reset all my cursors and start all over again.

Suggestion: if I have multiple cursors active, clicking an existing cursor would remove it.

Answer
Jon Skinner fa 13 anys

This can be done by subtracting the errant caret from the selection, there are some details at http://www.sublimetext.com/docs/2/column_selection.html

+3

The most important Thai alphabet and It's biggest problem

Pirun Tirapibal fa 11 anys 0
Please Develop for Thai user, I have a problem about Thai alphabet
We voted on this link http://sublimetext.userecho.com/topic/117587-thai...
But not have a response.

Image 293
+3

open_files_in_new_window not working when sublime is closed

aristidesfl fa 13 anys actualitzat fa 13 anys 1

When I drag something to sublime while it is closed, it opens that thing in the last open window instead of a new window.


This is probably a conflict with the remember_open_files setting.

+3

can't move to next line if line wraps with last character onto next line

Oliver Rutherfurd fa 13 anys actualitzat fa 13 anys 0
I'm on OS X and when I press either down (or 'j' using Vintage) the caret moves to the last position on the line but pressing again doesn't do anything.  Changing the view size so > 1 char is wrapped or none are wrapped fixes it.  Here's an example below:

1 123456789^
  0
2 blah blah blah
+3

find in files - why not allow for direct editing of the preview

bernhard bockelbrink fa 12 anys updated by J L fa 12 anys 1
It would be totally awesome if I could edit files directly in the find results tab when I use find in files. Maybe even with all the features I have  for find and replace in text files.
+3

CSS: comments inside properties break the scope

wes hardee fa 12 anys 0

Comments that are inside a css property aren't being recognized as having the right scope. Putting comments there is a little rare, but since it's perfectly valid CSS, it should probably be supported.

navigation {
    background-color: #333 /* darkgrey */;
}
+3

Highlight search matches in the code overview

Nicolas Lehuen fa 12 anys 0

In some other editors, when you search text, you get a small color line in the right scroll bar, so that you can instantly view the places where the text can be found, and get a feel of the density of matches.


Likewise, when viewing diffs in TortoiseGit or TortoiseSVN, small color lines in the scroll bar show places where interesting stuff happens.


Sublime Text 2 has a very cool code overview which is fairly unique on the scene. Unfortunately this code overview is mostly a zoomed-out view of the code, with no additional information.


Highlighting search matches, modified lines, pointing an arrow from some selected symbol to the place it is defined etc. could be an interesting set of new features that would uniquely leverage the code overview.

+3

More animation in sidebar

Matt Peterson fa 13 anys actualitzat fa 13 anys 0
When expanding or collapsing a folder with a large number of items in it, the sidebar likes to jump instantly to center the expanded or collapsed folder, which my eyes find quite disorienting. Is it possible to animate this scrolling?
+3

Automatic autocomplete default suggestion

Bill Horsman fa 13 anys actualitzat fa 13 anys 0
I love the new automatic autocomplete, but I think it should not default to any of the suggestions. As it is, if I type "else", for example, and hit ENTER it will automatically expand that to your best guess for else which is not what I want. I love that it pops up some suggestions but I don't want any of them to happen by default.

The workaround is to type "else" + ESC + ENTER which is a pain.

I think a reasonable expectation for autocomplete is that if you can still just type code without having to explicitly reject any suggestions.

Good work otherwise!
+3

auto code formatting?

Elgs Chen fa 12 anys 0

I'm new to sublime text, and I found it cool. However, it seems it is missing code auto formatting, which is extremely important to me. I'm expected auto code formatting will work as what (my)eclipse does, which helps to format almost all language code. I have tried package control, but seems there's not a ideal solution, (yet).

+3

Recent files list

aristidesfl fa 12 anys updated by Vladimir Prieto fa 9 anys 3
Recent files are sorted by usage
Image 149
+3

I bought sublime and I use the license at work...

Daniele Niero fa 12 anys actualitzat fa 12 anys 0
and I never been so happy with a IDE in my life!
+3

Inline Composition ( in Japanese ) is truly wanted

Hiroshi Noto fa 12 anys 0

Typing Japanese in Windows, typed word appeared at outside of window.

Someone makes plugin (https://github.com/chikatoike/IMESupport), but render is not beautiful.

I love this application, please fix this!

+3

Dictionary-like access to settings

Rob Cowie fa 13 anys 0
Working with the settings object is often not simple. Making the object more dictionary-like would be a big improvement. Tasks such as combining defaults with user config would become trivial if we could iterate the key-value pairs.
+3

Better visualization for "Goto Symbol"

Halbanonym fa 12 anys 0
I often use "#pragma mark TEXT" or "#pragma mark -" within my C-Code for structuring. Sublime Text recognizes those pragmas and adds them to the list of symbols correctly.
However, for a better readability it would be better when sublime highlights thos items in the list of symbols, e.g be using a bold font or a brighter color.
+3

Close without saving dialog - improve button labels

Tim Haines fa 13 anys updated by Andrew Holloway fa 13 anys 2
If you have a new file and try to close it without saving, the buttons show:

[ Don't Save ] .....  [Cancel] [OK]

It would be an improvement to say:

[ Don't Close ] .....  [ Close Without Saving ] [ Save ]
+3

Ctrl+Shift+P should open AND close the projects list

ZachDowd fa 13 anys updated by Greenwich fa 13 anys 2
Pressing Ctrl+Shift+P opens the projects window but there is no way to close it without opening a project or using the mouse to close the popup. It would make more sense for this to work like the other popup lists.