summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Find: Increase delay between search highlight updates.Christian Kamm2011-09-301-1/+1
* Gen. highlihter: Connect before calling setFutureLeandro Melo2011-09-281-1/+1
* Gen. highlighter: Manager refactor and pending issues fixesLeandro Melo2011-09-272-98/+157
* tr()-Fixes for 2.4Friedemann Kleint2011-09-261-1/+1
* Reduce height of tab settings.Eike Ziller2011-09-261-21/+21
* Editor: Keyboard option for overriding delete word's start/endLeandro Melo2011-09-265-0/+74
* Implement Code Style schemesJarek Kobus2011-09-2342-1499/+2316
* Editor: Unindent backpace mode should not apply for parag. separatorsLeandro Melo2011-09-221-2/+6
* RefactoringChanges: Fix problems with encodings.Christian Kamm2011-09-202-13/+32
* Fix displayed file name when searching directory ending with '/'.Eike Ziller2011-09-202-3/+9
* Delete the watcher to free the qfuture and its resources.Eike Ziller2011-09-202-11/+16
* Find: Change a few acceleratorsLeandro Melo2011-09-191-2/+2
* all: less QScopedPointerhjk2011-09-191-4/+0
* more stylehjk2011-09-1915-322/+322
* SemanticHighlighter: Fix off-by-one in assert.Christian Kamm2011-09-161-2/+7
* Code assist: Fix doxygen completionLeandro Melo2011-09-151-1/+1
* Editor: New option for surrounding auto bracketsLeandro Melo2011-09-143-1/+8
* QmlJS highlighting: Use semantics for types and binding names.Christian Kamm2011-09-142-0/+3
* JSDebugger: Break on ExceptionAurindam Jana2011-09-141-0/+1
* Keep multiple search results in history.Eike Ziller2011-09-142-11/+12
* Move advanced search dialog into search result pane.Eike Ziller2011-09-132-7/+2
* Show more info about a search and move UI for replacingEike Ziller2011-09-136-0/+34
* Remove unnecessary 'explicit's.Eike Ziller2011-09-093-3/+3
* use Core::Id for IEditorFactory::idhjk2011-09-082-8/+4
* Code assist: Fix memory leak in completionLeandro Melo2011-09-071-1/+5
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-067-32/+33
* TextEditor: Remove byte order mark.Christian Kandeler2011-09-061-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-054-4/+4
* Add "Find in directory" to project tree context menuDaniel Teske2011-09-052-4/+10
* Pass focusOutEvent to the superclassJarek Kobus2011-09-021-0/+1
* QmlJS: Change default semantic highlighting colors.Christian Kamm2011-08-301-6/+10
* C++ semantic highlighting: Report uses sorted by line.Christian Kamm2011-08-301-25/+22
* Extract Core::TextFile from TextEditor::BaseTextDocument.Friedemann Kleint2011-08-263-184/+29
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-247-2/+274
* RefactoringChanges: Add missing virtual destructor.Christian Kamm2011-08-222-0/+4
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-193-153/+179
* QuickFixes: Always show all matching quick fixes.Christian Kamm2011-08-191-0/+7
* BaseTextEditor: Remove stray qDebug.Christian Kamm2011-08-181-1/+0
* Header cleanup in TextEditor.Friedemann Kleint2011-08-1819-28/+39
* C++ function link: Disable link if target editor changes.Christian Kamm2011-08-181-2/+1
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-185-34/+91
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-1/+1
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-162-1/+22
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-163-0/+92
|\
| * Editors: Make sure folded blocks remain consistentLeandro Melo2011-08-153-0/+92
* | QmlJS: Allow for more markers than just Qt Quick Toolbar.Christian Kamm2011-08-152-1/+5
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-104-7/+27
|\ \ | |/
| * Fix crash when spliting GLSL editorLeandro Melo2011-08-022-0/+10
| * Avoid multiple context menus popping up.Eike Ziller2011-08-012-7/+17
* | Highlight matches when opening editor from advanced text search.Eike Ziller2011-08-094-34/+65