Efficient way to open files using AB
Posted: 26 Sep 2012 15:46
I am in love with AutoCompletePathABarFiles(1).
But I'd like to be able to cut some steps as I'd like it to be able to OPEN an autocomplete'd, clicked file instead of going to it. Why? Now and then I need to open and check samples of files on both ends, 1st and latest created document, and the tree takes a long time (2-4 seconds) to show ~3000 folders. Time increases exponentially as the number of subfolders grow.
What I currently do:
1. Navigate to target file using AutoCompletePathABarFiles;
2. Press backspace so the caret allows me to enter 'open' before the file address;
3. Quote the file address both sides;
4. Press ';' so AB knows that's a command;
5. Press enter and wait for the document to open.
What I'd like to be able to do:
1. Navigate to target file using AutoCompletePathABarFiles;
2. Press enter and wait for the document to open.
I could not think on a way to use script in this situation but there must be someone else out there with a reasonable solution for this.
A tweak is probably the way to go, but that's up to Don.
But I'd like to be able to cut some steps as I'd like it to be able to OPEN an autocomplete'd, clicked file instead of going to it. Why? Now and then I need to open and check samples of files on both ends, 1st and latest created document, and the tree takes a long time (2-4 seconds) to show ~3000 folders. Time increases exponentially as the number of subfolders grow.
What I currently do:
1. Navigate to target file using AutoCompletePathABarFiles;
2. Press backspace so the caret allows me to enter 'open' before the file address;
3. Quote the file address both sides;
4. Press ';' so AB knows that's a command;
5. Press enter and wait for the document to open.
What I'd like to be able to do:
1. Navigate to target file using AutoCompletePathABarFiles;
2. Press enter and wait for the document to open.
I could not think on a way to use script in this situation but there must be someone else out there with a reasonable solution for this.
A tweak is probably the way to go, but that's up to Don.