Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Support for Interpreted Languages?
MortenMacFly:
--- Quote from: dmoore on October 04, 2006, 07:25:22 pm ---Feedback appreciated.
--- End quote ---
Compiles & runs fine here. Anyway: One annoying thing I have discovered. Once you choose "Run..." from the interpreters menu an OpenFile dialog appears. But if you click "Cancel" in this dialog the plugin complains that the target does not exist and won't let you out of this loop until you really select a file.
In addition one time I run C::B again all my interpreters (well, one -Python- for this time ;-)) were lost. I have no clue why, maybe it was my fault.
Anyway: Nice work!!! 8)
With regards, Morten.
dmoore:
--- Quote from: MortenMacFly on October 04, 2006, 11:34:37 pm ---Compiles & runs fine here. Anyway: One annoying thing I have discovered. Once you choose "Run..." from the interpreters menu an OpenFile dialog appears. But if you click "Cancel" in this dialog the plugin complains that the target does not exist and won't let you out of this loop until you really select a file.
--- End quote ---
oops. I changed one of my event handlers at the last minute. should be an easy fix.
--- Quote from: MortenMacFly on October 04, 2006, 11:34:37 pm ---In addition one time I run C::B again all my interpreters (well, one -Python- for this time ;-)) were lost. I have no clue why, maybe it was my fault.
--- End quote ---
I have had some trouble with wxString and ConfigManager. I thought I had resolved everything, but maybe not.
thanks for finding these.
In addition to debug support, I'm planning to add a recent command list to the interpreters menu that saves the last 5 (or so) command strings (EDIT:) and add the option to not have an Interpreters menu at all (i.e. just offer context clicks on the project tree for those who don't want excessive menus on the menubar)
any suggests on how to reduce DLL bloat? (5mb :shock:)
dmoore:
I've removed the repeated file prompting bug
plugin source code attached.
(EDIT: corrected some bugs that somehow crept in)
[attachment deleted by admin]
MortenMacFly:
--- Quote from: dmoore on October 04, 2006, 11:59:13 pm ---any suggests on how to reduce DLL bloat? (5mb :shock:)
--- End quote ---
Sure: Remove the compiler option "-DcbDEBUG" and add "-s" (strip symbols) instead. This should help. ;-)
BTW: The bug seems to have disappeared in the new version. And I haven't had a loss of settings anymore... I believe it was really my fault becasue the code seems to be ok from a quick inspection.
With regards, Morten.
keenblade:
--- Quote from: MortenMacFly on November 18, 2006, 06:37:12 pm ---
--- Quote from: dmoore on November 18, 2006, 04:51:00 pm ---you should have told me that people were actually using the InterpretedLangs plugin. I fixed the bugs weeks ago [...]
--- End quote ---
Well what get's posted here is automatically used - you can count on that. ;-)
I heard rumors that even the major guru liked InterpretedLangs...
--- End quote ---
Hi, dmoore. You can count me, too. Will you continue InterpretedLangs plugin? You are my hope to use prolog language within Code::Blocks. I even managed to start swi-prolog minimized with your plugin :)
I am looking forward to your plugin.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version