Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Hope that wxPython,wxErlang and so on can be support
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Hope that wxPython,wxErlang and so on can be support (Read 5550 times)
lawme
Single posting newcomer
Posts: 4
Hope that wxPython,wxErlang and so on can be support
«
on:
May 23, 2009, 02:27:44 am »
Code::Blocks is a great IDE tool I have ever seen. I like it very much.
And I hope that if it can support wxPython,wxErlang and so on, it will be much better.
Or this function can be implemented by plugins, as Eclipse doing so.
Logged
stahta01
Lives here!
Posts: 7789
Re: Hope that wxPython,wxErlang and so on can be support
«
Reply #1 on:
May 23, 2009, 03:28:10 am »
Someone has worked on an Python Plugin; but, Code::Blocks is primary an IDE for C/C++ and closely related Languages. You might be better off to use a different IDE for wxErlang and wxPython.
Edit: Added Link to Python Plugin
http://developer.berlios.de/projects/cbilplugin/
Note: Code::Blocks is an Plugin based IDE so it is possible to write an wxErlang plugin; but, I have no idea on how hard it would be to do that.
For wxPython I suggest looking at wxGlade; I have not used it myself but it might be easier to add wxErlang to it.
Edit: Just found this link
http://erlang.org/doc/man/erlc.html
erlc looks more like an C/C++ Compiler than I thought it would maybe the plugin will be easier to write than I thought.
Tim S
«
Last Edit: May 23, 2009, 03:37:48 am by stahta01
»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
lawme
Single posting newcomer
Posts: 4
Re: Hope that wxPython,wxErlang and so on can be support
«
Reply #2 on:
May 25, 2009, 09:22:13 pm »
Tim S,
Thanks for your help. I'm learning wxGlade for wxPythong programming.
wxGlade is a good tool although it can't compare with CB.
Best regards,
Lawme
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Hope that wxPython,wxErlang and so on can be support