Hey Rahul, there is already a plugin. You can have a look into the code: http://plugins.netbeans.org/plugin/31189/compare-with-clipboard (https://github.com/born2snipe/compare-to-clipboard-nbm)
Cheers Chris Von: Rahul Khandelwal Gesendet: Sonntag, 7. Juni 2020 07:11 An: [email protected] Betreff: How to create compare with clipboard action. Hi All, I am trying to add capability in netbeans to compare a file with clipboard. I successfully wrote an action which compares a text with a file using a tutorial provided on netbeans site. Now I need help with the following - 1. How can I get the formatted clipboard text in newly created action? 2. I am not sure what sort of test I should write for this action? I am pretty new to netbeans code, so any I need help/pointers for mentioned problems. Thanks and regards, Rahul Khandelwal
