Re: php development

2020-07-09 Thread Juan Algaba
> I don't know if this is intentional, or still in progress or ... You're right, php.html has more info and more recent commits than php/index.html https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/kb/docs/php.asciidoc https://github.com/apache/netbeans-website/

Re: php development

2020-07-09 Thread Ernie Rael
Perfect, many thanks. (and lots to go through) It's probably worth noting that the main page, https://netbeans.apache.org, has a pointer for PHP that goes to https://netbeans.apache.org/kb/docs/php/index.html where there is far less information. I don't know if this is intentional, or still in

Restarting a Debug Session

2020-07-09 Thread slipbits
NB12 I can't seem to restart a (java) debug session in NB12. Restart is greyed out in the pop-up and the menu bar. Is there anything that I can do to restart after a debug session starts? - To unsubscribe, e-mail: users-unsu

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-09 Thread Emilian Bold
I wonder if there's statistics on how many people are using this feature. It sometimes feels like more of a demo on how NetBeans Module System supports OSGi bundles than an user-facing solution... --emi On Thu, Jul 9, 2020 at 1:18 PM Bilu wrote: > Indeed there is some setters(TaskDueDate, Task

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-09 Thread Bilu
Indeed there is some setters(TaskDueDate, TaskEstimateDate, ScheduleDate) but it is not enough The thing is, that method creates a new Task with a default Summary: "New Local Task" and automatically open it in the IDE, that's not what i want What i want is to create the task in background with mi