Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LoadFileToRepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def run(self, clear=None, save_focus=None, split=None):
if repl_id == 'js':
repl_id = 'node'
config_title = 'NodeJS'
elif repl_id == 'racket':
repl_id = 'plt_racket'
# focus on another group to open repl there
self.window.focus_group(next_group)
# open repl according to the type of source file
Expand Down
1 change: 1 addition & 0 deletions LoadFileToRepl.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
, "matlab_load_command" : "run('%s')"
, "prolog_load_command" : "consult('%s')."
, "elixir_load_command" : "c(\"%s\")"
, "racket_load_command" : ",en \"%s\""

// If this options is set to false, keybindings defined by this plugin won't work.
// I tried to ommit overlapping with any default keybindings, but anyway,
Expand Down