Hi, > Nope, you must not preselect the word, creator will automatically select the > word under the cursor. > > Currently there are three shortcuts for jumping to the next word under the > cursor provided there is no text selection: > > 1. Ctrl+F Enter Esc > 2. Ctrl+F F3 Esc > 3. Ctrl+F Esc F3 > > What other IDEs or Editors do have specialised methods for that, and what are > the default keybindings?
I used (e)FTE (http://efte.sourceforge.net) - a tribute to old Borland IDEs - where you just have to press Alt+, to move to previous or Atl+. for next occurrence of word under cursor. This IDE is minimalistic and has a console-only (NCurses) version, too. And HaiQ (http://haiq-info.org) a quite flexible Qt IDE - which has some nice editing features Qt Creator users can dream of - for example: a word completion working for any words and working even inside strings and macros - a big time saver. ciao, Chris _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
