Nexus6
Nexus6
I've just built CppSharp on MacOS 14.4 (Intel) and I get the exact same error. I have net8.0 installed so I forced the target framework with `./build.sh -configuration Release -platform...
Hello @tritao, I've managed to compile the project from Haiku itself using the Linux bindings and all tests passed except 4, which was a good result. I've also managed to...
Currently Genio loads a folder synchronously and the Haiku source may require some time. How much time passed before you gave up? There is a tentative branch to make this...
My personal stance on this is that if you need to customise a "bundled" template you would open it in Genio, customise it, open the user template folder and the...
Does the project path contain a space?
I've recently played a bit with Zeal, in my opinion it would be a better way to handle the Haiku offline documentation and the integration with Genio. A docset (the...
The only suspect line is USER: Genio: {T} Can't find path /Source/KeyCursor/preflet/KeyCursor Is there a file, folder or symlink with that name? I can't spot it in the zip file...
Genio now has an experimental support for scripting and extensions. The new version 3.0 will ship with a Python extension accessible via the new Tools menu. No context menu is...
Please refer to [this thread](https://discuss.haiku-os.org/t/docset-for-the-haiku-book/15015) to know more about Zeal and how to install the Haiku Book docset.
Maybe we can just check whether it's not an absolute path and assume the root is the working directory (this should already be the project's folder, I think)?