plugins - Eclipse extension point for Open Resource/Open Type dialogs -


is there extension point can customize search behavior of these dialog boxes?

or better off making extensions overrides hotkeys dialog boxes subclass filteredresourcesselectiondialog?

these dialogs don't support customization.

open resource openresourcedialog (an internal class) derived filteredresourcesselectiondialog.

open type opentypeselectiondialog (again internal) derived internal class filteredtypesselectiondialog in turn derived filtereditemsselectiondialog.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -