mbien commented on code in PR #8896:
URL: https://github.com/apache/netbeans/pull/8896#discussion_r2418389062


##########
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:
   done. Setting moved from global options to the search windows anyway.



-- 
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

Reply via email to