summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed refactoring when the cursor is at the end of a symbol.Erik Verbruggen2009-10-081-2/+6
* Find the canonical virtual method.Roberto Raggi2009-10-071-3/+3
* Removed the MacroResolverRoberto Raggi2009-10-071-4/+0
* Show a warning message when using global renaming.Roberto Raggi2009-10-061-0/+10
* Search for possible uses of local symbols in template arguments and removed s...Roberto Raggi2009-10-061-28/+18
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-3/+17
* Highlight unused symbols.Roberto Raggi2009-10-051-8/+14
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
* some action cleanup for the qml editormae2009-10-011-1/+2
* Cache the macros.Roberto Raggi2009-09-301-1/+1
* Implemented a simple(fast?) strategy to resolve macro references.Roberto Raggi2009-09-301-2/+7
* tune auto-parenthesesmae2009-09-301-21/+36
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-10/+47
* Activate the find references when renaming non local members.Roberto Raggi2009-09-291-0/+3
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-291-1/+10
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-281-15/+88
|\
| * Some work on `find references of a symbol'.Roberto Raggi2009-09-251-15/+2
| * Improve auto-inserting or deleting of parentheses and bracketsmae2009-09-251-0/+86
* | Added type declarations for forward declared ObjC protocols and classes.Erik Verbruggen2009-09-281-0/+22
|/
* Revert "Introduced our own document revision."Roberto Raggi2009-09-241-12/+3
* fix cppeditor occurance extra selectionsmae2009-09-241-0/+5
* cpp editor actionsmae2009-09-241-5/+8
* Fixed a crasher.Erik Verbruggen2009-09-241-1/+3
* Introduced our own document revision.Roberto Raggi2009-09-241-3/+12
* Don't create selections for unused symbolsRoberto Raggi2009-09-241-13/+10
* Mark unused symbols.Roberto Raggi2009-09-231-8/+13
* Find referencesRoberto Raggi2009-09-231-0/+48
* Added CPPEditor::isInComment() and used it to remove the inserted quote chara...Roberto Raggi2009-09-221-10/+18
* Avoid completing a closing parenthesis in the wrong placeThorbjørn Lindeijer2009-09-221-2/+0
* Allow auto matching of string/char literals.Roberto Raggi2009-09-221-3/+8
* Remove all the synthesized characters when matching curly bracesRoberto Raggi2009-09-211-10/+17
* Removed obsolete code.Roberto Raggi2009-09-211-62/+0
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-3/+20
* Use the backward scanner to indent labeled statements, ctor-initializers and ...Roberto Raggi2009-09-211-0/+36
* Don't allow auto parentheses when the token under cursor is a comment.Roberto Raggi2009-09-181-2/+6
* Re-enable check for automatically inserted block end.Roberto Raggi2009-09-171-2/+11
* Pass the lookahead character to matching text.Roberto Raggi2009-09-171-1/+3
* Automagically insert matching characters.Roberto Raggi2009-09-171-3/+26
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-1/+6
* Take the selected end as look aheadThorbjørn Lindeijer2009-09-171-1/+1
* ensure visibility for extra blocks that are auto insertedmae2009-09-171-3/+5
* move auto parentheses handling into the cpp editormae2009-09-171-1/+123
* Fixed the context in which automatic parentheses are placedThorbjørn Lindeijer2009-09-161-1/+4
* Fixed spelling of method nameThorbjørn Lindeijer2009-09-161-1/+1
* Don't insert automatic parenthesis in comments and stringsThorbjørn Lindeijer2009-09-161-0/+7
* make auto parentheses opt-in for individual editors. Currentlymae2009-09-151-0/+1
* Moved mouse navigation into BaseTextEditor so that it can be reusedThorbjørn Lindeijer2009-09-081-97/+3
* long live the kinghjk2009-08-141-1/+1
* Made `Rename Symbol under Cursor' a command/action.Roberto Raggi2009-08-041-13/+3
* Fixed: Mouse-navigation could not be disabled.Robert Loehning2009-07-211-1/+2