summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* Don't use modality to inform the user about the dangerous world of code refac...Roberto Raggi2009-10-152-2/+10
* Fixed the refactoring engine.Roberto Raggi2009-10-152-9/+21
* Fixed possible crash when building the helpIdRoberto Raggi2009-10-141-1/+1
* Set correct mime type for C++ files.dt2009-10-133-1/+9
* Removed deprecated PrettyPrinter. We need a way to generate the pretty printe...Roberto Raggi2009-10-092-30/+1
* Mark the usages of a symbol using the semantic highlighter.Roberto Raggi2009-10-092-32/+36
* Don't highlight local symbols in ambiguous nodes.Roberto Raggi2009-10-091-0/+18
* Removed obsolete code.Roberto Raggi2009-10-092-120/+1
* Prefer Classes to constructors when building the `help id'Roberto Raggi2009-10-091-1/+12
* Fixed refactoring when the cursor is at the end of a symbol.Erik Verbruggen2009-10-081-2/+6
* Mark the white spaces in literals, comments and preprocessor directives with ...Roberto Raggi2009-10-082-6/+28
* Find the canonical virtual method.Roberto Raggi2009-10-071-3/+3
* Removed the MacroResolverRoberto Raggi2009-10-071-4/+0
* Use CTRL+SHIFT+U as shortcut for the `Find Usages of a symbol'.Roberto Raggi2009-10-071-0/+1
* Show a warning message when using global renaming.Roberto Raggi2009-10-062-0/+11
* Search for possible uses of local symbols in template arguments and removed s...Roberto Raggi2009-10-062-38/+21
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-055-4/+35
* Highlight unused symbols.Roberto Raggi2009-10-051-8/+14
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-054-16/+14
* Version bump.con2009-10-021-4/+4
* some action cleanup for the qml editormae2009-10-014-6/+6
* 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-302-10/+51
* Removed the `Find References' actionRoberto Raggi2009-09-292-16/+0
* Activate the find references when renaming non local members.Roberto Raggi2009-09-291-0/+3
* Enable find references.Roberto Raggi2009-09-291-8/+6
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-292-2/+11
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-282-23/+96
|\
| * fix auto braces with preprocessor directivesmae2009-09-251-8/+8
| * 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-242-20/+8
* fix cppeditor occurance extra selectionsmae2009-09-241-0/+5
* cpp editor actionsmae2009-09-243-12/+21
* Fixed a crasher.Erik Verbruggen2009-09-241-1/+3
* Introduced our own document revision.Roberto Raggi2009-09-242-8/+20
* Don't create selections for unused symbolsRoberto Raggi2009-09-242-13/+13
* Mark unused symbols.Roberto Raggi2009-09-232-8/+14
* Add `Find References' of a symbol to the context menu only when the environme...Roberto Raggi2009-09-231-7/+8
* Find referencesRoberto Raggi2009-09-235-0/+67
* Added CPPEditor::isInComment() and used it to remove the inserted quote chara...Roberto Raggi2009-09-222-10/+20
* 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-222-4/+10
* 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