Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Plugin for a Programming Language
dmoore:
--- Quote from: igorevc on January 27, 2009, 07:24:14 pm ---On the project part, I'll need a file container and to verify errors.
--- End quote ---
one way to proceed would be for your projects to offer two targets (or two sets of targets): one for the actual program, and one for its tests. users could then select which target they want to run. the problem with this is that C::B targets can't at this time be set up to pass their output to a plugin for further processing. the other problem is that if you use the project system in this way, C::B will expect you to choose a compiler for the project (or use an existing compiler) and present a bunch of unwanted and confusing compiler options to your users.
igorevc:
I could just verify errors during the build. It would be easier, don't you think?
Thank you for your attention.
dmoore:
--- Quote from: igorevc on January 27, 2009, 10:22:47 pm ---I could just verify errors during the build. It would be easier, don't you think?
Thank you for your attention.
--- End quote ---
ok, so you would use compile to run the tests. I suppose that would work. Try playing around with the compiler toolchain to get this working...
igorevc:
"compiler toolchain"?
I'm a bit confused. Explain better.
Once again, thank you for your attention.
igorevc:
I made a research on Code::Blocks Plugin Development and I found what I was looking for:
http://wiki.codeblocks.org/index.php?title=Creating_a_plugin_that_actually_does_something
But the tutorial is incomplete. Is there an updated (and completed) version of the tutorial?
Thank you for your attention.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version