Sending some selected text to the console from a .jl file.
ipython qtconsole --profile=juliaipython console --profile=julia
#### Using Sublime-IJulia* Commands can be entered directly in the IJulia console view, pressing `shift+enter` to execute.* A newline can be entered without executing the command by typing `Enter` for multi-line commands.* Pressing the `up` and `down` arrows in the console view will navigate through command history (if any).* `escape` will clear the current command* All other regular sublime features should work as normal also in the console view (multiple cursors, macros, etc.)From a julia file (extension .jl), you also have the ability to "send" code to the console to be evaluated.* `Shift+enter` without any code selected will send the current line to the console to be executed* `Shift+enter` with code selected will send the selected text to the console to be executed* `Ctrl+shift+enter` will send the entire file's contents to the console to be executed
Hey Isaiah,No inline plotting yet, though I'm ready to start exploring what we can do here; possibly open up the plot in the default browser, sublime also recently got support for image viewing, so if we can get an image object back for the plot, we could open it up directly in sublime.