InDesign Script Links Move Unused CHANGE LOG Version 4.0 (231217) a. Progress increment before display not after. b. Add version to error message. c. File methods use only 'openDialog' do not use 'openDlg' does not use filter function. d. Miscellaneous. Version 3.9 (230222) a. Read script folder for i18n make consistent with AI and PS. b. Update copyright year. Version 3.8 (221229) a. Update i18n. Version 3.7 (221102) a. Folder property 'fsName' use 'fullName' instead. Version 3.6 (221022) a. Log contents add trailing return. b. Miscellaneous. Version 3.5 (221010) a. Remove //@target b. Check app name and warn if wrong app for script. Version 3.4 (220805) a. Replace function notify with alert and confirm. b. Use doneMessage instead of var abort. c. Rebuild i18n. Version 3.3 (220616) a. Fix book full path set to obsolete var 'txtProcessBook' should be 'txtInput'. b. Implement file.openDlg for existing files. Version 3.2 (220523) a. Log.path set to String not Folder object. Version 3.1 (220307) a. Remove 'Processing complete.' Redundant. Count moved or none is sufficient. b. Rebuild i18n. c. NEW progress window. d. Remove unused var countFailed. A log written fits the need to know. e. Add folder button instead of acting on folder radio button click. f. i18n file encoding UTF-8. g. folderInput use function getFiles instead of Folder getFiles. h. NEW function getFiles. i. Miscellaneous. Version 3.0 (220114) a. Reset script preferences. Version 2.9 (220111) a. Rename doneMessage => abort. b. Remove unused var doneMessage. c. Hoist var log. d. Calls to function progress move outside try so progress.close is always defined. e. Fix cases of var title missing i18n wrapping. f. No alert when filePath property is undefined. Just disable active document. g. Update i18n. h. Function notify log file name its own statictext control. Version 2.8 (211129) a. Validate folders exist on OK click. b. Miscellaneous. Version 2.7 (211013) a. Miscellaneous. Version 2.6 (210917) a. Add notify function when errors are logged. Version 2.5 (210916) a. Remove support message with email address. b. Log save move this.file.close() to finally. Version 2.4.2 (210711) a. Add try/catch to reading graphic.itemLink Otherwise error when graphic inline overset text. b. Get files remove natural sort. Too slow and not needed. Version 2.4.1 (210626) a. Process active document show progress before processDoc. b. Tweaks to progress function. c. Fix bug files with slash in name fail match so treated as unused. d. Miscellaneous. Version 2.4 (210426) a. Improved error handling. Version 2.3.1 (210321) a. Alert and confirm supply all arguments. Version 2.3 (210125) a. getFiles implement natural sort. Version 2.2.4 (210124) a. Windows skip move link if path exceeds 250 characters. (otherwise throws error) Version 2.2.3 (210124) a. Mac open book recognize alias in Macintosh file filter. b. Windows open book use Windows file filter. c. Open book validate extension as .indb Version 2.2.2 (201013) a. UI consistency. b. Miscellaneous. (remove excess after JSON code; update copyright year; update i18n) Version 2.2.1 (191220) a. Fix window button return value problem with Windows close button. Version 2.2 (190918) a. Include and correctly resolve links in subfolders. Version 2.1.2 (190916) a. Compare filenames case-insensitive. Version 2.1.1 (190911) a. Update progress window in message function. Version 2.1 (190902) a. Miscellaneous Version 2.0 (190624) a. Revise logging. b. Restore altered app preferences on completion. c. Miscellaneous. Version 19.3.8 (1.6.3) a. Add license. Version 19.2.24 (1.6.2) a. Miscellaneous. Version 19.2.23 (1.6.1) a. Update internationalization. Version 19.2.21 (1.6) a. If any exist, load first .i18n discovered. b. Add language key at top of i18n data. Version 19.2.17 (1.5) a. Log failure to move link rather than alert. b. Internationalization. c. Miscellaneous. Version 18.12.8 (1.4.3) a. Correct typo to "error has occurred." b. Miscellaneous. Version 18.11.6 (1.4.2) a. Process book limit to .indb extension. b. Fix flaw in process folder click handler. Version 18.9.26 (1.4.1) a. Miscellaneous. Version 18.8.19 (1.4) a. Report and skip moving filenames with extended characters that otherwise throw an unhandled exception when Applescript called. Version 18.7.17 (1.3) a. Wrap work in process function, wrapped in try/catch. b. Miscellaneous. Version 18.5.15 (1.2) a. Remove close button from progress bar. b. Catch processing errors and alert user. Version 18.4.9 (1.1) a. Revise progress window. b. Fix bug that causes converted documents to disable active document option.