summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Indentation and matching brace insertion for the CMake editorJan Dalheimer2015-09-261-1/+6
* Add override to IDocument hierarchyEike Ziller2015-06-111-2/+2
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-2/+2
* Make it possible to register multiple cmake instancesBenjamin Zeller2015-02-241-2/+2
* TextEditor: Simplify configuring generic highlighterEike Ziller2015-02-161-1/+1
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-6/+4
|/
* 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
|\