gedi icon indicating copy to clipboard operation
gedi copied to clipboard

a python code completion plugin for gedit3+

Results 6 gedi issues
Sort by recently updated
recently updated
newest added

Refactored pretty much everything. Thread-async now with proper safety. Also includes non-threaded version (`gedit.py.bak`). Could do a full changelog on request, skipped that part just yet.

hi, ``` ** (gedit:82182): WARNING **: 03:21:17.608: Error initializing Python Plugin Loader: PyGObject initialization failed ImportError: could not import gobject (error was: ModuleNotFoundError("No module named 'gi'")) ** (gedit:82182): WARNING **:...

After updating from git, I need to comment line 99-101 and unindent once line 102 in gedi.py to make it works on Gedit 3.18.3 on Ubuntu 16.04.6 ```bash 97 for...

jedi.__version__ was inaccessible

OS: ubuntu 14.04 Install method: `apt-get install python-jedi` (python-jedi (0.7.0-1)) Placed 2 scripts in path `/.local/share/gedit/plugins/` script-names: - gedi.py - gedi.plugin > The plugin 'Gedi' could not be loaded >...