Re: saving key stroke history
Thomas Orgis <[email protected]> Thu, 24 Mar 2011 08:43:55 +0100
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
--===============1547213083886169859== Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/O.30yt3RpaPs_EaXxrku0zT"; protocol="application/pgp-signature" --Sig_/O.30yt3RpaPs_EaXxrku0zT Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Wed, 23 Mar 2011 12:56:22 -0700 schrieb [email protected]:=20 > Is there a way to save (and restore) key stroke history? This sounds like you want file versioning, storing old revisions, with the = ability to undo changes from the whole history. Short: Did you consider a v= ersion control system, like Subversion, Mercurial, Git, etc? You for sure c= ould do something like that with NEdit macros, I suppose -- storing editing= history along each file -- but that would be a lot of duplicated effort co= nsidering that there is a lot of software out there that achieves that for = sets of files. You might want to integrate some VCS into NEdit using macros= , though ... at each save point adding a new revision of the file to the re= pository. Alrighty then, Thomas. --Sig_/O.30yt3RpaPs_EaXxrku0zT Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk2K9jsACgkQm0xSvNRG1ST4XQCdHFpsAYbRnle36qEGP8sXXCy7 9A4Anj8FhRPmwqwMjjxoeDNAm0urO8/D =Q/mX -----END PGP SIGNATURE----- --Sig_/O.30yt3RpaPs_EaXxrku0zT-- --===============1547213083886169859== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss --===============1547213083886169859==--