Chris, the IDEs you mention seem to satisfy your needs much better than Qt Creator, may I ask why you are interested in Qt Creator at all?
I mean, if you prefer string based completion over semantical completion, Qt Creator clearly isn't the tool for you. Creator is all about understanding C++, and that is the direction it will continue to move into. Matthias ________________________________________ From: [email protected] [[email protected]] On Behalf Of ext Christian Dähn [[email protected]] Sent: Wednesday, December 23, 2009 5:36 PM To: [email protected] Subject: Re: [Qt-creator] Navigating inside Editor question or suggestion 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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
