Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Support for Interpreted Languages?

<< < (12/12)

dmoore:
rev 44 win32 build here: http://developer.berlios.de/project/showfiles.php?group_id=7745&release_id=12966

(fewer bugs and a couple more features including partially implemented multi file selections in the file explorer: move, copy and delete will still only handle one file at a time, but intepreter actions that have $mpaths in their command line will receive a space separated string containing the path of all the selected files - good for an svn stat command)

MortenMacFly:

--- Quote from: dmoore on June 19, 2007, 09:16:29 pm ---rev 44 win32 build

--- End quote ---
Just a minor note: For FileExplorer: IsFileWritable() is a wx28 method of wxFileName. This breaks compilation under wx26.
With regards, Morten.

dmoore:
Yeah, I've switched to wx2.8 because (a) I couldn't get the sort override to work for the treectrl in 2.6 and (b) that wxFileName method isn't implemented (despite being documented in the wx2.6.3 manual -- WTF??). I guess I should use an #ifdef for that piece of code and people will just have to put up with the missing features in wx2.6.

sonya:
Wher I can download the source of CBILPlugin?

dmoore:
http://developer.berlios.de/svn/?group_id=7745

two plugins there: "ShellExtensions" and "CBPythonPlugin"

Navigation

[0] Message Index

[*] Previous page

Go to full version