| |
After I finally took my final exam, I could now add new features to the ProjectManager.
Like promised there is now a Developer-Snapshot of the pre 1.0 version, build 002.
New features are:
- Files: new folder-type "self-refreshing directory" (the folder`s file-list automaticly refreshes itself)
- Files: you can add black- or whitelists to the new folder-type (e.g. show only .pas files)
- Files: archive function (the content of a folder can be archived into a zip-file)
- Files: multi select (now you can delete multiple folders and files at the same time)
- Files: sortable columns
- ToDo-List: the Inplace-Editors can now be turned off (in the main options)
The cooperation of the new folder-type and the archive function is very useful for developers. You can now add your Source-Code folder as a self-refreshing directory into the file-list, exclude e.g. .~pas, .~dfm, etc files and are now able to regularly make backups/archives from the whole folder with two clicks.
There are following constants for the archive-name:
<%projectname%> - the Project-Name from the Details
<%name%> - the Name from the Details
<%shortform%> - the Shortform from the Details
<%version%> - the Version from the Details
<%datechanged%> - the Changed-Date from the Details
<%date%> - the current date
In addition there are parameters for some constants:
charcase=[upper|lower] for projectname, name, shortform
format=[format-string] for date (e.g. yyy-mm-dd)
For example:
<%name%>_<%version%>_<%date format=yyymmdd%>
is:
EW-ProjectManager_1.0_20061130
PLEASE backup your .pmp files before trying this new version.
The download can be found as Setup or Zip-File on the Projectpage.
I would like to hear suggestions or bugreports from you!
|
|
|