ooh I got it to work. Apparently the first argument should be "emf::EObject ctx". I am not sure why using the specific types didn't work.
Thanks, Polly amphoras wrote: > > Hi, > > I posted this question to the oAW forums and received a reply: > http://www.openarchitectureware.org/forum/viewtopic.php?showtopic=10276 > > However, when I put the sample code in the DSL editor project in the > ContentAssist.ext file, it doesn't do anything. All of these "doc" > choices are still showing up. Am I putting it in the wrong place? This > what I put inside ContentAssist.ext. > > // get rid of Dsl*Doc entries > List[Proposal] completeDslApplication_doc (DslApplication ele, String > prefix) : {}; > List[Proposal] completeDslModule_doc (DslModule ele, String prefix) : {}; > List[Proposal] completeDslBasicType_doc (DslBasicType ele, String prefix) > : {}; > List[Proposal] completeDslConsumer_doc (DslConsumer ele, String prefix) : > {}; > List[Proposal] completeDslEntity_doc (DslEntity ele, String prefix) : {}; > List[Proposal] completeDslEnum_doc (DslEnum ele, String prefix) : {}; > List[Proposal] completeDslService_doc (DslService ele, String prefix) : > {}; > List[Proposal] completeDslValueObject_doc (DslValueObject ele, String > prefix) : {}; > > Thanks! > --Polly > > > -- View this message in context: http://www.nabble.com/-Sculptor--easy-way-to-filter-the-code-completion--tp19697461s17564p19907817.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
