summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Add Context Help to text editor context menuEike Ziller2018-03-293-22/+45
* TextEditor: Fix default context menuEike Ziller2018-03-222-15/+24
* Plugins: Re-categorize plugins which are in "Qt Creator" categoryRazi Alavizadeh2018-03-201-1/+1
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-192-17/+31
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-0/+8
|\
| * Fix issue with snippet variables not behaving correctly on GnomeEike Ziller2018-03-051-0/+8
* | Don't translate default windowTitle again and againRobert Loehning2018-03-065-5/+5
* | TextEditor: Do not try to remove settings pages from global object poolhjk2018-03-051-7/+0
* | CodeAssist: move destroy context condition to functionDavid Schulz2018-03-051-11/+12
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-051-1/+1
|\ \ | |/
| * utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-021-1/+1
* | TextEditor: Do not put settings pages into global object poolhjk2018-03-021-8/+0
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-016-8/+27
|\ \ | |/
| * GenericHighlighter: Update definitions urlOrgad Shaneh2018-02-281-1/+1
| * Highlighter: fix crash after context changeDavid Schulz2018-02-285-7/+26
* | TextEditor: comment smart pointer usage in proposal widgetDavid Schulz2018-02-271-1/+1
* | CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-2716-40/+43
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-235-5/+39
|\ \ | |/
| * TextEditor: update scrollbar after adding annotation between linesDavid Schulz2018-02-221-4/+10
| * Editor: make additional snippet info translatableDavid Schulz2018-02-161-1/+11
| * Add overlooked Goto Document Start/End shortcut settingsEike Ziller2018-02-134-0/+18
* | TextEditor: modernize TextDocumentDavid Schulz2018-02-212-20/+16
* | Editor: Fix block for offset calculationDavid Schulz2018-02-152-15/+46
* | TextEditor: modernize codeassistantDavid Schulz2018-02-152-31/+23
* | TextEditor: modernize FunctionHintProposalWidgetDavid Schulz2018-02-152-23/+16
* | TextEditor: add document content completerDavid Schulz2018-02-146-3/+192
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-131-1/+1
|\ \ | |/
| * Editor: Fix completing functions with keywords assistDavid Schulz2018-02-081-1/+1
* | TextEditor: Modernize texteditor.{cpp,h}Nikolai Kosjar2018-02-072-89/+84
* | TextEditor: Use a non-static d-ptrhjk2018-02-072-7/+7
* | TextEditor: Simplify SnippetProvider handlinghjk2018-02-075-38/+13
* | TextEditor: De-qobjectify SnippetProviderhjk2018-02-074-37/+26
* | TextEditorPlugin: Pimpl and remove uses of global object poolhjk2018-02-074-55/+49
* | Vcs/Text search: Remove a few addAutoReleaseObject useshjk2018-02-062-3/+3
* | Core: make useMacShortcut constexprDavid Schulz2018-02-022-8/+8
|/
* Fix inconsistency between tool tip and context helpEike Ziller2018-01-291-3/+6
* TextEditor: Avoid running hover handlers for same requestNikolai Kosjar2018-01-221-0/+10
* TextEditor: Let BaseHoverHandler handle help id callbacksNikolai Kosjar2018-01-193-9/+27
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-195-40/+19
* Core: Return context help id by callbackNikolai Kosjar2018-01-182-6/+6
* Editor: show text mark icon while draggingDavid Schulz2018-01-121-21/+37
* Editor: initialize block count after duplicateDavid Schulz2018-01-081-0/+1
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-2/+3
* TextEditor: Allow direct color styling for function definitionsHugo Holgersson2017-12-191-2/+1
* TextEditor: Implement color overriding mixinsHugo Holgersson2017-12-191-8/+12
* TextEditor: Split the global QuickFixFactory listhjk2017-12-182-42/+0
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-156-127/+26
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-158-86/+4
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-154-16/+8
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-1510-28/+65