From: Devrim E. <de...@ma...> - 2003-04-11 15:52:50
|
Baptiste Lepilleur wrote: > I'll be on holidays until April 22. > > Progress on the CodeModel are going well. I'm currently working on the >declaration expression (declaration of variables). Some case still need to be >tested (and maybe implemented): > - modifying primary type > - modifying variable name > - modifying/adding a secondary type prefix > - modifying/adding a type suffix > - modifying/adding a variable initializer (assignment or constructor) > > You're welcome to try your hand at it. > > Once it is done, the code model for expression will need to be extended to >include datas required for refactoring (ids, and symbol for inline temp). > > The aim is to provide a high-level layer for source code manipulation, so >refactoring are implemented without 'touching' the text directly. > > Also, last week-end I've played a bit with Boost.Python, a library for >binding C++ to python objects. Results are fairly impressive (take very little >time to map a class once you figured out how to do it). > Hi, I have been a member of the mailing list for some time now,but I shall confess I haven't been reading all the mails posted. I use Jedit for C++ development on Linux. As far as I know cpptool has a plugin for Eclipse. I am not well informed about how it can be interfaced to other editor, e.g. jedit but I would like to hear and learn about it. Jedit being a java based editor, it supports python for plugins. Therefore it is possible to write a python script and run it in Jedit. I would be interested in learning how it can be possible to integrate CppTool to Jedit via python interface. Or is there any other way of doing it ? > > I'm thinking of using python to implement the code analysis and refactoring >layer of the code. This would hopefully help us going faster. What do you >think ? > I am not familiar with internals of CppTool but this kind of layer I have for my own projects and they significantly speed up development. > > Baptiste. > >--- >Baptiste Lepilleur <gai...@fr...> >http://gaiacrtn.free.fr/index.html >Language: English, French > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger >for complex code. Debugging C/C++ programs can leave you feeling lost and >disoriented. TotalView can help you find your way. Available on major UNIX >and Linux platforms. Try it free. www.etnus.com >_______________________________________________ >Cpptool-develop mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cpptool-develop > > > > |