aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Fix painting of current line in generic and python editorsEike Ziller2018-08-242-7/+13
* Fix handling of read-only editors when applying refactoringsEike Ziller2018-08-221-2/+8
* TextEditor: Fix compile on macOSChristian Stenger2018-08-151-0/+2
* GenericHighlighter: check text color against backgroundDavid Schulz2018-08-141-1/+41
* Fix wrong color of line/column labelEike Ziller2018-08-091-1/+2
* TextEditor: fix crash while request follow symbol and typing on macDavid Schulz2018-08-061-1/+1
* GenericHighlighter: Support WordDetectOrgad Shaneh2018-07-024-2/+40
* TextEditor: Fix crashOrgad Shaneh2018-06-261-1/+3
* TextEditor: Do not paint invisible search resultsDavid Schulz2018-06-201-14/+45
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-2/+1
* Fix compilation issues with C++17Eike Ziller2018-06-052-3/+7
* Editor: fix continuosly repainting partially visible annotationsDavid Schulz2018-05-291-1/+1
* Editor: Improve visibility of some UI elementsAaron Barany2018-05-251-1/+0
* ClangTools: Reflect state of fixitsNikolai Kosjar2018-05-232-5/+10
* HighlightScrollBar: Always show the current lineJarek Kobus2018-05-171-9/+7
* ClangTools: Allow applying fixitsNikolai Kosjar2018-05-162-0/+6
* TextEditor: Consistently use nullptrTobias Hunger2018-05-0823-24/+24
* TextEditor: Use override consistentlyTobias Hunger2018-05-0834-80/+80
* TextEditor: Cleanup TextDocumentLayoutOrgad Shaneh2018-05-072-52/+37
* Refactor the highlight scrollbar paintingJarek Kobus2018-05-041-3/+3
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-031-3/+2
* Use FileName in TextMarkEike Ziller2018-05-032-12/+17
* Clang: Add semantic C++ operator-token stylingHugo Holgersson2018-04-303-1/+8
* More improvements of text editor tool barEike Ziller2018-04-251-6/+12
* Update Options dialog iconsAlessandro Portale2018-04-244-1/+4
* TextEditor: Fix some static analyzer warningsEike Ziller2018-04-241-15/+15
* Clean up options page category display name and icon set upEike Ziller2018-04-232-4/+2
* CodeAssist: Store processor state in specialized objectsDavid Schulz2018-04-193-5/+6
* TextEditor: Move the fixit light bulb to UtilsAlessandro Portale2018-04-136-8/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-132-1/+9
|\
| * Highlighter: fix crash after closing fileDavid Schulz2018-04-132-1/+9
* | TextEditor: Remove unused "finddirectory" iconAlessandro Portale2018-04-092-1/+0
* | Utils: Purge asConstOrgad Shaneh2018-04-093-7/+4
* | 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