[Gambas-devel-svn] SF.net SVN: gambas:[5520] gambas/trunk/app/src/gambas3/.src
Brought to you by:
gambas
From: <tob...@us...> - 2013-01-27 14:09:59
|
Revision: 5520 http://sourceforge.net/p/gambas/code/5520 Author: tobiasboe Date: 2013-01-27 14:09:55 +0000 (Sun, 27 Jan 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The "Patch..." menu item opens a Wizard now. * NEW: Support all kinds of source archives and a project directory as old source for a patch * NEW: Ignore .settings and all files configured to be ignored * NEW: Add titles and icons to the new forms * BUG: Move the "Patch project..." menu item under "Project" * BUG: FPatch does not crash anymore when a hunk does not carry a filename * BUG: Don't try to copy contents of an empty backup directory * BUG: Don't make archives of arbitrary directories anymore * OPT: Copy old and new source to temporary directory before calling "patch" * OPT: Don't clean the current project up unnecessarily * NEW: Add Project.MakeSourceArchiveFromTo() method Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FPatch.class gambas/trunk/app/src/gambas3/.src/Project/FPatch.form gambas/trunk/app/src/gambas3/.src/Project/Patch.class gambas/trunk/app/src/gambas3/.src/Project.module Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/FMakePatch.class gambas/trunk/app/src/gambas3/.src/Project/FMakePatch.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |