This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99395 - Allow to remove an embedding
Summary: Allow to remove an embedding
Status: RESOLVED DUPLICATE of bug 94365
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 15:36 UTC by Marek Fukala
Modified: 2007-09-02 23:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2007-03-29 15:36:33 UTC
Now I can create an embedding using tokenSequence.createEmbedding(...), but I
also need to remove the embedding when the higher level language context changes
so the embedding is not more valid. Something like
tokenSequence.removeEmbedding() would be fine.
Comment 1 Miloslav Metelka 2007-04-24 10:59:35 UTC
Certainly desirable as a supplement of custom embedding creation. I will
implement this as time permits within 6.0 timeframe. 
Comment 2 Miloslav Metelka 2007-09-02 23:32:30 UTC

*** This issue has been marked as a duplicate of 94365 ***