Michael Bien

Results 600 comments of Michael Bien

what might be possible is to add an option to auto-pin terminals which are opened via right click -> open terminal action, since those were initialized with a non-standard path....

> What I meant is: Assuming, that the new feature is active. I open three terminals, one in "/home/demo/test", one in "/home/demo/test/target" and one in "/usr/local/". I shut down NetBeans,...

> Note that "Open in Terminal" only exists for project nodes any folder can be opened, the actions move into the `Tools` sub-menu of the context menu. There is no...

> then exiting NetBeans and restarting NetBeans, NetBeans automatically recreates the terminal window, i just realized that I open terminals all the time without closing them and NB does only...

can't reproduce it. The last time I found a reference to this exception was in a NB 19 log file. Probably a sporadic failure and/or lombok related

> Does that help in any way? Yes! Thanks for investigating and posting your results. Interesting that the "unspecified" category of the manual config import is causing this. I might...

> Should the default completion popup delay be reduced to 0 upstream? IMO: not by default. Since setting delays to 0 is not without side effects. It can even get...

I only took a quick look at this yesterday but the API seemed to be only exported to https://github.com/apache/netbeans/blob/7216834b1fab41232665b9e32c2b862b658c860e/ide/docker.api/nbproject/project.xml#L130-L133 so its essentially internal since I don't think it can leak...

we could deprecate `DockerImage.getVirtualSize` and add a comment that it will return `getSize` after docker v1.43? it isn't used anywhere: https://github.com/search?q=repo%3Aapache%2Fnetbeans%20getVirtualSize&type=code I would be also ok with removal and spec...