Skip to content
New issue

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

ClosureHelpers with Sublime Text 3 #1

Open
djfarrelly opened this issue Jan 3, 2015 · 2 comments
Open

ClosureHelpers with Sublime Text 3 #1

djfarrelly opened this issue Jan 3, 2015 · 2 comments

Comments

@djfarrelly
Copy link

It seems that when placing ClosureHelpers.py in the Packages/User directory for Sublime Text 3, the file cannot correctly import SublimeREPL. It seems I was able to change the import statements to:

import re, sublime, sublime_plugin
from SublimeREPL.sublimerepl import manager
import SublimeREPL.text_transfer as text_transfer

I'm not sure if 100% of the functionality of the helpers are working in ST3, but hopefully this can help someone else out who has seen similar issues!

@djfarrelly
Copy link
Author

Additionally, it seems the LoadFileInReplCommand command isn't working in ST3, I've found a similar issue here: wuub/SublimeREPL#133. The LoadFileToRepl plugin seems to work quite well to address this:

https://github.com/laughedelic/LoadFileToRepl

@efraimmgon
Copy link

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

No branches or pull requests

2 participants