Thanks for the quick turnaround, I've since upgraded to 4.0.1 and the auto-complete works as expected. On another note, it appears the facility to add constraints in the dsl has changed, can you help me out once more? :)
Also, what does the Object field in the dsl do? DP Kris Verlaenen wrote: > > Yes, we already fixed this issue and will only suggest the last sentence > in > the next version (4.0.1). > We are planning to add better support for "word-by-word" code completion > again later (configurable using preferences), as it could be very useful > if > you have a large set of possible DSL statements. > > If you want to try it out now, you can download the latest builds on > http://cruisecontrol.jboss.com/cc/artifacts/jboss-rules > > Kris > > ----- Original Message ----- > From: "dpark" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, August 17, 2007 3:30 PM > Subject: [rules-users] Eclispe Auto-Complete Problem > > >> >> Is it only me, but when I use the Eclipse plugin and when I auto-complete >> I >> get every permutation of what I've specified in my dsl. >> >> For example: >> >> In dsl I've registered the following: >> [condition]There is no calculated fact called "{name}"=not >> CalculatedFact(name == "{name}") >> >> In drl when I auto-complete in a condition, I get the following >> possibilities: >> * There >> * There is >> * There is no >> * There is no calculated >> * There is no calculated fact >> * There is no calculated fact called >> * There is no calculated fact called "{name}" >> >> Ideally, all i want to show up is the last statement. Is there any way to >> filter out all of the ones above it? >> >> Dave >> >> >> -- >> View this message in context: >> http://www.nabble.com/Eclispe-Auto-Complete-Problem-tf4285666.html#a12199559 >> Sent from the drools - user mailing list archive at Nabble.com. >> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- View this message in context: http://www.nabble.com/Eclispe-Auto-Complete-Problem-tf4285666.html#a12201473 Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
