eirikbakke commented on code in PR #8319:
URL: https://github.com/apache/netbeans/pull/8319#discussion_r2094224027
##########
platform/openide.explorer/src/org/openide/explorer/view/TableQuickSearchSupport.java:
##########
@@ -152,14 +154,18 @@ public void quickSearchConfirmed() {
quickSearchInitialColumn = -1;
}
+ private static final boolean RESTORE_PRIOR_SELECTION_AFTER_QUICK_SEARCH =
false;
Review Comment:
Oh, sorry I left that in. I'll remove it...
(Yes, fancy way to comment out code, especially when I need to experiment
with different UI behaviors for a while before deciding what works or not. It
also survives later refactoring.)
--
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