Skip to content

Fixed some issues around the auto_import_cache#488

Merged
klen merged 1 commit intopython-mode:developfrom
brendanmaguire:develop
Oct 16, 2014
Merged

Fixed some issues around the auto_import_cache#488
klen merged 1 commit intopython-mode:developfrom
brendanmaguire:develop

Conversation

@brendanmaguire
Copy link
Copy Markdown
Contributor

* fixes python-mode#361

* pymode_rope_autoimport_modules was never coming into effect during RopeContext __init__
* rope.regenerate now generates the cache for the entire project instead of just one file
* StringIO was been imported as a class, but been used as a module
klen added a commit that referenced this pull request Oct 16, 2014
Fixed some issues around the auto_import_cache
@klen klen merged commit 0fb4501 into python-mode:develop Oct 16, 2014
@klen
Copy link
Copy Markdown
Collaborator

klen commented Oct 16, 2014

Thank you!

@brendanmaguire
Copy link
Copy Markdown
Contributor Author

Np. Thanks for the great plugin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PymodeRopeRegenerate does not regenerate cache for entire project

2 participants