[jira] [Created] (NETBEANS-2138) Issues with new build with native gradle support

2019-02-18 Thread Peter Steele (JIRA)
Peter Steele created NETBEANS-2138:
--

 Summary: Issues with new build with native gradle support
 Key: NETBEANS-2138
 URL: https://issues.apache.org/jira/browse/NETBEANS-2138
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Reporter: Peter Steele


Here is a summary of the issues I have found

 
 * In the project navigator pane (the one with the tree in). If you don't have 
a main project selected the set main project right click item doesn't appear. 
But if you have one selected the set main project does appear. I would say it 
should always appear. You can set the main project from the main menu so that 
is ok.
 * if you right click in the projects view and do a clean and build. The 
outputs tab in the notiifcation is not loaded up. If it is already loaded up 
but the focus in the notification area is on the Search Results tab, for 
example, then again the focus is not changed to the output tab. If the output 
tab is open and in focus but there is another sub tab open (like a git commit 
window) then again the focus doesn't change to the output window.
 * 
In the current gradle plugin, in the license section of the project properties, 
there used to be a box to enter the organization, this has now dissapeared in 
the native gradle build? Where is the replacement box located? Why was it 
removed?
 
Previously I created a profile and just applied that profile to projects, now I 
need to select either a global license or use a gradle defined license.which is 
set using a netbeans.license property. The options for values here are to use 
absolute paths or short codes for the license I want to use. The question is 
what are these short codes? I tried some obvious examples for the license I 
want but it didn't work. Is there a list somewhere?

 
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2045) toString() code generation improvements

2019-02-01 Thread Peter Steele (JIRA)
Peter Steele created NETBEANS-2045:
--

 Summary: toString() code generation improvements
 Key: NETBEANS-2045
 URL: https://issues.apache.org/jira/browse/NETBEANS-2045
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Editor
Reporter: Peter Steele


# Use Arrays.toString() for arrays such as int[]
 # Use Arrays.deepToString() for nested arrays such as int[][]
 # Use either of the above for collections, such as ArrayList and 
ArrayList
 # Allow the user to select fields from super classes that are visible.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-743) Add a new option to the option screen to choose the scaling setting for hidpi monitors

2018-04-28 Thread Peter Steele (JIRA)
Peter Steele created NETBEANS-743:
-

 Summary: Add a new option to the option screen to choose the 
scaling setting for hidpi monitors
 Key: NETBEANS-743
 URL: https://issues.apache.org/jira/browse/NETBEANS-743
 Project: NetBeans
  Issue Type: Improvement
Reporter: Peter Steele


In java > 9 you can use

-J-Dsun.java2d.uiScale=2.5

To choose the scaling required. It would be good to have this as a changeable 
setting or alternatively to use the OS scaling value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-536) Error while trying to reformat a specific file

2018-03-28 Thread Peter Steele (JIRA)
Peter Steele created NETBEANS-536:
-

 Summary: Error while trying to reformat a specific file
 Key: NETBEANS-536
 URL: https://issues.apache.org/jira/browse/NETBEANS-536
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 9.0
Reporter: Peter Steele


Certain files that I have can't be reformatted using the reformat command while 
others can. The error I get is below


java.lang.NullPointerException
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitForLoop(Reformatter.java:2512)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitForLoop(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCForLoop.accept(JCTree.java:1144)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:1760)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.wrapStatement(Reformatter.java:4247)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.wrapStatement(Reformatter.java:4200)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitEnhancedForLoop(Reformatter.java:2542)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitEnhancedForLoop(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:1178)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:1760)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.wrapStatement(Reformatter.java:4247)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.wrapStatement(Reformatter.java:4200)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitEnhancedForLoop(Reformatter.java:2542)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitEnhancedForLoop(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:1178)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:1760)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitMethod(Reformatter.java:1333)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitMethod(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:904)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitClass(Reformatter.java:1026)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitClass(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:812)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:580)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCompilationUnit(Reformatter.java:627)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCompilationUnit(Reformatter.java:395)
 at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:593)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:56)
 at 
org.netbeans.modules.java.source.save.Reformatter$Pretty.reformat(Reformatter.java:512)
 at 
org.netbeans.modules.java.source.save.Reformatter.reformatImpl(Reformatter.java:226)
 at