flathub / org.codeblocks.codeblocks

https://flathub.org/apps/details/org.codeblocks.codeblocks
2 stars 2 forks source link

host development access #9

Open tinywrkb opened 3 years ago

tinywrkb commented 3 years ago

Currently, the IDE is set up for development with the installed Freedesktop Flatpak SDK and its SDK extensions (golang, rust, jdk, and etc).
Documentation should be added to explain how to configure host development access.
Maybe follow JetBrains' IDEs example?
Another option would be to integrate as project templates in the IDE and maybe in the IDE settings.

tinywrkb commented 2 years ago

I started looking into this, and it seems like that the best course of action for quickly solving this would be to supply a few wrappers, and toggle host access with an environment variable.
This will require limited code changes to codeblocks, mainly changing some default commands, but will need parsing arguments to at least one wrapper, which I'm not sure that this a good idea.
The alternative is to support host access in Codeblocks.

I'll try to address this in #21.