This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 04, 2019
-
-
Harry Saunders authored
jedi crashes when launched using PyCharm's debugger on Python 2. Having jedi as optional means we can still use the debugger whilst we're not using Python 3. Only add functions/builtins from simple api if they are title case and don not begin with a '_'.
-
Harry Saunders authored
Add jedi's static code analysis completions to the CodeCompleter class.
-
Harry Saunders authored
Only generate the call tips if the simple api import is present in the script. Add CodeCompleter tests to CMakeLists
-
- Oct 01, 2019
-
-
Harry Saunders authored
New CodeCompleter class contains the logic for populating QScintilla's completion API. It's CodeCompleter.update_completion_api is called whenever a script is successfully run.
-