aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Relative numbering is enabled only in FakeVim modeLukas Holecek2014-12-021-4/+7
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* FakeVim: Fix line selection for wrapped lineshjk2014-11-031-4/+5
* FakeVim: Properly replay macro with insert modeLukas Holecek2014-11-031-0/+3
* FakeVim: Use a bool to indicate recording, not QString::isNullhjk2014-10-211-14/+18
* Debugger: Consolidate RunControl creationhjk2014-10-201-1/+0
* Remove probably outdated QShortcut includeNikita Baryshnikov2014-10-151-9/+3
* License update.Eike Ziller2014-10-151-1/+1
* Delete QEvent::InputMethod handling in FakeVimHandler::eventFilter()Takao Fujiwara2014-10-151-15/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-148-56/+64
|\
| * License updateEike Ziller2014-10-098-51/+58
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-292-17/+17
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-262-29/+27
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-6/+5
* | FakeVim: Factor out some test codehjk2014-09-231-33/+38
* | TextEditor: Wiggle codeassist setuphjk2014-09-221-2/+3
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-10/+10
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-081-1/+1
* | Remove Qt version checks.Christian Kandeler2014-09-081-5/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-16/+18
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | FakeVim: Use a single "FakeVim" translation contexthjk2014-08-266-66/+109
* | FakeVim: Update file path and global marksLukas Holecek2014-08-183-0/+42
* | FakeVim: eventFilter() is publicLukas Holecek2014-08-181-2/+2
* | TextEditor: Consolidate document access functions.hjk2014-08-041-2/+2
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
* | Merge ITextMark and BaseTextMarkhjk2014-07-231-1/+1
* | FakeVim: Remove excess frame from Mapping options pageAlessandro Portale2014-07-221-2/+2
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-5/+5
* Editor: Blockselection rewrite.David Schulz2014-06-203-23/+45
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-3/+2
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-2/+2
* FakeVim: Move setting category icon from Core to FakeVimAlessandro Portale2014-06-025-1/+10
* FakeVim: Fix conditionsOrgad Shaneh2014-05-191-2/+2
* DocumentModel: Make interface statichjk2014-05-131-3/+3
* FakeVim: Share some data among editors with same documenthluk2014-05-051-164/+216
* FakeVim: Allow to jump to the first quoted block on linehluk2014-05-052-1/+10
* FakeVim: Explicitly use DirectConnection for slots that return valuesOrgad Shaneh2014-05-051-4/+4
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-021-1/+1
|\
| * FakeVim: Don't handle command mapping further if editor was closedhluk2014-04-281-1/+1
* | FakeVim: Allow unicode input using Ctrl-V in insert modehjk2014-04-281-13/+89
* | FakeVim: Commands 'v', 'V' and 'C-v' work in visual modehluk2014-04-281-3/+2
* | FakeVim: Command 'gv' restores visual selection after yankinghluk2014-04-281-2/+3
* | FakeVim: Move cursor when repeating 't' command once with ';'hluk2014-04-282-21/+28
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
|/
* FakeVim: Check handler pointer before using ithjk2014-04-021-0/+1
* FakeVim: Show command output in new editor instead of dialoghluk2014-04-011-4/+6
* FakeVim: Fix cw on white spacehjk2014-03-251-1/+1