Use Standard Layout - yes, it was enabled. I disabled it but still, it doesn’t help much. Now all the tabs are gobbled into the main view (the side panel is removed on restart)
My Atom.jl is at version 0.6.6 But it does not get updated. I need to mention that this install was originally a JuliaPro configuration – but I unpinned the JuliaPro packages and updated them and Atom. So presumably some other Julia package is holding Atom.jl back?
Maybe the JuliaPro legacy messes things up somehow. I’ll try with a clean install. Although I preferred having the Julia IDE separated from my default Atom which I use for other languages.
I had the same layout problem, with Atom 0.6.10.
The “Use Standard Layout” option is not there, but the issue was fixed by disabling the “First Boot” option. Presumably, according to that option’s name, it was supposed to be disabled automatically somehow after the first boot?
Yeah. Turns out I forgot to tag a new release after fixing that bug… my bad. The layout troubles should definitely be fixed with julia-client 0.6.10 (and Atom.jl 0.6.11), but be sure to check your settings if you’re upgrading from an old install – there’s been a few changes there.
After updating to the latest version of Julia Client / Ink, Atom has become unresponsive. That is, the menus still work, but the editing window is unresponsive and just ‘gray’:
Haven’t used Juno for a little while and just updated all packages (including juno) today. All of sudden, it hangs when run any code with shift+enter in the editor. REPL works as normal. Restarted a few times but no change. Any clue?
What I did is to start debugging by stepping into a function first and once inside the function immediately click the first debugging button, i.e. finishing this function. I expected the debugging would cease and the REPL returns to Juliia. But it hangs with the green debug prompt and the only way I know to bail out is to click the square button for stop Julia.