summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/itexteditor.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* TextEditors: Move document related function to documentEike Ziller2014-01-151-3/+3
* TextEditors: Move contentsChanged signal from editor to documentEike Ziller2014-01-141-1/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | TextEditor: Remove unused signal.Eike Ziller2014-01-071-1/+0
* | Move markableInterface() to ITextEditorDocumentEike Ziller2013-12-101-2/+2
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-1/+1
|/
* C++: optionally let the highlighter handle ifdefed-out blocks.Erik Verbruggen2013-08-191-0/+19
* Find: Document contents should be retrieved from the documents directlyEike Ziller2013-07-171-2/+2
* TextEditors: Remove useless duplicated (set)textCodec methodsEike Ziller2013-07-171-9/+0
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-0/+1
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-4/+14
* Added documentation to ITextEditorJesper K. Pedersen2013-04-171-0/+5
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-2/+0
* CPP, QmlJs editors: don't indent when moving commented lines up/down.Mitch Curtis2013-03-081-0/+6
* 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
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Added feature for change note for bookmarks.Vasiliy Sorokin2012-10-011-0/+1
|/
* Context cleanupOrgad Shaneh2012-08-011-2/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make TaskMarks clickable and jump to the right task in the taskwindowDaniel Teske2012-03-011-1/+2
* Fix compilation of QmlJS code formatter test.Christian Kamm2012-02-281-48/+2
* Initialize ITextMark with a lineNumberDaniel Teske2012-02-211-2/+4
* Remove ITextMark::documentClosing()Daniel Teske2012-02-151-1/+0
* Remove unused method ITextMarkable::hasMark()Daniel Teske2012-02-151-1/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Optimize BaseTextMarkDaniel Teske2012-02-141-2/+2
* Add ITextMark::visible() to make ITextMarks not take any spaceDaniel Teske2012-02-141-0/+1
* ITextMark: Remove parent parameterDaniel Teske2012-02-091-1/+1
* ITextMark: Remove virtual from functions that should not be virtualDaniel Teske2012-02-081-3/+3
* Initialize m_priority in ITextMarkDaniel Teske2012-02-061-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Editor: Bookmark when Shift-clicking the gutterLeandro Melo2011-12-021-1/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | itexteditor: remove a few unneeded empty destructorshjk2011-04-131-5/+1
* | texteditor: introduce a widthFactor to enable non-quadratic text markshjk2011-03-211-0/+1
* | texteditor: simplify basetextmark architecturehjk2011-03-211-11/+17
|/
* texteditor: give priorities to mark to ensure z-order when drawinghjk2011-03-021-0/+10
* texteditor: directly call completion instead using ITextEditor interfacehjk2011-02-221-3/+0
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-0/+11
* Continue on fancy open-vi-in-Terminal AppleScript.con2011-02-181-0/+2
* It's 2011 now.con2011-01-121-1/+1
* debugger/basehoverhandler: introduce tooltipOverrideRequested and use ithjk2011-01-041-0/+1
* Fix QML to UTF-8, unless changed in editormae2010-12-201-1/+7