aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-15/+4
* CMake: Rename some constantsTobias Hunger2020-04-171-3/+3
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-1/+1
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* CMakeEditor: Add fallback help IDEike Ziller2019-08-191-3/+5
* CMake: Support CMAKE_CURRENT_LIST_DIR and CMAKE_CURRENT_SOURCE_DIRTobias Hunger2019-07-291-8/+8
* Help: Move resolution of help from multiple candidate IDs to HelpItemEike Ziller2019-02-011-4/+4
* Rename IContext::HelpIdCallback -> IContext::HelpCallbackEike Ziller2019-01-291-1/+1
* Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-291-2/+2
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-1/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+4
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-7/+12
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-6/+10
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-4/+4
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* CMakeEditor: Code cosmeticsTobias Hunger2016-08-231-1/+1
* Remove a few TextDocument subclassesEike Ziller2016-05-311-14/+6
* CMake: Do not ask to rebuild after editing CMakeLists.txt filesTobias Hunger2016-02-151-32/+0
* CMake: Do not run a cmake wizard all the timeTobias Hunger2016-02-151-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-13/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* 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