sid-srini commented on code in PR #7747:
URL: https://github.com/apache/netbeans/pull/7747#discussion_r1757033650
##########
ide/editor.settings/src/org/netbeans/api/editor/settings/SimpleValueNames.java:
##########
@@ -295,7 +295,7 @@ public final class SimpleValueNames {
public static final String COMPLETION_AUTO_POPUP =
"completion-auto-popup"; // NOI18N
/**
- * Whether the code completion query search will be case sensitive
+ * Whether the code completion query search will be case-sensitive
* Values: java.lang.Boolean
*/
public static final String COMPLETION_CASE_SENSITIVE =
"completion-case-sensitive"; // NOI18N
Review Comment:
I didn't quite understand this suggestion. I refrained from adding to
`SimpleValueNames` because the comment in `EditorPreferenceKeys` mentioned that
the latter is meant for *private* keys, while the former for *public*, *devel*
or *friend* keys.
I can move the key here if I misunderstood. Thanks.
--
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