Search code examples
cssjulialighttable

Increase size of console window in LightTable (Juno)


I'd like to increase the size of the console window in LightTable (I'm using the Juno plugin for Julia).

I've searched around for a relevant command for the User-behaviour file but haven't found anything. Perhaps I need to edit the theme/skin css file? If so, any pointers as to what field I should be editing?

Note 1: I've tried looking through the Ctrl+Space menu but didn't find anything there.

Note 2: I'm aware I can get the console window full screen as a separate tab. This is not what I'm after.

Note 3: Since at least one commenter has misinterpreted the question, I thought I should emphasize here that I'm not trying to change font settings. It is the size of the console window itself, ie the bit that gets printed to using something like println("I get displayed in the console") that I am trying to increase.


Solution

  • If I've understood you correctly, you do that with just your mouse. There's kind of a dead-zone between where the code editor stops and the console output starts. If you slowly move your cursor through that deadzone going towards the bottom of the screen, it will change and allow you to click-and-drag to resize the console. The bar to click on is basically hidden, so I understand the confusion.

    I couldn't get my mouse to be captured correctly in the screenshot, but it's approximately where the cursor seems to be in my attached screenshot

    https://i.sstatic.net/tGlYu.png