Adds new commands:ssync
ssync -a
Written for:SlickEdit 12, 13, 14, 15, 16.
Revision 10 of the macro was posted in April 2009.
Revision 11 of the macro was posted in December 2011.
Description:The "ssync" command updates the file list for the current project based on directories, wildcards, and exclusions specified in a separate ssync.ini file. The "ssync -a" command updates all projects in the current workspace.
This is probably most useful for folks who would like to use wildcard entries in the SE project definition, but can't because of performance problems (taking too long to scan the file system every time SE starts, etc). You can use the "ssync" command whenever you feel is a good time to update the project -- the macro doesn't make the sync faster, it just puts you in control of when the sync happens.
Installation:1. Extract the files from the .zip to your macros folder.
2. Look at the ssync.sample*.ini files to see how to set up your ssync.ini file.
3. Make sure the ssync.ini file you create is in a folder that's along your SlickEdit path variable, so it can be found.
4. Load the sync_project_with_scm.e file.
5. Use the Macros|Load Macro... command to load the macro module.
Now you can use the "ssync" command per above.
Original Post Location:Here.
This header post will be updated as new versions are posted. Descriptions of the updates will be in subsequent topics.