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



amphoras wrote:
> 
> Hi,
> 
> I noticed that when I type Ctrl-Space to get code completion in the DSL
> editor, there are some entries that don't make sense, such as:
> 
> DslApplicationDoc
> DslModuleDoc
> DslBasicTypeDoc
> 
> etc.
> 
> These Dsl*Doc entries are the only ones that don't belong, so it would be
> nice if there's a way I can get rid of them at once.
> 
> Thanks,
> Polly
> 

-- 
View this message in context: 
http://www.nabble.com/-Sculptor--easy-way-to-filter-the-code-completion--tp19697461s17564p19907528.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

Reply via email to