summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* VIM: remove unnecessary (and invalid) cast.Erik Verbruggen2013-09-301-1/+1
* FakeVim: Fix handling of some hungarian charactersRobert Loehning2013-09-271-1/+1
* FakeVim: Use Qt::KeyboardModifiers for keyboard modifiershjk2013-09-271-12/+14
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-2/+2
|\
| * FakeVim: Ensure that enterFakeVim() is not called recursivelyhluk2013-09-261-2/+2
* | Apply static pattern to TextEditorSettinghjk2013-09-201-2/+2
* | FakeVim: Handle deleted editor widget in insert modehluk2013-09-191-1/+6
* | FakeVim: Fix searching in visual mode and with commandshluk2013-09-193-43/+87
* | FakeVim: Add another autotest for 'w'hjk2013-09-111-0/+6
* | Move some functions out of defaults.js and make them project properties.Christian Kandeler2013-09-091-2/+1
* | FakeVim: Explicitly enable some options for testshluk2013-09-051-1/+4
* | Fakevim: Add missing Q_OBJECT macroTobias Hunger2013-09-041-0/+2
* | Find: Remove some Find namespace usagesTobias Hunger2013-09-041-2/+2
* | Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* | Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* | EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-9/+6
* | EditorManager: Use static pattern, adjust surrounding codehjk2013-08-302-5/+5
* | FakeVim: Escape '>' character in mappingshluk2013-08-292-0/+7
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-1/+2
|\ \ | |/
| * FakeVim: Delete settings laterhluk2013-07-291-1/+2
* | FakeVim: Operator-pending mappingshluk2013-08-132-19/+38
* | FakeVim: Fix scrolling on small movementhluk2013-08-131-1/+2
* | FakeVim: Emulate search more preciselyhluk2013-08-122-18/+36
* | FakeVim: Fix checking if text was re-insertedhluk2013-08-121-2/+2
* | FakeVim: Use QTextDocument::availableUndoSteps() for undo/redohluk2013-08-121-54/+40
* | FakeVim: Check first character on line with 'F' and 'T' commandshluk2013-08-122-25/+28
* | FakeVim: Add another key binding for vsplitCarl Simonson2013-08-121-0/+2
* | EditorManager: Make closeEditor publicOrgad Shaneh2013-08-071-6/+3
* | FakeVim: Record jumps on paragraph and bracket movementhluk2013-08-071-0/+4
* | FakeVim: Bracket movement commandshluk2013-08-062-7/+175
* | FakeVim: Fix Vk commandhluk2013-08-051-8/+6
* | FakeVim: Monitor inserted text using signals from QTextDocumenthluk2013-08-052-272/+300
* | Make document model static and add some document related methodsEike Ziller2013-07-121-6/+3
* | OpenEditorsModel API: Use 'document' more where is about documents.Eike Ziller2013-07-121-5/+5
* | Editors: Get rid of keeping separate lists of "duplicated" editors.Eike Ziller2013-07-121-1/+3
* | Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* | Editors: Don't use model index outside of model/view.Eike Ziller2013-07-091-3/+3
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-251-8/+7
|\ \ | |/
| * FakeVim: Fix how block selection is represented in editor widgethluk2013-06-171-8/+7
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-144-40/+50
|\ \ | |/
| * FakeVim: Fix cursor position and anchor after searchhluk2013-06-101-2/+5
| * tr()-fixes in fakevim.Friedemann Kleint2013-06-102-4/+4
| * FakeVim: Scroll only if it's really necessaryhluk2013-06-071-15/+26
| * FakeVim: Move .vimrc related options closer to each otherhjk2013-06-072-23/+18
| * Consistently give qbs groups a name.Eike Ziller2013-06-061-0/+1
* | FakeVim: Fix build after mergeEike Ziller2013-06-051-3/+3
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-053-10/+62
|\ \ | |/
| * Cycle through extra editor windows when cycling through splitsEike Ziller2013-05-311-1/+1
| * FakeVim: Select/unselect line break in visual selectionhluk2013-05-312-7/+39