jejanim
jejanim
This still heavily affects readability. I am using coverage for js files and while I can change coverage highlighting for php projects in Netbeans color Settings (which does not seem...
What kind of plugins? I do use a lot of NetBeans plugins, yes. Oh you mean coverage plugins maybe? I set up testing with karma, jasmine and istanbul coverage for...
Of course. I tested this with phpUnit and Jasmine/Karma, but a php setup would be faster to set up I think. Please see here: https://netbeans.org/kb/docs/php/phpunit.html
Do you need further information / assistance on this?
Thanks for the reference, I will see what I can do.
I found a duplicate function that might be there to prevent breaking changes, not sure. Care to keep it? ```ts public hideAbility(abilId: number, flag: boolean) { BlzUnitHideAbility(this.handle, abilId, flag); }...