summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fakevim: Delete wordprovider againTobias Hunger2013-11-271-0/+3
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-021-2/+0
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-011-0/+2
* Apply static pattern to TextEditorSettinghjk2013-09-201-2/+2
* FakeVim: Fix searching in visual mode and with commandshluk2013-09-191-13/+0
* Find: Remove some Find namespace usagesTobias Hunger2013-09-041-2/+2
* 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-301-4/+4
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-1/+2
|\
| * FakeVim: Delete settings laterhluk2013-07-291-1/+2
* | FakeVim: Emulate search more preciselyhluk2013-08-121-5/+6
* | FakeVim: Add another key binding for vsplitCarl Simonson2013-08-121-0/+2
* | EditorManager: Make closeEditor publicOrgad Shaneh2013-08-071-6/+3
* | 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
* | 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
|/
* tr()-fixes in fakevim.Friedemann Kleint2013-06-101-3/+3
* FakeVim: Move .vimrc related options closer to each otherhjk2013-06-071-1/+3
* Cycle through extra editor windows when cycling through splitsEike Ziller2013-05-311-1/+1
* Normalized connect()sRobert Loehning2013-05-161-2/+2
* Merge branch '2.7'Oswald Buddenhagen2013-05-151-0/+5
|\
| * FakeVim: Focus current editor before handling command line commandhluk2013-05-061-0/+5
* | Fix indentationOrgad Shaneh2013-05-061-2/+1
* | FakeVim: Window movement with <C-W> and :onlyhluk2013-05-021-66/+73
* | FakeVim: Don't overuse cursor setting and scrolling in editorhluk2013-04-191-8/+10
* | Add right aligned location for widget in status bar.Eike Ziller2013-04-091-1/+1
* | Rename PluginManager::runningTests() --> testRunRequested()Eike Ziller2013-04-041-1/+1
* | FakeVim: Option 'passcharacters' (not in Vim)hluk2013-04-041-5/+5
* | FakeVim: Widgets in preferences for 'scrolloff' and 'passnewline'hluk2013-04-021-1/+13
* | Utils::TreeWidgetColumStretcher: Generalize to support all QHeaderViewsDaniel Teske2013-03-261-1/+0
* | FakeVim: Simplify Core::Id usagehjk2013-03-191-3/+3
* | FakeVim: Initial support for Vim macro recording and replayinghluk2013-03-181-1/+1
* | FakeVim: Emulate Vim option ignorecaseLukas Holecek2013-03-131-2/+3
* | FakeVim: Make plugin standalone if necessaryhjk2013-03-081-0/+1
* | FakeVim: User-settable path to .vimrc with saner default for WindowsLukas Holecek2013-02-181-3/+33
* | FakeVim: Focus window in given directionLukas Holecek2013-02-051-10/+12
* | fakevim: Fix "ctrl-w + arrow" movement between viewsAdrien Bustany2013-02-041-25/+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
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-3/+3
* | FakeVim: Allow to delete selected text in command bufferLukas Holecek2012-12-301-7/+12
* | FakeVim: handle keyboard selection in command bufferhjk2012-12-301-11/+14
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-3/+3
* | Use Core::Id in ICore::showOptionsDialoghjk2012-12-291-1/+1
* | FakeVim: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-091-45/+45
* | fakevim: Commands '[z' and ']z' to move to top or bottom of foldLukas Holecek2012-11-301-12/+19
* | fakevim: Commands 'zj' and 'zk' to move [count] folds down and upLukas Holecek2012-11-301-0/+53