[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Can I get information of sub partition?
|
Hi,
Let say I've set MultiLineRule("<", ">") named as a "rule" partition
and MultiLineRule("{","}") named as a "tag" partition.
Then, the content of document look like this.
<xxxxx
xxxxx
{
yyyy
yyyy
}
xxxx
xxxx
>
How can I get the region information of "tag" partition once I type in
yyy area?
I can get only "rule"'s region information from
IDocument.getPartition().
Thanks,
Soonthorn A.