Author Topic: Hope that wxPython,wxErlang and so on can be support  (Read 4608 times)

Offline 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
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 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline 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