aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Editor: Set tabsettings on new generic highlighter.David Schulz2014-05-191-0/+1
* Fix SyntaxHighlighter documentation.Erik Verbruggen2014-04-141-74/+23
* CodeAssist: Display rich text tool tipsNikolai Kosjar2014-04-011-2/+1
* TextEditor: Fix handling of multiline text for code assistantOrgad Shaneh2014-03-261-1/+2
* Fix tooltips, add lacking dotsJarek Kobus2014-03-135-8/+8
* CppTools/QmlJSEditor: Hide "Preserve Case" for Replace Symbol Under CursorNikolai Kosjar2014-03-121-1/+2
* Text editor: fix capitalization of a button textLeena Miettinen2014-03-121-1/+1
* CodeAssist: Limit width of tooltipsNikolai Kosjar2014-03-111-1/+20
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* TextEditors: remove unused variablesEike Ziller2014-03-072-13/+0
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Remove leading newline characters from translated messages.Friedemann Kleint2014-02-282-2/+2
* Remove dead codeLorenz Haas2014-02-271-2/+0
* Editor: fix upper and lower case on blockselection.David Schulz2014-02-276-38/+194
* Editor: Optimize out viewport update.David Schulz2014-02-271-5/+6
* Core: Make IEditor::id a value member and adjust usershjk2014-02-254-12/+2
* Optimize usage of QPaletteLorenz Haas2014-02-212-2/+2
* Editors: Add option to not hide the mouse cursor when typingEike Ziller2014-02-186-4/+35
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-1715-89/+113
* CppEditor: Jump directly to single virtual functionOrgad Shaneh2014-02-172-0/+7
* TextEditor: Cleanup some redundant virtual keywordsOrgad Shaneh2014-02-173-26/+26
* File system search: Support ~/ for the directory that is searchedEike Ziller2014-02-132-17/+20
* IWizard and derived classses: Fix WS issuesTobias Hunger2014-02-131-1/+1
* IWizard and derived classes: Code cleanupsTobias Hunger2014-02-131-3/+2
* TextEditors: Fix wrong revision marker after undo/redoEike Ziller2014-02-131-3/+18
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-1218-56/+18
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-0/+5
* TextEditors: use antialias setting in preview and app-/compile outputEike Ziller2014-02-063-2/+11
* TextEditors: update parentheses highlighting when font settings changeEike Ziller2014-02-061-1/+1
* QmlJSEditor: Move semantic highlighting to documentEike Ziller2014-02-061-1/+1
* TextEditors: Generalize update mechanism when editors become visibleEike Ziller2014-02-064-14/+16
* GenericHighligher: Preserve whole context on LineContinueOrgad Shaneh2014-02-051-13/+17
* C++: Fix support for incremental input with \nOrgad Shaneh2014-02-041-1/+1
* TextEditors: Avoid sending contentsChanged signal when rehighlightingEike Ziller2014-02-041-2/+0
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
* TextEditors: Update block revisions only once per documentEike Ziller2014-01-293-44/+21
* VCS editors: Fix revision markersEike Ziller2014-01-292-8/+27
* TextEditor: Fix crashOrgad Shaneh2014-01-271-1/+1
* Compile fixRobert Loehning2014-01-271-1/+1
* Editor: Use native separators in the search/directory inputAlessandro Portale2014-01-241-1/+1
* TextEditors: Avoid multiple highlighting runs when changing font settingEike Ziller2014-01-243-5/+25
* TextEditors: Remove unnecessary duplicated cachingEike Ziller2014-01-243-59/+52
* FontSettings: Globally cache textcharformatsEike Ziller2014-01-242-2/+15
* TextEditors: Move font settings to documentEike Ziller2014-01-249-19/+40
* Editors: Add at least some short documentation.Eike Ziller2014-01-234-0/+43
* TextEditors: Remove widget's setTabSettings methodEike Ziller2014-01-217-36/+50
* TextEditors: Remove tabSettings() from widgetEike Ziller2014-01-212-24/+23
* Use document instead of widget in TextEditor::RefactoringChangesDataEike Ziller2014-01-212-7/+8
* Revert "BaseTextEditWidget: Forward everything with ControlModifier to QPTE"Eike Ziller2014-01-201-3/+2
* TextEditors: Remove unused signalEike Ziller2014-01-162-2/+0