Skip to content
Snippets Groups Projects
Commit e2ef1d82 authored by Christian Kamm's avatar Christian Kamm
Browse files

Make the QuickFixOperation interface more useful.


* Rename cursor(unsigned/AST*) to selectToken and selectNode.
  These return a cursor that has the given token or AST node selected.
* Rename getTokenStart/EndPosition to tokenStart/EndPosition.
  Instead of returning line and column numbers, return a position
  usable with text cursors.
* Remove moveAtStart/EndOfToken.

Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
parent fd17d2f9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment