Re: GenAI for Netbeans

2023-12-21 Thread Malcolm Fitzgerald
I've seen it in action in PHPStorm. It watches your typing and makes suggestions. It makes good suggestions and goes as far as building out supporting functions. What's more, it's functional. Malcolm On 21 Dec 2023, at 20:19, Oliver Rettig wrote: > Hi, > Is there any concrete idea how the

Re: Slack?

2023-12-02 Thread Malcolm Fitzgerald
hmb...@gmail.com> ohmb...@gmail.com From: Malcolm Fitzgerald Sent: 2 December, 2023 14:14 To: ohmb...@gmail.com Cc: users@netbeans.apache.org Subject: Re: Slack? The web server is not built into netbeans. Netbeans expects you to use a web server running locally, ie, your own apache or

Re: Slack?

2023-12-02 Thread Malcolm Fitzgerald
The web server is not built into netbeans. Netbeans expects you to use a web server running locally, ie, your own apache or nginx. Otherwise you can use PHP's built-in webserver, the one you get by passing the -S option to php via the command line? If you are you have been using WAMP then

Re: Highlighting color in debug session

2023-09-07 Thread Malcolm Fitzgerald
Preferences -> Fonts & Colours -> Annotations On 7 Sep 2023, at 22:15, Alexander Kronenwett wrote: > Hi, > I am using NB18 on MacOS. When I set a breakpoint the respective line is > highlighted with a very dark red (or brown). When the line is hit, it is > highlighted with a very dark green. I

Re: Presentation and question about Local history

2023-06-28 Thread Malcolm Fitzgerald
If you ever want to turn that menu bar off again use View->Show Editor Toolbar. It will toggle the display of the menu. Malcolm On 29 Jun 2023, at 0:14, David Baldo wrote: Hi again Michel, I tried to have a fresh install of nb17, and the toolbar magically appeared again. I never see

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Malcolm Fitzgerald
Has anyone picked up on Emilian's idea and checked the settings for Full Disk Access and for Files and Folders in System Preferences -> Security and Privacy -> Privacy? There may be a terminal icon labelled "java" that is waiting to be checked. Malcolm Tim Mullé wrote on 14/01/22 8:44

Vote for AI powered code-completions

2021-10-26 Thread Malcolm Fitzgerald
Kite adds AI powered code completions to your code editor, but it doesn't support Netbeans yet. You can express your interest in having support for your-favourite-language in Netbeans at https://www.kite.com/letmeknow/ Malcolm

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-05-30 Thread Malcolm Fitzgerald
Congratulations to all the people who have worked to make this release. I want to let you know how much I appreciate the work that you are doing. thanks for producing great software, Malcolm On 29/05/21 9:32 pm, Geertjan Wielenga wrote: Hi all, The Apache NetBeans team is pleased to

Advanced settings for Run config of PHP Projects

2021-05-01 Thread Malcolm Fitzgerald
I have my PHP debug port set to 9001 in NetBeans and that works well. However, I have some projects that are managed by Local.app, which is a tool that sets up a run environment for WordPress web sites. By default, Local.app configures xdebug to run on port 9000. To debug these projects I have

Shell Syntax Highlighting

2021-04-29 Thread Malcolm Fitzgerald
I'm editing a shell script and I'd like to get a bit of syntax colour. I can't see anything in preferences so I went online. The first hit looked good. That article pointed to a plugin that was listed in official NetBeans plugins: http://plugins.netbeans.org/plugin/68049/nbshell.

Re: opening a file with netbeans via command-line in macOS?

2021-04-29 Thread Malcolm Fitzgerald
It would be great to be able to double-click a file in the finder and have it open in NetBeans too. Malcolm On 30/04/21 2:32 pm, Thomas Wolf wrote: I’m running 12.3 on Java 14 and I want to open a file in NB from the commandline and have it highlight a given line.  If NB is not currently

Pop-up Selectors Do not disappear

2021-04-14 Thread Malcolm Fitzgerald
Occasionally a pop-up selector will appear and decide to stay. In the current case, it was the Go to Declaration popup that is sticking around. It took me to the declaration but did not close and now it sits above every other application window and generally gets in the way. Is there any way

Re: PHP Debugger in v12.3 does not stop at first line

2021-03-11 Thread Malcolm Fitzgerald
, Malcolm Fitzgerald wrote: In my first attempt to do some PHP debugging in v12.3 and I've struck a problem. Are there changes to our settings required for this version? The project was written using v12.2 and I have been running that with Xdebug v2.7.0. In the earlier version everything works

PHP Debugger in v12.3 does not stop at first line

2021-03-11 Thread Malcolm Fitzgerald
In my first attempt to do some PHP debugging in v12.3 and I've struck a problem. Are there changes to our settings required for this version? The project was written using v12.2 and I have been running that with Xdebug v2.7.0. In the earlier version everything works as expected. Running

Thanks for v12.3

2021-03-11 Thread Malcolm Fitzgerald
Thanks to everyone who has worked so hard to bring version 12.3 to life. I'm running on Mac and it looks great. Editing actions are quick and responsive. In earlier versions the GUI was slower, now it feels like the response to actions are immediate. I look forward to using it a lot more,

Re: Installing PHP Plugins on v12.2 and higher

2021-03-09 Thread Malcolm Fitzgerald
you update your plugins for 12.2 and 12.3? Your users need you. :-) Gj On Tue, Mar 9, 2021 at 9:37 PM Malcolm Fitzgerald wrote: Both plugins are the work of Junichi11. Thank you for your work Junichi11. Malcolm On 9/03/21 8:22 pm, Geertjan Wielenga wrote: So the author/s of those plugins

Re: Installing PHP Plugins on v12.2 and higher

2021-03-08 Thread Malcolm Fitzgerald
/03/21 6:47 am, Geertjan Wielenga wrote: Too late for that. Sounds like you may not have enabled PHP in 12.2 and 12.3 yet. Gj On Mon, Mar 8, 2021 at 6:42 PM Malcolm Fitzgerald mailto:malc...@notyourhomework.net>> wrote: The plugins PHP Enhancements and WordPress/CMS were bot

Installing PHP Plugins on v12.2 and higher

2021-03-08 Thread Malcolm Fitzgerald
The plugins PHP Enhancements and WordPress/CMS were both able to be installed on NetBeans v12.1. v12.2 tries to install them but fails and logs the issues ( see below ) v12.3 (mac osx build) provides a polite warning: Some plugins require plugin PHP Editor to be installed. The

Activating the Wordpress Plugin

2021-02-01 Thread Malcolm Fitzgerald
I'm using Netbeans 12.2 and I'd like to install the WordPress plugin. When I try to activate it I'm warned that it needs  the PHP Editor plugin. Is there something that I can do to get this plugin active? Malcolm - To

PHP WordPress module missing on update to 12.2

2020-12-07 Thread Malcolm Fitzgerald
Fantastic work. Congratulations and thank you all for the effort you have contributed to the community. I downloaded the Mac DMG and installed from the disk image. My application is reporting as Apache NetBeans IDE 12.2-beta1. I was prompted to update a number of plugins and while that was

Re: How to reset/remove the stored Git password?

2020-12-03 Thread Malcolm Fitzgerald
Then it's probably not about NetBeans but about the system keychain. Which OS are you working on? Malcolm On 3/12/20 9:04 pm, Thomas Kellerer wrote: No, it's not about Git. It's about NetBeans (allegedly) storing the password somewhere. Lisa Ruby schrieb am 03.12.2020 um 08:10: Wish I

Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Malcolm Fitzgerald
If you already have a copy of netbeans installed you can easily use the latest code without waiting for a MacOS bundle to be prepared. * Download 12.0 beta 5 * Extract it * Duplicate your existing Netbeans and rename it. * Control click the new Netbeans copy and select "Show Package

Re: How to Alt + Enter on mac?

2020-04-22 Thread Malcolm Fitzgerald
These keys are modifiable in Systems Preferences, so if you're using a keyboard that hasn't been manufactured for Apple, you can tell another key, e.g., the Windows key, to be the ALT key. Malcolm Peter Ford wrote on 23/04/20 1:27 AM: On a Mac keyboard option-enter is the magic you need: on

PHP xdebug loops through the code twice. Why?

2020-03-02 Thread Malcolm Fitzgerald
I'm debugging PHP on a Mac. PHP Version 7.2.21 Xdebug v2.7.2 Product Version: Apache NetBeans IDE 11.3-beta2 Java: 10.0.2; OpenJDK 64-Bit Server VM 10.0.2+13 Runtime: OpenJDK Runtime Environment 10.0.2+13 System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NZ (nb) When I debug

MacBook Pro Touchbar

2019-11-23 Thread Malcolm Fitzgerald
Has anyone using Netbeans with Touch Bar MacBooks figured out how to include Netbeans in the list of apps at: System Preferences -> Keyboard -> Shortcuts -> Function Keys I have NetBeans installed from the DMG as Apache NetBeans 11.2.app. That application name has been added to the list

PHP Debug woes

2019-10-27 Thread Malcolm Fitzgerald
I'm wondering if anyone else using NetBeans for PHP development can help me solve an issue that is making me tear my hair out. I have a number of different projects running simultaneously. My typical run setup is to use the PHP built-in server on port 8080. I'm running Netbeans 11.1 on a Mac

Re: Netbeans app. package on Mac OSX "Application incomplete or damaged"

2019-10-16 Thread Malcolm Fitzgerald
The app's Contents folder doesn't contain some things typically found inside the package contents of a Mac app such as: _CodeSignature folder, Info.plist, MacOS folder, or PkgInfo file. Malcolm > On 17/10/2019, at 10:17 AM, Jerome Lelasseux > wrote: > > Hello, > > I work on Win 10

Re: The last straw

2019-09-28 Thread Malcolm Fitzgerald
Alan, NetBeans v11 is an excellent IDE for PHP development. I use it everyday for that purpose. Malcolm > On 29/09/2019, at 4:05 AM, Alan Cameron > wrote: > > Hi All, > > Walter Oney’s email is the last straw for me. > > I had been a user of NetBeans 8.2 , using it for self-training

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-15 Thread Malcolm Fitzgerald
The wordpress domain is a public, publishing platform. Joomla users are welcome too :-) The more important issue is that the web page is talking about the /var/db folder on Mac OS X and you're running Kubuntu. malcolm > On 16/07/2019, at 10:37 AM, Charles Brockman wrote: > > On 7/15/19 3:22

Project within Project Config mess

2019-03-11 Thread Malcolm Fitzgerald
Hi, Beginner's error. I've defined a php project based on existing sources and everything is happy. Then I defined a second project based on existing sources. However, the first project source folder is within the second project source folder. Whoops - I thought those files where in a

Packaging Netbeans as a Mac app

2019-01-17 Thread Malcolm Fitzgerald
I'm running NB10 on mac, which is great, thank you everyone for a terrific IDE. I use it for PHP coding. At present I use a bash alias to fire up netbeans which works perfectly well. However, I am interested in packaging it as a native mac app. I'm assuming that I need to start with the