Re: [julia-users] Re: Hide and disable REPL

2016-11-15 Thread cdm
it seems like some of the client.jl code https://github.com/JuliaLang/julia/blob/master/base/client.jl should provide the foundation ... maybe something around active_repl_backend or some active_repl switching. also from code comments: atreplinit(f) Register a one-argument function to

RE: [julia-users] Re: Hide and disable REPL

2016-11-15 Thread David Anthoff
, 2016 6:27 PM To: julia-users <julia-users@googlegroups.com> Subject: Re: [julia-users] Re: Hide and disable REPL do you know of there are analogs of your process flow in other VS Code extensions, say the python extension for VS Code ... ? it seems that perhaps another V

RE: [julia-users] Re: Hide and disable REPL

2016-11-15 Thread David Anthoff
ent: Tuesday, November 15, 2016 5:29 AM To: julia-users <julia-users@googlegroups.com> Subject: Re: [julia-users] Re: Hide and disable REPL On Friday, November 4, 2016 at 1:28:16 PM UTC-4, David Anthoff wrote: The complete setup is slightly more complicated, but you can imagine j

Re: [julia-users] Re: Hide and disable REPL

2016-11-15 Thread Steven G. Johnson
On Friday, November 4, 2016 at 1:28:16 PM UTC-4, David Anthoff wrote: > > > The complete setup is slightly more complicated, but you can imagine just > the following: start a normal julia REPL. Then include a file that will > start a server listening on some socket. This server is all async,

Re: [julia-users] Re: Hide and disable REPL

2016-11-14 Thread cdm
do you know of there are analogs of your process flow in other VS Code extensions, say the python extension for VS Code ... ? it seems that perhaps another VS Code implementation would have had to also cross this bridge ... ? ~ cdm On Monday, November 14, 2016 at 1:27:18 PM UTC-8,

Re: [julia-users] Re: Hide and disable REPL

2016-11-14 Thread anthoff
> > > *From:* julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] > *On Behalf Of *Isaiah Norton > *Sent:* Thursday, November 3, 2016 8:38 PM > *To:* julia-users@googlegroups.com > *Subject:* Re: [julia-users] Re: Hide and disable REPL > > > > Can

RE: [julia-users] Re: Hide and disable REPL

2016-11-04 Thread David Anthoff
-users@googlegroups.com Subject: Re: [julia-users] Re: Hide and disable REPL Can you explain the setup further -- Where is the REPL running? How are you interacting with it? If I take "I want to temporarily switch the REPL off, i.e. it should visually disappear" literally then it

Re: [julia-users] Re: Hide and disable REPL

2016-11-03 Thread Isaiah Norton
Can you explain the setup further -- Where is the REPL running? How are you interacting with it? If I take "I want to temporarily switch the REPL off, i.e. it should visually disappear" literally then it seems like a strange thing to do, so I may be missing something If you *do* want to hide the