mbien commented on code in PR #8896:
URL: https://github.com/apache/netbeans/pull/8896#discussion_r2417471344
##########
ide/jumpto/src/org/netbeans/modules/jumpto/settings/GoToSettings.java:
##########
@@ -235,7 +235,7 @@ void setSortingType(@NonNull final SortingType type) {
}
public boolean isSortingPreferOpenProjects() {
- return getSortingNode().getBoolean(KEY_SORTING_PRJ, true);
+ return getSortingNode().getBoolean(KEY_SORTING_PRJ, false);
Review Comment:
just a thought: we could also use this opportunity to fix the typo in the
key, this would have the effect that the setting will be reset on NB upgrade.
Which might be desirable too.
--
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