We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionGeneral Discussion,  Status › Can open source projects use code from others
Page Index Toggle Pages: 1
Can open source projects use code from others? (Read 588 times)
Can open source projects use code from others?
Dec 19th, 2008, 2:27pm
 
Can open source projects use code from other open source projects ?


Because if it possible, Blender has implemented the autocomplete function for their python scripting editor, so mybe it could be "copied and pasted" to processing and we would have autocomplete in processing .

link: http://wiki.blender.org/index.php/User:Quorn/SummerOfCode2008

Is this possible ?
Re: Can open source projects use code from others?
Reply #1 - Dec 19th, 2008, 2:43pm
 
First question: yes, as long as the licenses are compatible.

Second question: no. From a quick look, the code you show is written in Python, so has nothing to do with Processing (written in Java). I could as well point to autocompletion in Scintilla/SciTE (written in C++)! We would have better luck looking at Eclipse code (or even Netbeans one!).

Autocompletion isn't very hard to do, somebody with a bit of knowledge and lot of free time could do wonders on the Processing editor (so much to improve!).
Personally, I have this bit of knowledge (a bit of Java, a bit of experience contributing to Scintilla/SciTE, precisely...), I even have the will/interest, but I fear I don't have the (continuous periods of) free time (but I don't give up...).
Page Index Toggle Pages: 1