summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Apply changes of global tab settings to editorsJarek Kobus2011-11-071-1/+1
* Allow user to click on arrows on the function hint proposal.wongk2011-11-071-1/+8
* Minor string fixRobert Loehning2011-11-031-1/+1
* String fixesRobert Loehning2011-11-031-0/+3
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-03214-428/+428
* Editor: Support floating point values for tab stopLeandro Melo2011-10-311-2/+7
* Code style selector improvementsJarek Kobus2011-10-285-72/+200
* Removed dead assignmentRobert Loehning2011-10-211-1/+0
* Removed dead codeRobert Loehning2011-10-211-8/+1
* Removed unread variablesRobert Loehning2011-10-211-18/+0
* RefactoringFile: Use editor's cursor, if possible.Christian Kamm2011-10-201-1/+1
* Merge branch '2.3' into 2.4Oswald Buddenhagen2011-10-182-2/+2
|\
| * Fixed some typos and added some missing ellipisesJure Repinc2011-10-052-2/+2
| * Code assist: Fix memory leak in completionLeandro Melo2011-09-121-1/+5
* | Add a label explaining the goal of editable previewJarek Kobus2011-10-121-0/+7
* | 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