Re: javascript code generation

2012-09-02 Thread Hans Breuer
At 29.08.2012 14:20, Sullivan MATAS wrote: I apologize, I forgot to attach the patch. [...] I had to generate javascript code for one of my project, so I made a javascript code generation plug-in for dia. I think this may be usefull to someone else so I send you my patch. The

Re: javascript code generation

2012-08-29 Thread Sullivan MATAS
on de l’Ingénieur, bât 620 Université Paris-Sud11 91 405 0rsay cedex - France Tel.: +33 (0)1 69 33 86 00 2012/8/29 Sullivan MATAS > Hello, > > I had to generate javascript code for one of my project, so I made a > javascript code generation plug-in for dia. I think this may be usefull to &g

javascript code generation

2012-08-29 Thread Sullivan MATAS
Hello, I had to generate javascript code for one of my project, so I made a javascript code generation plug-in for dia. I think this may be usefull to someone else so I send you my patch. The commit adds the JsRenderer class (inheriting from ObjectRenderer) to codegen.py. I hope this will be