Uw opmerkingen

An alternative way to expose this feature better, apart from adding a toggle button, would be to add a visible resize handle above the Find/Replace panel. A resize handle takes up vertical space, whereas a toggle button takes up horizontal space in the find panel. You decide which is more valuable to most users.


By resize handle, I mean something like the triple bar symbol "≡", but wider and shorter. The whole panel would get more padding-top, and the resize handle would be centered at the top.

I had no idea you could resize the panel until I searched for "sublime text multi line find" and found this page. It is very hard to know that you can resize the panel without looking it up or hearing about it from someone. I think Sublime Text needs a toggle button to expose the feature. This is analogous to how regular expression search has a toggle button to tell people that regex search is possible, rather than relying on people knowing the hotkey Alt+R.


The toggle button could do more than just allow resizing the window. It could also change the behavior of the up and down arrow keys. I was just trying to edit each line of a multi-line regex search to add a capturing group to capture leading whitespace. But every time I pressed up or down, the whole search was replaced with the previous or next search text from history. That feature is handy when you're searching for only one line, but it was really annoying in this case. I had to use the mouse to click on each line so I could edit it. The toggle button could enable "multi-line search mode", which would disable history browsing with the arrow keys, and let the arrow keys work the way they normally do. In this mode, history browsing might be impossible, or you could show buttons or enable alternative keyboard shortcuts to browse history.