summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-202-8/+15
|\
| * Editor: Check if text codec pointer is valid.David Schulz2016-04-201-7/+8
| * TextEditor: Emit markTooltipRequested only once per lineNikolai Kosjar2016-04-151-1/+7
* | Add QTC_GUARDEike Ziller2016-04-181-2/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-152-6/+13
|\ \ | |/
| * Generic Highlighter: Remove warnings and thread safety issuesEike Ziller2016-04-131-4/+4
| * Editor: Fix crash when removing mark from the block data destructor.David Schulz2016-04-131-2/+9
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-123-10/+9
|\ \ | |/
| * CPlusPlus: New code model iconsAlessandro Portale2016-04-111-0/+1
| * TextEditor: Do not delete both quotes on backspaceNikolai Kosjar2016-04-071-6/+1
| * Fix crash caused by invalid text document layout.David Schulz2016-04-051-4/+7
* | Editor: Simplify cursor in snippet check.David Schulz2016-04-061-4/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-052-31/+18
|\ \ | |/
| * Runextensions/hasCallOperator: Fix build with MSVC2015 Update 2Eike Ziller2016-04-052-30/+17
| * TextEditor: Fix URL for highlight definitionsChristian Stenger2016-04-041-1/+1
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-013-3/+16
|\ \ | |/
| * C++: Fix completion for doxygen tags IINikolai Kosjar2016-03-312-1/+13
| * TextEditor: Correctly restore empty patternOrgad Shaneh2016-03-301-2/+3
* | Wholesale conversion to #pragma oncehjk2016-03-30112-446/+112
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-231-6/+6
|\ \ | |/
| * Editor: Fix assert in color preview.David Schulz2016-03-231-6/+6
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-03-222-5/+16
|\ \ | |/
| * CodeAssist: Fragile proposals aren't closed by automatic proposals.David Schulz2016-03-171-4/+3
| * TextEditor: Fix tab indentation if single line is selectedEike Ziller2016-03-161-1/+13
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-162-17/+50
|\ \ | |/
| * GenericHighlighter: Support new default stylesOrgad Shaneh2016-03-142-0/+33
| * GenericHighlighter: Annotate styles for formatsOrgad Shaneh2016-03-141-17/+17
| * GenericHighlighter: Use right styles for warning/errorOrgad Shaneh2016-03-141-2/+2
* | Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-1/+1
* | FontSettings: Change argument to be const-referenceOrgad Shaneh2016-03-092-2/+2
* | TextEditor: Add global variable text stylesMarco Bubke2016-03-073-0/+3
* | Clang: Add Declaration highlightingMarco Bubke2016-03-074-10/+44
* | TextEditor: Add TextStyles to Sematic HighlighterMarco Bubke2016-03-072-2/+24
* | TextEditor: Add declaration format descriptionMarco Bubke2016-03-074-1/+8
* | TextEditor: Fix mixin font settingsMarco Bubke2016-03-031-0/+7
|/
* C++: Implement context-aware expand / shrink selection actions.Alexandru Croitor2016-02-299-14/+45
* Editor: Fix whitespace cleaning.David Schulz2016-02-2410-83/+217
* TextEditor: Fix compile on OSXChristian Stenger2016-02-231-2/+7
* TextEditor: Fix compile for Qt < 5.5Christian Stenger2016-02-231-3/+2
* TextEditor: Add mixins for font settingsMarco Bubke2016-02-233-3/+72
* TextEditor: Make copyLine action actually select the line.Alexandru Croitor2016-02-191-4/+0
* TextEditor: Remove copy and move in AssistProposalItemInterfaceMarco Bubke2016-02-171-0/+5
* Git: Support tree argument for GrepOrgad Shaneh2016-02-102-14/+23
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-1/+1
* Editor: Delete snippet trigger text.David Schulz2016-02-091-1/+1
* TextEditor: Implement BaseHoverHandler::identifyMatch()Ulf Hermann2016-02-093-1/+10
* TextEditor: Fine tune painting of the light bulbNikolai Kosjar2016-02-091-2/+3
* TextEditor: Clean up RefactorOverlay::paintMarkerNikolai Kosjar2016-02-091-9/+10
* TextEditor: De-virtual executeSearchOrgad Shaneh2016-02-081-2/+1
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-045-14/+79