Re: Auto Popup Completion Window

2021-08-04 Thread Emilian Bold
I just tried this and I can't reproduce it. It I uncheck for HTML there's no auto popup window. The popup window does show up if I expressly press cmd+space and stays there until I close it with Escape or until I select some option. Maybe this is the odd behaviour you are annoyed by? It is odd:

Re: Auto Popup Completion Window

2021-08-04 Thread Emilian Bold
A few weeks back John (CCed) started another similar thread. --emi On Thu, Aug 5, 2021 at 9:24 AM Tom Rushworth wrote: > > Using Netbeans 12.4 on Windows 10. > > I do not want the Auto Popup Completion Window to pop up in HTML and PHP. > Other file types OK. > > I have checked the Auto Popup fo

Auto Popup Completion Window

2021-08-04 Thread Tom Rushworth
Using Netbeans 12.4 on Windows 10. I do not want the Auto Popup Completion Window to pop up in HTML and PHP. Other file types OK. I have checked the Auto Popup for All Languages and unchecked it for HTML and PHP.  This seems to have no effect on HTML.  If I type ul, I get a pop up with 6 var

Re: Java : HelloWorld

2021-08-04 Thread Nicholas
When I see this message below I want to see the command which which was issued.  Easiest way to do that is to use maven or javac directly from the console.  My two cents. Although, yes, a cursory search does indicate, as suggested: https://stackoverflow.com/q/58411279/4531180 which has nothin

Re: Java : HelloWorld

2021-08-04 Thread Klaus Martinschitz
Hello, Try this… https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has I remember that I had the same problem some month ago. As far as I can remember it is a Java problem. Regards, Klaus Carl Mosca schrieb am Do. 5. Aug. 2021

importing classes in custom templates

2021-08-04 Thread Greenberg, Gary
I have modified code templates for my NB12.4 installation and added couple of my custom templates. They are working as expected, however, after inserting the code is marked with error badges, because classes are not imported. I have to do a right-click on the badge and select "import classname".

Re: Java : HelloWorld

2021-08-04 Thread Carl Mosca
Not following the maven vs netbeans comment. I was referring to the fact that onedrive is referenced and I seem to recall strange behavior on such (google, etc) in the past but perhaps I dreamed it. On Wed, Aug 4, 2021 at 5:50 PM Geertjan Wielenga wrote: > Not NetBeans. Maven. Anything that work

Re: Java : HelloWorld

2021-08-04 Thread Geertjan Wielenga
Not NetBeans. Maven. Anything that works/does not work in Maven works/does not work in NetBeans. Gj On Wed, 4 Aug 2021 at 23:23, Scott Palmer wrote: > That’s the standard install location on Windows. If it doesn’t work with > NetBeans it would be broken for most people on Windows. > > Scott >

Re: Java : HelloWorld

2021-08-04 Thread Scott Palmer
That’s the standard install location on Windows. If it doesn’t work with NetBeans it would be broken for most people on Windows. Scott > On Aug 4, 2021, at 2:02 PM, Geertjan Wielenga > wrote: > > Maybe connected to installing in a dir with spaces, i.e., C:\Program > Files\Java\jdk-16.0.2\bi

Re: Java : HelloWorld

2021-08-04 Thread Geertjan Wielenga
Maybe connected to installing in a dir with spaces, i.e., C:\Program Files\Java\jdk-16.0.2\bin\java.exe Gj On Wed, Aug 4, 2021 at 6:41 PM Benjamin Neuman wrote: > Hey Peter, > That's an odd one. Is the C:\netbeans\java\maven\bin\mvn.cmd executable? > > On Sun, Aug 1, 2021 at 7:53 PM Peter Zimme

Re: Java : HelloWorld

2021-08-04 Thread Benjamin Neuman
Hey Peter, That's an odd one. Is the C:\netbeans\java\maven\bin\mvn.cmd executable? On Sun, Aug 1, 2021 at 7:53 PM Peter Zimmermann wrote: > Hi NetBeans users, > > Although I have significant programming experience I’m new to NetBeans > and Java and I’m having trouble getting the simplest “Hell

RE: GIT branch naming

2021-08-04 Thread Greenberg, Gary
Nope, no extra spaces. Checked it many times. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 -Original Message- From: Emilian Bold Sent: Wednesday, August 4, 2021 1:54 AM To: Greenberg, Gary Cc: NetBeans Mailing List Subjec

Adding new Action to maven project file

2021-08-04 Thread Benjamin Neuman
I would like to implement a module that will add a new Action to a maven project file. Specifically, this action would allow me to execute an integration test on the selected test file using the failsafe 'verify' maven command (e.g. faisafe:verify -it.test=SomeIT ) I'd like to piggy back on the exi

Re: GIT branch naming

2021-08-04 Thread Emilian Bold
I wonder if it's the extra space after "feature/"? --emi On Wed, Aug 4, 2021 at 2:38 AM Greenberg, Gary wrote: > > Our company policy require branches in the repository to contain department > ID and JIRA ticket number. > I.e. bugfix/DEPTID-JIRATICKET or feature/ DEPTID-JIRATICKET. > > Our stas