2007/3/8, Mathias Bauer <[EMAIL PROTECTED]>:
Jan Füssel wrote: > Hi, > > as a result of writing many macros an being an java-developer, i quarell > with integrated basic IDE. > in my preferred IDE, the IDEA, is it possible to integrate new language, > with all comfort, known by > java-development. > > but to create such an plugin i need a specification of the basic language or > the grammar. > is there an ressource to get such documents? I'm not sure if I understand where you are aiming at. Our BasicIDE is not able to support any other language than our Basic. Changing this would require a complete rewrite. OTOH we have our Scripting Framework that supports some Scripting Languages that have a Java based interpreter. This framework can be extended to support other scripting languages. This means that the macros written in these languages can be used at all places where Basic macros can be used in OOo but you will not be able to write or debug them using our IDE. Best regards, Mathias
sorry, i described mistakable/wrong. my java-IDE can integrate other languages than java. to do this, i need a grammer of starbasic or something like this. i don't want to change the built-in basic ide. jan