aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* CMake: Fix syntax highlighting for cmake filesDaniel Teske2014-12-151-1/+1
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* TextEditor: Factory cosmeticshjk2014-10-151-6/+2
* 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-2/+3
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* | Core: Use std::function for info bar callbackshjk2014-09-041-14/+11
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-4/+2
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-6/+0
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-7/+6
* | CMakeProjectManager: Use a BaseEditorFactory derived classhjk2014-08-251-35/+43
* | CMakeProjectManager: General editor related code consolidationhjk2014-08-201-36/+72
* | TextEditor: Centralize settings connections setuphjk2014-08-201-2/+0
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-4/+4
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-15/+3
* | CmakeEditor: Enable code folding supportCharles Huet2014-08-121-2/+11
* | CmakeEditor: Use the generic SyntaxHighlighter.Charles Huet2014-08-121-3/+5
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | TextEditor: Make completion assist provider a data memberhjk2014-07-311-5/+1
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-17/+3
* | TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-281-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-1/+1
|/
* CMake: Load context-sensitive help.Stephen Kelly2014-06-171-0/+42
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-0/+1
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* TextEditors: Set syntax highlighter only onceEike Ziller2014-01-241-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-4/+13
* Editors: Remove BaseTextEditorWidget::setBaseTextDocumentEike Ziller2014-01-101-3/+1
* Manifest, pro file and CMake editor can have fixed mime type setEike Ziller2014-01-091-3/+2
* Editors: Remove some unused factory variablesEike Ziller2014-01-081-4/+3
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-3/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-5/+3
|/
* CppEditor: "Follow Symbol Under Cursor" for virtual functionsNikolai Kosjar2013-10-011-1/+1
* Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-091-0/+7
* SessionManager: Apply 'static' patternhjk2013-09-051-3/+1
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-22/+1
* Move displayName from IEditor to IDocumentEike Ziller2013-07-101-1/+1