Fons van der Plas
Fons van der Plas
My concern with double clicking is that it already has a function in selection (select the whole word). I think that the feature suggestion makes sense from a purely IDE...
(Since this is a bug in our highlighting extension, not the expression explorer, you need to also define `i = 123` in another cell to reproduce.)
Maybe this is impossible, because it needs to traverse backwards?
Can you make a video recording? Do you have access to Pluto's logs? You can run Pluto with ```julia import Pluto; ENV["JULIA_DEBUG"] = Pluto; Pluto.run() ``` to get internal logs.
My code snippet above just tells Pluto to show even more log messages, they still show up in the default place ("terminal where you launched Pluto"), so it depends on...
This might be a bug in Pkg, maybe related to us passing in a custom `IO` to capture Pkg terminal output... Well found @BioTurboNick ! I noticed the `> pluto.log`...
anywhere on the page `http://localhost:1234/`
It creates a notebook with 0 cells
More useful example, you can't do this: ```julia @async run(`$(Deno_jll.deno()) run --allow-read --allow-net https://deno.land/[email protected]/http/file_server.ts --port 9052`) ```