tmysik commented on a change in pull request #2691:
URL: https://github.com/apache/netbeans/pull/2691#discussion_r559888157
##########
File path:
php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java
##########
@@ -418,7 +418,7 @@ public void invoke() {
Preferences preferences = null;
Project project = FileOwnerQuery.getOwner(fo);
if (project != null) {
- preferences = ProjectUtils.getPreferences(project,
CGSGenerator.class, false);
+ preferences = ProjectUtils.getPreferences(project,
CGSGenerator.class, true);
Review comment:
Trying to remember why it is done so... no idea.
----------------------------------------------------------------
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.
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