Darcs patch and changelog edit modes (darcs-edit-modes.zip v1.0 by Nick Clarke)
Submitted by Tuesday, 4 July, 2006 - 07:03
on
- Two edit modes for jEdit, to be used with the darcs revision control system.
- Use these to examine darcs patches sent by email, or take the output of darcs commands and view it in jEdit - for example, this makes darcs whatsnew much more useable.
- darcs-patch.xml (darcsp): Highlights elements of darcs patch files: e.g. the output of darcs send -o mypatchfile.pat and darcs whatsnew commands.
- darcs-changelog.xml (darcsc): Highlights elements of darcs changelogs: e.g. the output of darcs changes commands.
- These edit modes are intended to be installed together (one delegates to the other). They will highlight a number of things in different colours:
- text of lines added / removed in hunk patch sections
- line number and filename for each change
- files added, removed, modified
- binary patches
- various fixed strings which divide the darcs output
- patch metadata in darcs changes - patch name, comment, author etc.
- handles the results of additional output options to darcs: -v, -s etc.
- See top of each file for a comment with entries for the edit mode catalog file.
Updated on 07/04/2006 - 07:03
Downloads: 1036