troizet commented on code in PR #7694: URL: https://github.com/apache/netbeans/pull/7694#discussion_r1734960683
########## ide/refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/RefactoringPanel.java: ########## @@ -418,8 +434,11 @@ private JButton[] getButtons() { private static final byte LOGICAL = 0; private static final byte PHYSICAL = 1; private static final byte GRAPHICAL = 2; - + + private static final boolean PREVIEW = false; Review Comment: Made `true` by default. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists