donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Isn't there a way to put the live coding screen to the left in Intellij? #485

Closed qkrtkdwns3410 closed 1 year ago

qkrtkdwns3410 commented 1 year ago

I couldn't find your email address, so I put it on the issue.

donkirkby commented 1 year ago

I've never thought of that as an option. Is there a reason that would be better?

If anyone wants to work on it, the window layout is handled here.

qkrtkdwns3410 commented 1 year ago

Since the video of my sub-monitor lecture is located on the right side, it is convenient to put the live coding screen on the left side to relax the eyes of the screen. I hope it is provided as a separate option. I have never contributed to the plug-in, so I cannot add a separate option. Can I change the left and right sides of the plug-in screen separately and use it separately?

qkrtkdwns3410 commented 1 year ago

just add splitter.swapComponents(); final JPanel result = new JPanel(new BorderLayout()); splitter.swapComponents(); result.add(splitter, BorderLayout.CENTER); adjustEditorsVisibility();

show live screen left .. i just wanna add swap function but i could not..