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 26309 - Implement FilterKit to allow editor enhancing without direct dependency
Summary: Implement FilterKit to allow editor enhancing without direct dependency
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks: 25804
  Show dependency tree
 
Reported: 2002-08-06 12:33 UTC by _ rkubacki
Modified: 2016-07-07 07:27 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-08-06 12:33:17 UTC
If any editor kit wants to extend or built on top
of some other kit direct module dependency is
required. It would be better to create FilterKit
accessible by MIME type during runtime. See the
issue #26239 how JSP editor and XML text editor
are affected by this problem.

Petr Kuzel wrote:
>   class YourKit extends FilterKit { // it should
be defined by editor module
>
>     YourKit() {
>      
super(EditorPane.getEditorKitForContentType("text/xml"));
>     }
>
>     // redefine some factory methods here
>     ...
>   }
Comment 1 Martin Balin 2016-07-07 07:27:02 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss