summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Plain text editor: Do not register for all kinds of mime typesEike Ziller2015-02-021-6/+1
* ManageDefinitionsDialog: download exact url in sorted TableWidgetNikita Baryshnikov2015-02-022-20/+16
* Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-295-8/+14
* Use "Browse..." label from PathChooserRobert Loehning2015-01-141-2/+3
* Outline: Redo save/restore of settingsKai Koehne2015-01-133-24/+29
* GenericHighlighter: Display exceptionsOrgad Shaneh2015-01-124-15/+47
* Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-127-23/+23
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-01-083-3/+18
|\
| * TextEditor: Adapt include guard to file renameOrgad Shaneh2015-01-051-3/+3
| * CMake: Fix syntax highlighting for cmake filesDaniel Teske2014-12-152-0/+15
* | TextEditor: Highlight and animate matching parenthesis for generic highlighterMaksim Klimov2015-01-072-0/+22
* | TextEditor: Make automatic completion timeout configurableNikolai Kosjar2014-12-155-8/+19
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-121-2/+3
|\ \ | |/
| * Do not switch to design mode from search resultsEike Ziller2014-12-101-2/+3
* | Utils: Start simplification of tooltip handlinghjk2014-12-082-6/+3
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-011-0/+6
|\ \ | |/
| * TextEditor: Stop SnippetMode before invoking refactoring actionNikolai Kosjar2014-11-261-0/+6
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-261-1/+0
|\ \ | |/
| * Editor: Fix "Mark text changes" setting.David Schulz2014-11-251-1/+0
* | TextEditor: Shuffle some convenience functionshjk2014-11-252-14/+8
|/
* TextEditor: Fix file encoding settings.David Schulz2014-11-191-0/+2
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* TextEditor: Reslot some functionsOrgad Shaneh2014-10-291-0/+2
* TextEditor: Avoid unneeded indirectionOrgad Shaneh2014-10-291-1/+1
* Add API in texteditor to let plugins contribute extra selections.Francois Ferrand2014-10-232-24/+49
* Use tab width in search results.Francois Ferrand2014-10-222-0/+17
* Type hierarchy: Add drag & drop into editor splitsEike Ziller2014-10-162-0/+70
* Implement theming for QtCreatorThorben Kroeger2014-10-151-1/+7
* C++: support smart splitting of strings.Francois Ferrand2014-10-154-0/+15
* License update.Eike Ziller2014-10-153-15/+17
* TextEditor: Factory cosmeticshjk2014-10-152-67/+111
* VariableChooser: Reworkhjk2014-10-151-2/+2
* MacroExpander: Allow registering local expansionshjk2014-10-151-6/+8
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-14205-1436/+1641
|\
| * License updateEike Ziller2014-10-09223-1556/+1778
| * Re-add Label for action JumpToFileUnderCursorInNextSplit.marcel2014-09-291-1/+1
* | TextEditor: Move some enums to namespace scopehjk2014-10-133-42/+44
* | TextEditor: Do not use deleted TextMarks.David Schulz2014-10-071-1/+1
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-065-25/+35
* | TextEditor: Remove HighLighterFactoryhjk2014-10-023-73/+0
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-022-27/+10
* | JsonWizard: Replace TextFileWizard with JsonWizardTobias Hunger2014-09-305-134/+0
* | TextEditor: Move setting up of encoding label to ctorDaniel Teske2014-09-301-7/+9
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-304-56/+66
* | TextEditor: Flatten QuickFixAssistProcessor hierarchyhjk2014-09-302-10/+9
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-2932-575/+577
* | Fix follow symbol in next split, and simplify codeEike Ziller2014-09-292-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-291-1/+2
|\ \ | |/
| * TextEditor: Only disable block selection when we have one.David Schulz2014-09-241-1/+2