summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* TextEdit: Add underline support to text settingsMarco Bubke2015-09-1010-71/+312
* TextEditor/Clang: Add font settings for clang diagnosticsMarco Bubke2015-09-104-1/+53
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-081-1/+1
|\
| * Completion: Fix crash in CodeAssistantRobert Loehning2015-09-041-1/+1
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-041-8/+2
|\ \ | |/
| * C++: Fix crash after triggering completion and closing editorNikolai Kosjar2015-09-021-8/+1
| * TextEditor: Destroy completion widget if editor is closedNikolai Kosjar2015-09-021-0/+1
* | fix metatype declaration in a few placesNikita Baryshnikov2015-09-022-4/+0
* | TextEditor: Move constructor has now noexceptMarco Bubke2015-09-012-2/+2
* | Clang: Add diagnosticsMarco Bubke2015-08-313-1/+17
* | TextHighlighter: Remove some unused constantsTobias Hunger2015-08-311-3/+0
* | TextEditor: Show fading indicator on zoom changeOrgad Shaneh2015-08-251-1/+11
* | TextEditor: Increase zoom limit to 3000%Orgad Shaneh2015-08-241-1/+1
* | Editor: Fix potential null pointer dereference in proposal widget.David Schulz2015-08-241-12/+10
* | TextEditor: Add missing override modifier.Christian Kandeler2015-08-211-1/+1
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-201-3/+8
|\ \ | |/
| * Editors/Function hint: Guard against potential crashesEike Ziller2015-08-121-3/+8
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-101-1/+1
|\ \ | |/
| * TextEditor: Fallback to last line when input line exceeds the documentOrgad Shaneh2015-08-061-1/+1
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-043-3/+15
|\ \ | |/
| * Clang: Fix memory leak on completion IINikolai Kosjar2015-07-292-0/+6
| * Clang: Fix memory leak on completionNikolai Kosjar2015-07-291-1/+5
| * TextEditor: Fix potential memory leak in code assistNikolai Kosjar2015-07-291-1/+3
| * Still use 0 instead of nullptr in numerous forms of tr().Jarek Kobus2015-07-271-1/+1
| * String fixesJarek Kobus2015-07-211-1/+1
* | TextEditor: Fixed indentation in block selection modeVladyslav Gapchych2015-07-175-57/+112
|/
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-032-0/+0
* Text Editor: fix log message punctuationLeena Miettinen2015-07-031-1/+1
* TextEditor: Adding an undo step when a file gets reloaded.David Schulz2015-07-022-17/+27
* TextEditor: follow "Enable scroll wheel zooming" setting behaviorTasuku Suzuki2015-07-011-1/+8
* TextEditor: Fix code completion and pasting in snippets.Takumi ASAKI2015-07-013-3/+15
* TextEditor: Pass menuGroup as Core::Id around, not as char *.hjk2015-07-011-5/+5
* TextEditor: Avoid using Core::Id::uniqueIdentifierhjk2015-06-242-39/+33
* TextEditor: Remove unused variable.David Schulz2015-06-191-1/+0
* Editor: Highlight Search results in scrollbar.David Schulz2015-06-166-39/+295
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-1/+2
* Add override to IDocument hierarchyEike Ziller2015-06-111-14/+15
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-102-12/+14
* Move "open" from IEditor to IDocumentEike Ziller2015-06-104-24/+38
* GenericHighlighter: Use a recent update urlOrgad Shaneh2015-06-101-1/+1
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-093-38/+38
* texteditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-0410-51/+51
* CodeAssist: Support asynchronous processing without threadsNikolai Kosjar2015-06-038-17/+78
* Editor: Add Check for TextMark color definition.David Schulz2015-06-033-0/+12
* TextEditor: Improve initial size for code style editorOrgad Shaneh2015-05-271-0/+1
* Theme: Remove InvalidColorOrgad Shaneh2015-05-251-1/+1
* TextEditor: Sort text marks in categories.David Schulz2015-05-213-3/+46
* Editor: Allow negative folding indent.David Schulz2015-05-212-9/+9
* Editor: Correctly unset block selection when setting a new text cursor.David Schulz2015-05-212-16/+14
* Editor: Make parenthese mismatch color configurable.David Schulz2015-05-186-6/+13