python-gui
python-gui copied to clipboard
Proof-of-concept Nvim GUI. Not maintained.
I am using Ubuntu-16.04 Gnome3. Python-GUI installed using 'pip install neovim-gui' Getting following exception on running command pynvim > root@dnyaneshg-Lenovo-ideapad-Y700-15ISK:~/Projects/stunpp# pynvim > Traceback (most recent call last): > File "/usr/local/lib/python2.7/dist-packages/neovim_gui/gtk_ui.py",...
I'm using the debian experimental package of python-gui. All keys seem to work for now, but /*-+ on the numpad. Other numpad keys are working fine (I can input numbers...
Regardless of theme, `:set spell` does not visually mark spelling mistakes in any way, while it does correctly in terminal neovim for the same themes. Mappings related to spelling, like...
ArchLinux with Gnome3.20.3 ``` ➜ ~ nvim -v NVIM v0.1.5-611-gdcbd1c7 Build type: Dev Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -g -fvar-tracking-assignments -Wconversion -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes...
Hello, recently I switched from Emacs to Vim and use it as external editor in Claws-mail by having the following line in Preferences: ``` gvim '+set filetype=mail' -f --socketid %w...
I see benefit for developers and coders in sharing code for the python guis. If we build the right abstractions it would mean implementers of other toolkits could very easily:...
It might be interesting to add detach and config_file support.
``` $ pyflake3 . ./setup.py:1: 'platform' imported but unused ./setup.py:2: 'sys' imported but unused ./neovim_gui/screen.py:9: undefined name 'xrange' ./neovim_gui/cli.py:8: 'IS_PYTHON3' imported but unused ```