Sublime Forum

Find, Find+Replace panel text navigation

#1

I thought that it will be in 2.0 version :wink: so…

Find, Find+Replace text-field navigation should work like Chrome/Fire-bug console:

  1. Up/Down arrows changes cursor position in multi-line text.
  2. When cursor reaches begining of multi-line text then Up is used to ‘Go back’ find/replace history
  3. When cursor reaches end of multi-line text then Down is used to ‘Go forward’ find/replace history AND if current text is last in history pressing Down will clear text-field.

Live example in Chrome press F12 / Console / type some js functions then navigate thru history.

0 Likes

#2

This is the current behaviour

0 Likes

#3

Unfortunately not for Windows version… or just me :wink:.

More detailed example:
CTRL+SHIFT+F, then CTRL+E below text:

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="pl"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="pl"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="pl"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->

In search-replace text area I clicked on first line.
Then I want to move my cursor to second line of text with keyboard ‘down arrow’.
Instead of moving to second line I have ‘search history back’.

SublimeText version 2.0.1 Build 2217

0 Likes

#4

Sorry Jps, page up/down works well but no arrow up/down :frowning:.

Has anyone had the same problem?

0 Likes