> > Christian Wirth wrote: > > I'm currently using a text editor and the eclipse tracer/inspector for > > debugging .. but i find this very annoying, because i'm missing several > > features that i'm used to have from other development platforms (..like > > Eclipse for Java). > > > > At first, i want to know if there is a special Prolog development editor > > ? found one for Eclipse but that does not support EclipseCLP. I only > > want some simple features like auto completation, syntax highlighting, > > call hierarchy, syntax checking ... > > What is everyone else using ? > I replied to this query before, suggesting TkEclipse (and suggesting against Saros in the Eclipse IDE), and here's an update: It's possible at least to get paren-balancing in the Eclipse IDE. Here's how: http://wooden-robot.net/2010/04/08/editing-eclipse-constraint-logic-code-in-the-eclipse-ide/ <http://wooden-robot.net/2010/04/08/editing-eclipse-constraint-logic-code-in-the-eclipse-ide/>I use this for editing my .ecl and .pro files. For debugging rather than editing, I first create a standalone version of my CLP app that uses stubbed input data and run it through TkEclipse. Once that's working, because my CLP app is actually embedded in Java (using one of the recommended techniques, EXDR queues), I run the whole app in the Eclipse IDE, and I use TestNG to define unit and integration tests. For these tests, the CLP app is designed to put special compound terms on the eclipse-to-java queue that summarize what it's doing. Constrained vars are an important part of these status updates, and to preserve their details for inspection on the Java side, I convert them to a string format before putting them on the queue; the TestNG tests just do a deep equality comparison between what comes out of the queue and predefined verification terms. -dp-Received on Fri Apr 09 2010 - 07:36:14 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET