summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop fighting over which mouse cursor to show on text editorThorbjørn Lindeijer2009-03-251-5/+14
* Last 'finish' of this iteration of navigation history.con2009-03-191-0/+1
* One step to being able to jump back in a senseful way...con2009-03-191-4/+5
* Add last edit position to navigation history.con2009-03-191-7/+19
* Refactor navigation history again, put last edit position in historycon2009-03-191-2/+3
* Moving some code together that belongs togetherThorbjørn Lindeijer2009-03-171-194/+190
* Don't show code folding margin when it isn't supportedThorbjørn Lindeijer2009-03-171-1/+18
* Avoid adding navigation history twiceThorbjørn Lindeijer2009-03-051-3/+3
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Merge branch '1.0.0'hjk2009-02-171-1/+1
|\
| * Center the cursor after (un)collapse allThorbjørn Lindeijer2009-02-171-1/+1
* | Merge branch '1.0.0'Thorbjørn Lindeijer2009-02-161-5/+5
|\ \ | |/
| * Don't move cursor on collapse/uncollapseThorbjørn Lindeijer2009-02-131-5/+5
* | Merge branch '1.0.0'con2009-02-091-2/+3
|\ \ | |/
| * fix off by one when selecting block up or the previous open parenthesis.Matthias Ettrich2009-02-041-2/+3
* | editormanager cleanupsmae2009-01-301-1/+1
|/
* Fixes: fakevim: add flags to settings pagehjk2009-01-231-0/+4
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-2/+1
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-6/+5
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-0/+1
* Fixes: Warning on MSVC, no not temporary convert to int.Daniel Molkentin2009-01-151-2/+2
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Keep completion popup on the screenThorbjørn Lindeijer2008-12-181-1/+0
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Fixed mouse handling for code folding when hiddenThorbjørn Lindeijer2008-12-151-7/+12
* small fix for collapse/expandmae2008-12-121-1/+1
* tweak collapse/expand short cuts, and do not draw collpase boxesmae2008-12-121-6/+13
* line is blockNumber + 1mae2008-12-111-1/+1
* Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into...mae2008-12-111-5/+6
|\
| * Added `editorKind' to BaseTextEditor::openEditorAt(). We need it to force the...Roberto Raggi2008-12-111-5/+6
* | make the home key jump to column 0 if the caret if before the first non-spacemae2008-12-111-0/+2
* | connect the parenthesis matcher with the ifdefed out information.mae2008-12-111-13/+20
|/
* added Move Line Up and Move Line Down actions. Can be extended tomae2008-12-101-1/+63
* add explicit "Clean Whitespace" advanced actionmae2008-12-091-0/+4
* Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into...mae2008-12-091-30/+30
|\
| * use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-15/+16
| * Don't clip the right margin indicationThorbjørn Lindeijer2008-12-091-15/+14
* | make indenting the selection a single undo/redo commandmae2008-12-091-3/+2
|/
* avoid parentheses matching flicker when navigationt to block end / start.mae2008-12-051-6/+23
* support different selection kinds in basetexteditor.mae2008-12-051-13/+17
* markContextMenuRequested signal in ITextEditormae2008-12-051-6/+3
* Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into...mae2008-12-041-1/+2
|\
| * First incarnation of classes quickopen filterThorbjørn Lindeijer2008-12-041-1/+2
* | new signal: BaseTextEditor::lineContextMenuRequested(TextEditor::ITextEditor ...mae2008-12-041-0/+6
* | two new actions: "select block up" and "select block down", current default i...mae2008-12-041-0/+41
* | block navigation and selection (bound to Ctrl+[]{}mae2008-12-041-3/+115
|/
* more code cosmeticshjk2008-12-021-0/+2
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+3453