We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
97 for completion in Jedi.get_script(document).completions(): 98 complete = completion.name 99 #if jedi.__version__ <= (0,7,0): 100 # doc=completion.doc 101 #else: 102 doc=completion.docstring()
The reason is the following error message: jedi is not found
jedi is not found
Thanks again for your great works! Let's make gEdit great again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The reason is the following error message:
jedi is not found
Thanks again for your great works!
Let's make gEdit great again.
The text was updated successfully, but these errors were encountered: