summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Re-add Label for action JumpToFileUnderCursorInNextSplit.marcel2014-09-291-1/+1
* TextEditor: Only disable block selection when we have one.David Schulz2014-09-241-1/+2
* Make compile with Qt 5.4Kevin Funk2014-09-222-5/+15
* Editor: Draw column wrap line after drawing ifdef blocksVicken Simonian2014-09-041-19/+20
* Fix extraSelections callAndreas Holzammer2014-08-281-1/+1
* TextEditor: Fix rendering of find&replace scopeOrgad Shaneh2014-08-111-28/+15
* Editor: Make Quick Fix icon clickable in scrolled viewsDaniel Teske2014-07-221-2/+1
* TextEditor: edit MIME type description for primitive typesLeena Miettinen2014-07-161-1/+1
* TextEditorPlugin: replace "quick fix" with "refactoring action"Leena Miettinen2014-07-161-1/+1
* Set parent for options dialog where appropriate.Eike Ziller2014-07-141-1/+2
* Bookmarks: Support manual editing of line numberOrgad Shaneh2014-07-103-0/+25
* Fix compilation.Christian Kandeler2014-07-101-0/+1
* TextEditor: Pimpl TextEditorActionHandlerhjk2014-07-032-205/+224
* IFindSupport::clearResults --> ::clearHighlightsEike Ziller2014-07-021-2/+2
* GenericHighlighter fix reorder warrningNikita Baryshnikov2014-07-021-2/+2
* Fix compilation with Qt 4.Friedemann Kleint2014-07-021-0/+1
* GenericHighlighter: Download dependent definitionsOrgad Shaneh2014-07-024-20/+107
* GenericHighlighter: Use pointers for available definitions listOrgad Shaneh2014-07-026-22/+21
* TextEditor: remove duplicated signalhjk2014-07-011-1/+0
* Always pass Core::Id by value.Christian Kandeler2014-07-019-10/+10
* GenericHighlighter: Add a typedef for definition meta data shared pointerOrgad Shaneh2014-07-014-13/+16
* GenericHighlighter: Remove strange private functionOrgad Shaneh2014-07-011-1/+0
* IDocument: Make mimeType a value memberhjk2014-07-012-16/+0
* GenericHighlighter: Fix parsing of HTML/PHP definition fileOrgad Shaneh2014-06-301-6/+18
* TextEditor: static-ify plugin classhjk2014-06-275-16/+23
* TextEditor: Hide filter button in outline sidebarNikolai Kosjar2014-06-261-1/+1
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-263-8/+13
* TextEditor: Consolidate various currentTextEditor() implementationshjk2014-06-243-12/+18
* Add syntax highlight for primitive data typesAnton Kalmykov2014-06-243-2/+6
* Variables: Use lambdas as callbacks to resolve variableshjk2014-06-242-47/+51
* Editor: Blockselection rewrite.David Schulz2014-06-208-389/+1018
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-194-13/+12
* Editor: Fix "Clean Whitespace" action.David Schulz2014-06-191-1/+1
* Generic Highlighter: Remove progress outputhjk2014-06-181-3/+0
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-172-31/+17
* TextEditor: Snippetssettings QTableView to QTreeViewAlessandro Portale2014-06-162-97/+90
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-2/+2
* Editor: Don't show help popups when alt was part of a shortcut.David Schulz2014-06-131-0/+1
* TextEditors: Keep visible position in editor for 'external' changesEike Ziller2014-06-062-2/+12
* IWizardFactory: Rename StandardFileWizard to StandardFileWizardFactoryTobias Hunger2014-06-051-1/+1
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-052-2/+2
* Unify Utils::ChangeSet usagesOrgad Shaneh2014-06-021-1/+0
* Text editors: Do not show tool tip for empty areaEike Ziller2014-06-021-2/+11
* Editor: Add actions for view page/line up/down.David Schulz2014-06-025-18/+58
* Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-262-7/+0
* Editor: Handle Tab as printable character.David Schulz2014-05-261-5/+10
* IWizard->IWizardFactoryTobias Hunger2014-05-261-4/+4
* Cpp{Tools,Editor}: Respect multi-QChar code points when handling identifiersNikolai Kosjar2014-05-231-1/+3
* IEditor: Make duplicatesSupported a value memberhjk2014-05-213-2/+1
* TextEditor: Avoid repetitive callsOrgad Shaneh2014-05-211-10/+9