mbien commented on PR #5153: URL: https://github.com/apache/netbeans/pull/5153#issuecomment-1368103721
Hi @Atrament666, i tested this a bit (manjaro linux/cinnamon) and even though I see the cursor changing to the resize cursor, it very often doesn't resize. I have to try several times until something happens. I am also not sure if this is the right place for this functionality. Simply resizing the parent window as panel could be risky. Who knows where else it is embedded in. It might be better to create a resizable panel were the doc panel can be wrapped in - or something similar. Minimum size would also have to be maintained etc. The popup here which represents all types of editor popups: https://github.com/apache/netbeans/blob/542bf842396fb57faf7cd551f2568d6038869f86/ide/editor.completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java#L42 is resizing based on preferred size of it's content. So this would be another place which could potentially hold resize logic. good prototype but we will have to think about this a bit more. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
