summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Move static symbol finder instance to CppToolsNikolai Kosjar2015-10-121-4/+2
* CppEditor: Fix inserting completion while in (local) rename modeTakumi ASAKI2015-07-011-0/+8
* TextEditor: Avoid using Core::Id::uniqueIdentifierhjk2015-06-241-1/+1
* C++: Rename semanticRehighlight to recalculateSemanticInfoDetachedNikolai Kosjar2015-06-221-1/+1
* Clang: Use completion through backend processNikolai Kosjar2015-06-101-1/+1
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-1/+1
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* CppTools: Move languageFeatures around in CompletionAssist...Orgad Shaneh2015-02-271-1/+5
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | CppEditor: Remove debug codeNikolai Kosjar2015-02-091-4/+0
* | CppEditor: Remove forwarding functionNikolai Kosjar2015-02-091-6/+0
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-5/+5
* | CppEditor: Move CppEditorOutline to CppToolsNikolai Kosjar2015-01-261-2/+2
* | CppEditor: Move CppEditorWidget::linkToSymbol to CppToolsNikolai Kosjar2015-01-261-20/+0
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-3/+3
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-01-081-1/+2
|\ \ | |/
| * CppEditor: Updating local uses before matching quick fixesNikolai Kosjar2014-12-171-1/+2
* | C++: handle case-insensitive file names for project files.Erik Verbruggen2014-12-181-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-261-1/+0
|\ \ | |/
| * Editor: Fix "Mark text changes" setting.David Schulz2014-11-251-1/+0
* | CppEditor: Simplify handling of comment splittinghjk2014-10-231-5/+6
|/
* C++: support smart splitting of strings.Francois Ferrand2014-10-151-0/+37
* TextEditor: Factory cosmeticshjk2014-10-151-3/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-8/+2
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-1/+1
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-12/+12
* | Fix follow symbol in next split, and simplify codeEike Ziller2014-09-291-16/+1
* | TextEditor: Add a convenience append method for quick fixeshjk2014-09-261-3/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-4/+4
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-6/+6
* | C++: Move preprocessor settings handling to the document.Erik Verbruggen2014-09-161-34/+10
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-6/+6
* | CppEditor: Fix local renamingNikolai Kosjar2014-09-091-0/+2
* | CppEditor: Re-add check for editor existence in updateFunctionDeclDefLinkhjk2014-09-081-1/+2
* | CppEditor: Remove unused Project parameterhjk2014-09-041-1/+0
* | CppEditor: de-noisehjk2014-09-041-45/+36
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-8/+0
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-1/+4
|\ \ | |/
| * C++: add env. var. to disable decl/def link tracking.Erik Verbruggen2014-08-291-0/+4
| * C++: set the objectName of QTimers.Erik Verbruggen2014-08-291-3/+7
* | CppEditor: Don't set TextEditor context twicehjk2014-09-031-2/+1
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-6/+8
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+0
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+0