Startup

2024-12-21 Thread Admin @ Goodun
Starting NB always has the terminal window fixed open for me, despite it being closed when I shut NB down. I can't find startup options anywhere, nor is there anything in the terminal options tab about it that I can see. This is NB 24 (thanks to Snap) but was the case in 23 too. I don't think it

Re: NeBeans, Snap, & phpUnit

2024-05-11 Thread Admin @ Goodun
Hombergh wrote: > > maybe not overthinking. > You should connect/ phpunit to the project, not to netbeans, for > instance by using php compose which is a kind of package manager. > > met vriendelijke groet > Pieter van den Hombergh > > Op vr 10 mei 2024 16:11 schreef

NeBeans, Snap, & phpUnit

2024-05-10 Thread Admin @ Goodun
Running NetBeans on Fedora under Snap seems ok. However, I now want to add unit testing to my NetBeans project. I have phpUnit installed in Fedora, but how do I link it to NetBeans, or am I just over-thinking this? TIA Mark - To

Re: Variable display in debugger

2024-01-11 Thread Admin @ Goodun
On Thu, 2024-01-11 at 14:28 +, John Barrow wrote: > You deduced correctly that it would mean introducing a debug line to > publish the Object at that time if you are debugging within one of > their methods, although if you are doing that you must have a > compilable source.  Yes, I've got the

Re: Variable display in debugger

2024-01-11 Thread Admin @ Goodun
Hi John, On Tue, 2024-01-09 at 17:00 +, John wrote: > Hi, >   > Firstly, I believe the etiquette is to always use “Reply All” so that > the rest of the group is aware of the thread progression. Sorry about that. My mail agent (Evolution) didn't recognise your message as coming from a mail li

Variable display in debugger

2024-01-09 Thread Admin @ Goodun
Can I get a view of an entire array while debugging php? I have an array of arrays, which means I have to drill down into each sub-array to actually see data. This is a problem in my large array (it has over 200 sub-arrays). So, is there a way to display, or cause to be displayed, such an array

Re: Scroll wheel resizing font

2023-09-13 Thread Admin @ Goodun
Ahah! So it is, thank you! I looked for "wheel" there but it didn't find it. Mark > On Wed, 13 Sept 2023 at 14:46, Admin @ Goodun > wrote: > > > > How do I turn this off? > > > > I've had a look in all the settings I can find and nothing

Scroll wheel resizing font

2023-09-13 Thread Admin @ Goodun
How do I turn this off? I've had a look in all the settings I can find and nothing seems to relate. TIA Mark Product Version: Apache NetBeans IDE 19 Java: 17.0.8; OpenJDK 64-Bit Server VM 17.0.8+7 Runtime: OpenJDK Runtime Environment 17.0.8+7 System: Linux version 6.4.14-200.fc38.x86_64 running o

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Admin @ Goodun
Thank you one and all. I can see what's going on now. Great as it is, I can see the Snap version introduces some extra challenges. Thanks again Mark - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

"NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Admin @ Goodun
This message has just appeared for me in NB 18.0. This would be useful if I could find any other reference telling me what "NetBeans 76" is. If it's my current version then I know what to do with the link offering to remove large amounts of files. If it's not my current I similarly know what to

Wrong message on "pushing upstream"

2023-03-27 Thread Admin @ Goodun
Every time I push a (non master?) git branch to my remote repo (on GitLab in this case) it tells me it's about to create a branch on the remote, even though the branch exists on the remote, and is even listed in the remote section of the repo browser. Sounds like a bug to me, or have I missed some

Re: Git branch display

2023-03-26 Thread Admin @ Goodun
Ouch! You're right (again 8-) ). An attack of tunnel vision led me to only look at the packagedbuilds directory, where the latest is 1.0.2, rather than the (more sensible) "Releases" button. Thank you. On Sun, 2023-03-26 at 12:32 +0200, Thomas Kellerer wrote: > It should have been enough to dow

Re: Git branch display

2023-03-26 Thread Admin @ Goodun
else clone this and get it into the Apache portals (I don't know java very well and have too many other projects on the go 8-( )? Mark On Sat, 2023-03-25 at 20:14 +0100, Thomas Kellerer wrote: > You need to download the nbm from the Github repository and install > it manually

Re: Git branch display

2023-03-25 Thread Admin @ Goodun
github page doesn't work. Mark On Sat, 2023-03-25 at 18:42 +0100, Thomas Kellerer wrote: > Admin @ Goodun schrieb am 25.03.2023 um 18:13: > > Is there a way of getting NetBeans to (always) display the git > > branch I > > currently am switched to? > > I am using

Git branch display

2023-03-25 Thread Admin @ Goodun
Is there a way of getting NetBeans to (always) display the git branch I currently am switched to? Mark (v17) - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apa

Re: Problem adding an image to a label icon...

2023-03-09 Thread Admin Netcrystals
I think the location to your image is incorrect.Where do you store your image and what is the url pattern?Do you use Matisse builder to add the image to the label or do you do it programmatically? Netcrystals  Von: Dwayne Murphy Gesendet: Freitag, März 10, 20

Re: Namespace for a php project?

2023-03-07 Thread Admin @ Goodun
Unfortunately this seems to be a "session" solution. Closing NB then re-opening it loses the namespace. Why was this removed from the project property dialogue? On Mon, 2023-03-06 at 12:03 +0000, Admin @ Goodun wrote: > Now, having once manually entered a namespace in a new

Re: Namespace for a php project?

2023-03-06 Thread Admin @ Goodun
OOo, that's where all that text comes from! Something new every day, eh? While I think that would work, that's a hard coded solution. The existing template(s) seem to be picking up a variable that holds a list of namespaces, or is it just a string? Now, having once manually entered a name

Namespace for a php project?

2023-03-06 Thread Admin @ Goodun
Can I set default namespace(s) for a php project? A search suggests that it should be on the project properties "sources" page, but it isn't (NB 17). Has it been moved? I haven't been able to find it. Has it been removed? If so, why. And if so, why is there still a, now redundant, dropdown fo

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Admin Netcrystals
, Admin Netcrystals wrote: > I have got a question regarding modules in Rich Client Platform. > > I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C. > > Now, I program a Netbeans program having two N

A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Admin Netcrystals
Hello,I have got a question regarding modules in Rich Client Platform.I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C.Now, I program a Netbeans program having two Netbeans Modules, lets

Re: Can't create test for class

2023-01-08 Thread Admin Netcrystals
I also had strange problems with JUnit in Netbeans.I figured out t/ following…There seem to be multiple JUnit versions. In Netbeans I think you can choose between JUnit 3 and Junit 4 (or Junit 4 and Junit 5 I cant remember exactly). The older one, version Junit 3 has got v

Embedded Language Question

2023-01-08 Thread Admin Netcrystals
Hi,I have got a question regarding the embedded language support of Netbeans.If I write my own grammer/dsl with JavaCC and my language contains a specific tag that marks the beginning and ending of an embedded language, lets say Java, does Netbeans automatically take Lexer

Netbeans only Java 1.8 or less?

2023-01-04 Thread Admin Netcrystals
Is it correct that java classes and modules used for building a Rich Client Netbeans Platform App should have no Jave Source Format larger than 1.8? Can I use module-info.java JigSaw features and pack those files to an nbm module?Thanks.  Netcrystals --

Old Problem - Pack200 - Compiling Netbeans Platform

2023-01-03 Thread admin
Hello, this may be an old problem and I already tried to find a solution in the internet but couldn't find a usefull hint. After years I decided to continue my Netbeans project. In the meantime, the Pack200 Program from java.util seems to have been removed from the new JDKS. Failed to exe

Access previous version

2022-09-09 Thread Admin @ Goodun
NB 15 has installed itself automatically. How do I access NB14? Why do I ask? 14 opened a new browser window when debugging a php website, 15 doesn't and I don't seem to be able to make it do so. That instance of FF seems to have different settings for a plugin (Rested). I'm trying to retrieve

Re: NetBeans 8 app flickering/uncontrolled window movement on Alienware Dell - anyone seen this ?

2021-05-07 Thread Admin @ Goodun
On Fri, 2021-05-07 at 07:26 -0500, bruehlicke wrote: > Bummer, still happens with jdk 11. It is the entire outer window > which jumps and leaves droppings/copies of itself when fx moving > mouse accross  I start wondering if there is a problem with the > laptop. On the other hand it only happens wi

Re: NB doesn't want to update

2020-11-03 Thread Admin @ Goodun
> Thanks. I'd assumed that the 'check for updates' would look for new > versions. It looks like I have to get the latest (12.1 I think) > version by hand. There was a long and, at times, heated debate about this here just recently. Apparently TBTP like it the way it is. Personally I'm with you o

Re: Cannot find usages in NB 12.0.

2020-10-02 Thread Admin @ Goodun
Surely, to "cross thread" perhaps against normal practice, the argument that was presented in the "12.1?" thread ("it's not an update, it's a feature release") doesn't stand up when the suggestion for fixing a bug in an LTS release ("extensively tested") is "can you reproduce it in the non-LTS vers

Re: 12.1 ?

2020-09-29 Thread Admin @ Goodun
ox? > > > > Scott > > > > > > > On Sep 29, 2020, at 9:20 AM, Geertjan Wielenga < > > > geert...@apache.org> wrote: > > > > > > > > > 12.1 is not an update, it is a feature release. Can you look at > > > the net

Re: 12.1 ?

2020-09-29 Thread Admin @ Goodun
of updates isn't mentioned anywhere I've seen. Joomla handles this by having different update channels for different types of updates. Is this not a mechanism that Apache has? Thanks again Mark On Tue, 2020-09-29 at 11:49 +0100, Neil C Smith wrote: > > > On Tue, 29 Se

12.1 ?

2020-09-29 Thread Admin @ Goodun
Apparently 12.1 is out, for nearly a month now, but my 12.0 installation doesn't tell me so, and when I use the search for updates function it tells me there are none. Is this expected behaviour? How am I to get 12.1? I've looked for options that might explain this but don't see anything.