DevoxxGenieIDEAPlugin icon indicating copy to clipboard operation
DevoxxGenieIDEAPlugin copied to clipboard

[FEATURE] Support horizontal scrolling of code examples within prompt

Open stephanj opened this issue 1 year ago • 2 comments

Currently we need to make the window bigger to see the right side of the code examples. We could just introduce a CSS text-wrap instead.

stephanj avatar Sep 01 '24 07:09 stephanj

Just got this problem as well and the Devoxx Genie window -- at least for RustRover -- does not contain a horizontal scrollbar: image

If you have a starting point on how to introduce this "feature", I might be able to take a look myself :)

juv avatar Dec 30 '24 22:12 juv

The main logic for the response output is located in PromptOutputPanel.java

src/main/java/com/devoxx/genie/ui/panel/PromptOutputPanel.java

stephanj avatar Jan 28 '25 09:01 stephanj