code block is being dropped for 0.9 you can use makefiles wihich allows you to use any IDE that supports them, codeblocks among others, i'll put a guide soon on how to use it but mostly you need to:
- install msys2: https://msys2.github.io/
- from an msys2 terminal run the install_dependencies script in scripts/win_cb/
- copy the Makefile and config.make files from scripts/win_cb/template into your project
- add any addon you are using in an addons.make file
- type make in the msys terminal from the project directory to compile
you can take a look at any of the examples to see the specific format of the addons.make file