[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.imp] Re: contentProposer on current writing
|
hi,Defert:
I sugguest you should see the "IMP Users Guide" at [1] first.
[1] http://www.eclipse.org/imp/documentation.php
jin
"Defert Philippe" <defert@xxxxxxxxxxx>
??????:glcne8$tte$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> how to use the contentProposer during code writing?
> Indeed, when writing code, I would like to propose the attributes of an
> object when I do CTRL + SPACE.
> But the problem is that the parser is triggered and detects an error.
> therefore, it does not generate the AST tree.
> What would be a correct solution ?:
> stop the automatic parser (but then, the tree will not be uptodate)
> continue parsing despite syntax errors
> another idea?
>
> I think there is a solution because the JDT can do that.