Changes between Version 3 and Version 4 of Features/EditPatch
- Timestamp:
- 09/15/11 15:57:31 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/EditPatch
v3 v4 6 6 7 7 It is simplistic in it's approach, as it only works on one file at a time, If you need to work with files/projects look at one of our Plug-ins. 8 * the techie one liner **Action, Aginst, Select File-1, Select File-2 if appropriate and then Process** 8 9 Patch tries to auto select the correct file in each list where relevant. 10 11 * the techie one liner **Action, Against, Select File-1, Select File-2 if appropriate and then Process** 12 13 // Thanks to All the active members for there help with this addition // 9 14 ---- 10 15 == Right Click … … 21 26 [[Image(patch.png)]] 22 27 23 === logic28 === Logic 24 29 25 30 ||=||=||=||=Against=||=comments=|| … … 27 32 ||=Action=||=Diff=||=File-1=||=File-2=||auto select File-1 based on current file, File-2 auto select file 0 =|| 28 33 ||=||=Diff=||=File-1=||=SVN=||auto select File-1 based on current file,File-2 n/a =|| 34 35 === Output 36 * Patch results in a new Tab in Padre editor titled unsaved 37 * Diff results in file-name suffixed with .patch, saved in same location as file-name and opened in Padre editor. 38 39 === Error 40 Any error will be displayed in Padre Output panel. 41 42 === Miscellaneous 43 * Patch uses Text::Patch. 44 * Diff uses Text::Diff. 45 * SVN::Class is used if present, if not SVN radio button will be greyed out. 46 29 47 ---- 30 48 == Limitations … … 32 50 * If you have multiple files open with same name but with different paths only the first will get matched. 33 51 52 ---- 53 == {{{ToDo}}} 54 * Use a different solution to SVN::Class which is not *inux centric. 55 56 34 57 \\ 35 58 **{{{__END__}}}**
