Skip to content

Tags: dmcooke/emacs-jedi

Tags

v0.2.8

Toggle v0.2.8's commit message
New version: v0.2.8

New commands:

- jedi:reinstall-server: new command to reinstall server in-place
- jedi:stop-all-servers: new command to stop all servers (e.g. when switching virtualenvs)

New variables:

- jedi:find-file-function: customize function that displays the result of goto-definition (e.g. to show it in a specific window)
- jedi:goto-definition-hook: new hook for functions to be run after jedi:goto-definition is executed

Fixes and improvements:

- bump minimum jedi requirement to 0.11
- pass sys.path and virtualenvs directly to jedi.Script instance instead of
  modifying the jediepcserver's environment
- resolve jedi:server-command to abspath: this is so that epcs started with new
  virtualenv activated don't pick up server instances that were started in the
  old configuration
- fix warnings related to customizable variables
- if server startup fails, disable jedi-mode and show last lines of server output
- fix a bug where jedi:call-deferred sometimes would send line=0 (which is an
  invalid value for jedi)
- jediepcserver logging: add --log-rotate-max-size and --log-rotate-max-count
  configuration parameters to restrict log size

v0.2.7

Toggle v0.2.7's commit message
0.2.7

- Improve showing document in tooltip for company-mode

v0.2.6

Toggle v0.2.6's commit message
0.2.6

- Fix more deprecated API issue(tkf#252)
- Fix KeyError exception issue when retrieving docstring(tkf#252)

v0.2.5

Toggle v0.2.5's commit message
0.2.5

- Replace deprecated jedi interfaces(tkf#238)
- Fix for company-mode(tkf#237)
- Fix travis-ci error
- Fix case when jedi:install-imenu is nil(tkf#235 Thanks Sho Takemori)

v0.2.4

Toggle v0.2.4's commit message
v0.2.4

- Support jedi 0.9.0 and don't use deprecated jedi API
- Fix show document for company-jedi
- Improve for virtualenv
- Improve jedi:dot-complete

v0.2.3

Toggle v0.2.3's commit message
- Fix prefix arg issue of jedi:dot-complete

- Expand virtualenv path(if it contains  '~')

v0.2.2

Toggle v0.2.2's commit message
Bump up version

v0.2.1

Toggle v0.2.1's commit message
Merge pull request tkf#205 from tkf/split-package

Split package

v0.1.2

Toggle v0.1.2's commit message
Bump to 0.1.2

v0.1.1

Toggle v0.1.1's commit message
Bump to 0.1.1