I know that Eclipse and NetBeans have a plugin so you just e.g. in NetBeans do this:

  1. Open the project and right-click on the file or folder you want to patch.
  2. Tools > Apply Diff Patch...
  3. Browse to and select the patch file you want to apply. > Click "Patch".

Is there some way to do this with Notepad++?

link|improve this question

57% accept rate
1  
Can I remind folks that questions about development tools are on topic, even NotePad++. – Kev Aug 13 '11 at 23:11
1  
I'm looking for the same thing. I guess there isn't one yet. – MaDDoG Aug 30 '11 at 0:17
feedback

1 Answer

Here a link to the .patch handler (win)

http://savannah.gnu.org/projects/patch/

You can grab the sources ect... http://gnuwin32.sourceforge.net/packages/patch.htm

Any one who's had experience building plugins for notepad++ could probably easily integrate this. Would be a nice addition, I too am looking for some thing similar, lol NetBeans it is then...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.