atom-julia-client icon indicating copy to clipboard operation
atom-julia-client copied to clipboard

Command for Expanding inline boxes

Open BeastyBlacksmith opened this issue 7 years ago • 5 comments

It would be beneficial for the workflow if one could expand the inline boxes via the keyboard. My suggestion is to make a Inline Results: Expand command and optionally have a default keybinding.

BeastyBlacksmith avatar Mar 28 '18 11:03 BeastyBlacksmith

I have a (stale) PR for something like this here -- might be worth to revive it.

pfitzseb avatar Mar 29 '18 11:03 pfitzseb

Btw, any suggestions for a good keybinding? :)

pfitzseb avatar Apr 04 '18 10:04 pfitzseb

IMO ALT/OPTION + E would be nice it is easy to remember and the ALT+T + ALT+E combo is handy. I don't know if it is already taken though. That PR looks very promising *-*

BeastyBlacksmith avatar Apr 04 '18 11:04 BeastyBlacksmith

@pfitzseb Could you tell me the current status for this issue/PR ? I think the codebase has changed so much that the PR seems better to be crafted from scratch.

If you could give me a tip about where to fix, I'm very welcome to dig into this 😃

aviatesk avatar May 24 '19 17:05 aviatesk

I think something like ctrl+TAB to both expand and contract if the cursor is on top of code that generated the floating result. Or, ctrl+j ctrl+i ("i" for inline).

phrmoy avatar Jun 06 '19 09:06 phrmoy