Project Explorer replaces the VFP Project Manager with a modern interface and modern capabilities.
- The EditFile method now returns .F. if it can't edit the file (for example, the specified file isn't part of the project).
-
Restores the former dock position of the form when it's opened (issue #223).
-
Handle tags with special characters (issue #211).
-
Automated generation of version number when using VFPX Deployment.
-
ProjectExplorerForm.SelectNodeForFile: return .T. if an item was selected in the TreeView.
-
Added support for editing an MPR in the project as a program (issue #220).
-
Fixed an issue with Project Explorer hanging after saving changes to a file under some conditions (issue #219).
-
Added a new add-in, SetCurDirOnProjectOpen.prg, which automatically does a CD to the solution's folder when a solution is opened.
-
Added support for VFPX Deployment as the deployment mechanism.
-
Fixed a bug: when adding a file, it doesn't appear in "All" until you close and reopen Project Explorer.
-
Fixed a bug: binary files show with version control status "?" (unknown) if only text equivalents are included in the repository and there is no .gitignore or it doesn't exclude binary files.
-
Added support for binary-to-text conversion using Christof Wollenhaupt's TwoFox.
-
Added support for selecting which binary-to-text converter to use on a project-by-project basis (for example, one project may use FoxBin2PRG while another uses TwoFox).