aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash on codestylesettingsjkobus2013-10-071-16/+0
* Core: Let IDocument also report failed file reload operationsNikolai Kosjar2013-06-241-2/+5
* Take diff colors from color schemejkobus2013-06-121-3/+12
* Mismatched parens background color now dark on dark backgrounds.Frank Secilia2013-06-061-1/+2
* Switch less often to edit modeEike Ziller2013-06-051-2/+1
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-22/+2
* Cycle through extra editor windows when cycling through splitsEike Ziller2013-05-311-2/+0
* BaseTextEditor: Style fixeshjk2013-05-271-59/+53
* TextEditor: Simplify Utils::CommentDefinition structurehjk2013-05-271-3/+3
* BaseTextEditor: Remove needless indirection for timer membershjk2013-05-241-15/+12
* Remove Nokia leftoversOrgad Shaneh2013-05-241-2/+2
* Add file descriptions, enable file foldingjkobus2013-05-061-2/+6
* Omit separator lines when copying selected textjkobus2013-04-241-35/+52
* Remove unused variablesjkobus2013-04-231-7/+1
* CppEditor: small fixesAndrey M. Tokarev2013-04-221-1/+1
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-28/+8
* Editor: Show file encoding in editor toolbarLorenz Haas2013-04-181-1/+30
* CppEditor: add more sections (protected, ...) for declaration (refactoring)Andrey M. Tokarev2013-04-181-1/+1
* BaseEditor: Open locator "l <line:column>" on toolbar line widget clickLorenz Haas2013-04-181-0/+12
* Implement expanding / shrinking skipped linesjkobus2013-04-151-17/+34
* Get rid of QChar::LineSeparatorjkobus2013-04-121-3/+9
* GUI enhancement for line number widget in editors tool barLorenz Haas2013-04-091-0/+2
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-14/+0
* TextEditor: Simplify testing of code assistantNikolai Kosjar2013-03-201-0/+7
* Editors: do not hide mouse when only a modifier is pressed.Erik Verbruggen2013-03-201-1/+16
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+1
* TextEditor: Remove old qDebug()Nikolai Kosjar2013-03-181-3/+0
* Fix Krazy warnings about includes/header guards in Text Editor.Friedemann Kleint2013-03-121-1/+2
* CPP, QmlJs editors: don't indent when moving commented lines up/down.Mitch Curtis2013-03-081-1/+28
* basetexteditor/qmljseditor: fix destructor problemFawzi Mohamed2013-03-051-1/+4
* Editor: Refactor Open Link in Next Split.David Schulz2013-02-141-65/+20
* Editor: Renaming Link members.David Schulz2013-02-111-13/+12
* 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
* | Editor: Disable adding UTF-8 BOM for qmake project filesDavid Schulz2013-01-241-1/+1
* | Add some methods which will be needed by diff editorJarek Kobus2013-01-221-15/+40
* | Compile fixDaniel Teske2013-01-111-2/+2
* | Editor: Compile fixChristian Stenger2013-01-111-1/+1
* | Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-6/+6
* | Editor: Allow to open links in a new split.Petar Perisin2013-01-111-7/+80
* | TextEditor: Keep cursor in beginning of line on moveLineUpDownOrgad Shaneh2013-01-101-1/+3
* | use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-15/+15
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-32/+19
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | Make insertLineAbove behaviour consistent when at top of document.Mitch Curtis2012-11-261-2/+4
* | TextEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-261-1/+1
* | Use Core::Id for languageOrgad Shaneh2012-11-221-2/+2
* | BaseTextEditor: Fixed dragging of ITextMarks.Marcel Krems2012-11-161-2/+13
* | Editor: Fix highlighting issue after code unfold.David Schulz2012-11-121-6/+6
* | Editor: Fix animate matching parenthesis in folded codeDavid Schulz2012-11-121-6/+6