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

Summary: Allow to remove an embedding
Product: editor Reporter: Marek Fukala <mfukala>
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***