jtulach opened a new pull request, #4047:
URL: https://github.com/apache/netbeans/pull/4047

   We are trying to use [sampler module in our 
application](https://github.com/enso-org/enso/pull/3389), but we realized it 
has a lot of unnecessary dependencies. Ideally we just use the 
`org-netbeans-modules-sampler.jar` on its own - should in most cases work until 
one calls into `InternalSampler` - we don't.
   
   However even if one uses `InternalSampler` there are some obsoleted 
dependencies that make the module [too 
heavyweight](http://wiki.apidesign.org/wiki/HeavyWeight). This PR clears them:
   - using just simpler progress API
   - using `FileObject.getLookup()`
   - avoiding dialogs in favor of "exception like" report
   
   


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