Hi all, I have hacked ShowHistoryAction.java so that it will open multiple files
<spoiler>It is under 10 lines of code</spoiler> Ideally I want to create a display which will integrate them into a single window which allows selection (more like how Version control and IDEA works). I am looking for feedback on best way to do this. The ideas I have are :- 1. Add this into current HistoryTopComponent/ShowHistoryAction classes. 2. Extend both and add a new command. 3. Extend both, hijack the ShowHistory action for my use and delegate the single file selection to the existing code. Any recommendations/advice? Is this the best forum/way to discuss? Kind Regards, MArk --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists