SublimeClojureSetup icon indicating copy to clipboard operation
SublimeClojureSetup copied to clipboard

ClosureHelpers with Sublime Text 3

Open djfarrelly opened this issue 10 years ago • 2 comments

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 avatar Jan 03 '15 22:01 djfarrelly

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

https://github.com/laughedelic/LoadFileToRepl

djfarrelly avatar Jan 03 '15 22:01 djfarrelly