neilcsmith-net commented on issue #9523:
URL: https://github.com/apache/netbeans/issues/9523#issuecomment-5003767788

   Note from Slack conversation - one of these usages is registering NetBeans' 
editor kits for use with `JEditorPane::setContentType`. This may not be 
feasible in future.  This is currently done by registering a `HackMap` subclass 
of `HashTable` in the `AppContext` that can lazily lookup editor kits.  Using 
the supported registration APIs to eagerly register might need to be done 
within each providing module, or by listening to module enablement, to handle 
module loading, ergonomics, etc. 
   
   Assuming we don't do further hacks, we might want to note that registration 
of NetBeans' editor kits / expectation is deprecated in the notes for NB31?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to