forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
222 stars 48 forks source link

under linux - julia fails to start inside julia-studio #266

Open RodADavison opened 5 years ago

RodADavison commented 5 years ago

Under linux - when I start julia-studio, in the output console, I get the message: "ERROR: unknown option -F"

I'm not sure what the -F option does (did) - julia version 0.3.2 seems to happily start with the -F option. julia version 1.0 does not start with run with -F.

the -F seems to be inserted by this line: julia-studio-master/src/plugins/juliaeditor/localtcpevaluator.cpp:398 args.append( "-F" );

wglasshusain commented 5 years ago

Thanks for sharing your experience in this ticket and in #265.

Unfortunately, Forio no longer supports Julia Studio, although perhaps you may hear suggestions from others in the community.

As an aside, a good alternative is Juno -- you can download it at http://junolab.org/ .