X512
X512
> The "older C++ plugin" cannot be incorporated directly into Apache NetBeans due to license constraints Does it mean that license is proprietary/NDA or it is just incompatible with Apache...
> You should install a recent C/C++ LSP server such as clangd or ccls. It worked for me for default Makefile based projects, but not for Meson projects. Is it...
Was BGLRenderer a part of BeOS? I am not detailed of BeOS OpenGL Kit history. If so, does it mean that BeOS OpenGL drivers binaries works with Haiku gcc2? Anybody...
> Also I don't understand how these changes to the API really change anything in relation to 3D acceleration. Maybe I'm misssing something, but I don't think the way BGLView...
I added x86_64 and SSE support to my ElfDecoder (https://github.com/X547/OberonUtils/tree/master/PE%20Decoder). Disassembler is good enough to correctly handle various PE and ELF binaries. Tested on Windows and Haiku system executables and...
I attached output of my OcfDecoder2 for `Containers` module to give idea about vtable layout and used fixups. `DEADBEEF` means stub value for copy fixup, actual value is not known...
What should be present there? The same as in "Action" menu?
Just for interest: what operating system is used in this screenshot? It doesn't look like windows or X11/Wayland based *nix.
My SystemManager is largely inspired by [ProcessHacker](https://github.com/processhacker/processhacker). But instead of one application, separate applications are used for processes, services, sockets (not yet published).
> Like list of open files by a process. This feature is already implemented in [Handles](https://github.com/X547/HaikuUtils/tree/master/Handles) utility and it is planned to be moved in Handles tab of team window...