Questions about idea consoleview
已回答
I created a log query plug-in using the IntelliJ IDEA consoleview component. Pressing ctrl+f on the page will open the search box of idea by default, but it cannot always be displayed at the top. When the scroll wheel scrolls down, the search box goes to the top , cannot be displayed at the top of the current display page, how to solve this problem. My IntelliJ IDEA version number is 202.6948.69, Community Edition
I created consoleview through consoleviewimpl, and used JBScrollPane as the scrolling component, and consoleview as the ViewPort of JBScrollPane
请先登录再写评论。
Hi,
Could you please share the screenshot of the actual behavior and describe the expected? Does it happen in 2023.1?
Please also provide the implementation.