Open josephpaul0 opened 5 years ago
Request for Enhancement : update fakevim source code
X35.2 on Ubuntu 18.04, Qt 5.9.5
go version
go 1.10
go env
linux amd64
In fakevim, try to complete code as in vim with "Control-N". It does nothing. Looking at fakevim 3rd party code in liteide, this feature is missing. https://github.com/visualfc/liteide/tree/master/liteidex/src/plugins/fakevimedit
Completion with "Control-N" should work as in the official Qt Creator repository. https://github.com/qt-creator/qt-creator/tree/master/src/plugins/fakevim
Is it to possible to rebase fakevim plugin to match Qt Creator's version ?
fakevim for liteide has a lot of bugs, no one fix it.
Request for Enhancement : update fakevim source code
What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?
X35.2 on Ubuntu 18.04, Qt 5.9.5
What version of Go are you using (
go version
)?go 1.10
What operating system and processor architecture are you using(
go env
)?linux amd64
What did you do?
In fakevim, try to complete code as in vim with "Control-N". It does nothing. Looking at fakevim 3rd party code in liteide, this feature is missing. https://github.com/visualfc/liteide/tree/master/liteidex/src/plugins/fakevimedit
What did you expect to see?
Completion with "Control-N" should work as in the official Qt Creator repository. https://github.com/qt-creator/qt-creator/tree/master/src/plugins/fakevim
Is it to possible to rebase fakevim plugin to match Qt Creator's version ?