summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generic highlighter: Use runAsync and avoid deleteLaterEike Ziller2016-02-031-9/+6
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-031-11/+4
|\
| * Editor: Fix compiling of editor overlay.David Schulz2016-02-021-2/+2
| * Editor: Avoid using private text document handle.David Schulz2016-02-021-2/+4
| * TextEditor: Revert adaptation to reverted QTextCursor API change.Christian Kandeler2016-02-011-9/+0
* | TextEditor: Fix warning about missing overrideTobias Hunger2016-02-021-1/+1
* | TextEditor: Fix compile with gcc 4.7.3Christian Stenger2016-02-024-2/+5
* | TextEditor: Fix qbs buildChristian Kandeler2016-02-021-3/+3
* | Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-0214-44/+320
* | TextEditor: Fix compilation with MSVC2013Nikolai Kosjar2016-02-011-1/+1
* | Merge "Merge remote-tracking branch 'origin/3.6'"Eike Ziller2016-02-011-3/+10
|\ \
| * \ Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-011-3/+10
| |\ \ | | |/
| | * TextEditor: Show new zoom factor when resettingRobert Loehning2016-01-281-5/+12
* | | Clang: Add ClangPreprocessorAssistProposalItemMarco Bubke2016-02-011-1/+1
|/ /
* | TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-0118-60/+127
* | TextEditor: Define Color Scheme entry per ThemeAlessandro Portale2016-01-292-12/+26
* | TextEditor: Assume rich text for completion details tooltipNikolai Kosjar2016-01-281-0/+1
* | Revert "Clang: Fix text format for completion details" from 3.6Nikolai Kosjar2016-01-273-21/+0
* | TextEditor: Remove obsolete "customized.xml" featureAlessandro Portale2016-01-262-54/+4
* | Git: Support Git GrepOrgad Shaneh2016-01-255-75/+40
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-252-1/+10
|\ \ | |/
| * Fix compile for Qt5.4Christian Stenger2016-01-251-0/+2
| * Adapt to QtGui changes that broke private API source compatibilityThiago Macieira2016-01-222-1/+8
* | Remove even more uses of deprecated typedefshjk2016-01-221-1/+1
* | TextEditor: Disable Search & Replace buttons when folder doesn't existOrgad Shaneh2016-01-212-0/+6
* | TextEditor: Use PathChooser for FindInFilesOrgad Shaneh2016-01-212-49/+23
* | Licensing: Remove last LGPL holdoutsTobias Hunger2016-01-202-34/+24
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-19209-3539/+2499
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-193-0/+21
|\ \ | |/
| * Clang: Fix text format for completion detailsNikolai Kosjar2016-01-193-0/+21
* | TextEditor: Support contents() and contentsChanged()Ulf Hermann2016-01-192-2/+7
* | FindInFiles: Use Utils namespaceOrgad Shaneh2016-01-191-12/+12
* | TextEditor: Fix qbs build.Christian Kandeler2016-01-181-0/+2
* | texteditor: add a hover handler which shows color preview tooltipsMarc Reilly2016-01-183-0/+453
* | hoverhandler: add priority system to determine which tooltip is shownMarc Reilly2016-01-183-4/+61