aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor_p.h
Commit message (Expand)AuthorAgeFilesLines
* BaseTextEditor: Remove needless indirection for timer membershjk2013-05-241-3/+4
* Fix Krazy warnings about includes/header guards in Text Editor.Friedemann Kleint2013-03-121-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-70/+3
* | Use Core::Id for languageOrgad Shaneh2012-11-221-1/+2
* | BaseTextEditor: make ITextMarks draggablehjk2012-10-111-0/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Editor: correct background color for matching parenthesesDavid Schulz2012-09-181-1/+0
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* TextEditor: menu for pasting from clipboard history.Francois Ferrand2012-06-051-1/+3
* Compile, i have no idea why that was not part of the last commitDaniel Teske2012-02-161-5/+5
* Move mark related functions to BaseTextDocumentLayoutDaniel Teske2012-02-151-2/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* Editor: Introduce circular clipboardLeandro Melo2011-12-141-0/+1
* Editor: Support triggering tooltips from keyboardLeandro Melo2011-12-081-0/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | overwrite mode support for the text editorJoerg Bornemann2011-10-141-0/+2
|/
* Implement Code Style schemesJarek Kobus2011-09-231-2/+1
* Header cleanup in TextEditor.Friedemann Kleint2011-08-181-4/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+3
* New code assist APILeandro Melo2011-05-181-3/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-4/+4
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Snippets: Synchronize editing of equivalent variables inside snippets.Leandro Melo2010-12-081-1/+1
* | Editors: Move auto-completion code out of the editorLeandro Melo2010-12-011-3/+0
* | Surround selected text with matching symbols on (, [, {, " and '.Francois Ferrand2010-11-241-0/+1
* | Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-091-0/+1
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-051-0/+3
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-0/+21
|/
* Editor: cleanup special cases for snippets.Erik Verbruggen2010-09-241-3/+0
* Editor: don't leave snippet mode when user pasts/completes.Erik Verbruggen2010-09-241-0/+1
* Refactor block selectionmae2010-08-051-3/+5
* Check the cursor position before to trigger an automatic completion.Roberto Raggi2010-07-201-0/+1
* Delay the automatic completion.Roberto Raggi2010-07-191-0/+3
* Move find flags from IFindSupport to more accessible place.con2010-07-151-1/+1
* add basic support to show refactor markersmae2010-07-021-0/+3
* Rework code foldingmae2010-05-201-8/+7
* Disable bracket matching when automatic insertion is disabledThorbjørn Lindeijer2010-05-111-1/+0
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-1/+2
* Fix find scope expandingmae2010-04-131-1/+2
* Restrict find & replace to vertical block selectionmae2010-04-121-0/+1
* Re-enable snippetsmae2010-03-291-0/+4