Missing JavaDoc and failing "Go to Declaration" in Maven projects

2019-07-29 Thread Tobias Oelgarte
fails. (ThreadPool is a class from another library/module) Some way to fix this, or is this a known issue? -- Tobias Oelgarte Mail: tobias.oelga...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: Netbeans 11.1 and Xdebug

2019-08-21 Thread Tobias Oelgarte
Its working for me with Netbeans 11.1. Did you configure the IDE Key? PHP Config (xdebug.ini), Netbeans with default settings: zend_extension=xdebug.so xdebug.remote_enable=1 xdebug.remote_autostart=1 xdebug.remote_connect_back=1 xdebug.idekey="netbeans-xdebug" xdebug.show_local_vars=1 xdebug.ov

Re: Subscribe

2019-08-21 Thread Tobias Oelgarte
I have the same issue. It's now the second time that i get this bouncing message. Am 21.08.2019 um 06:11 schrieb Efrem Mc: Subscribe Not sure why it is bouncing smime.p7s Description: S/MIME Cryptographic Signature

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Tobias Oelgarte
Might be a problem with your Windows installation. Im running Netbeans 11.1 with JDK 11, 12, 14 (EA) without any performance issues on Windows 7 x64. Maybe you installed Netbeans on an HDD instead of an SSD? Tobias Oelgarte Mail: tobias.oelga...@gmail.com On 23.08.19 17:24, Haunted2 wrote

Re: Can't set the debug flag in NB11.1-PHP

2019-08-29 Thread Tobias Oelgarte
This happend to me as well. I got it working by using the right click to get the context-menu from the line number and selecting "Breakpoint" > "Toggle Linebreakpoint" and/or by opening the "Breakpoints" Window (Window > Debugging > Breakpoints). Once the first breakpoint is set, i can use the