Powerpro能夠幫您在standard open/save dialogs利用菜單快迅地進入所需的資料夾。您可以用手動的方式來設定菜單或讓powerpro捕捉你曾經打開過的資料夾。你可以以Bar或Menu(菜單)的方式顯示Favorite Folder。
MS Office不是標準的open/save dialogs雖然它們的樣子很相似,Powerpro能夠辨認和傳送資料夾位置到這些對話框中,但不能夠捕捉這些對話框曾經打開過的路徑。
Notes:
If you are not using English Windows, you must set the letter beside "Folder" on advanced setup to the underlined letter in the title beside the file edit box on your open/save dialogs.
display favorite folders in a menu
為了讓Powerpro能夠追踪您在standard file/open save對方框打開過的資料夾,在Configuration Setup欄勾選 "Combined Menu" 或 "Separate Menu" (或兩者)
1) combined menu
當您勾選了Combined Menu後,Powerpro會在自動在"c:\program files\powerpro\favfolder\_any.txt" 路徑建立一個名為_any.txt的文字檔案,而_any.txt會儲存著你在standard open/save dialogs曾經打開過的資料夾,你可以嘗試打開_any.txt檔案,它是每一行顯示一個文件夾路徑。例如
K:\Program Files\powerpro\scripts\HTML
K:\Program Files\powerpro\scripts
I:\good command
K:\My Documents\BT Torrent
2) separate menu
當您勾選了Separate Menu後,它會在"c:\program files\powerpro\favfolder"路徑產生一個與你曾經開啟程式名稱相同的txt檔案,例如MS wordpad會制造一個名為wordpad.txt的檔案,因為MS wordpad的執行檔案是wordpad.exe。
那我們怎樣可以瀏覽這些儲存的路徑呢以達成快迅進入呢?
你可以將*menu favfolder命令設立一個Hot key,或者在開啟/儲存對話框出現時用按鈕的方法激活它。
當您執行*Menu Favfolder命令後,它會顯示一菜單,而菜單上列出一系列的路徑,此時你可以按下所選的路徑到開啟/儲存對話框中。
當你執行它後會出現一菜單,而這菜單又分開了兩邊窗格,左邊代表combined menu,右邊旳是separate menu。如果您同時勾選了combined menu和separate menu菜單會分開了兩邊窗格,左邊代表了combined recent folders ,右邊旳是favorite folders from the active program
To manually add entries to the menu which will always appear, edit the file and add a line sep (for horizontal separator) or colsep (for new column) to the end of the file. Then list your folders on separate lines after this entry. You can edit either the "_any.txt" file (for all programs) or the "appname.txt" file (for a specific program) or both. You can precede file folder paths by myname= to have "myname" to appear in the menu to represent that folder path.
To use a menu of on
for a more configurable menu
其實*menu favfolder命令相等於Keys {to folder}{filemenu favfolder\_any.txt;.txt},因此您可以更多的控制和設立個人化的樣板到此菜單上。
display favorite folders on a bar
但Favorite Folder 雖然是很方便,但每次都要按一下它才會出現,如果能將它以bar的方式顯示的話,它就會常註而且我們還可以跟據喜好自定它的位置。首先需要在"Setup"欄勾選 "text file"的方框,此時Powerpro會自動在"c:\program files\powerpro\favfolder\_anyshort"路徑中建立一些.txt的檔案,而.txt檔案內容開首是"to folder"然後加上路徑名稱例如{to folder}I:\good command,然後你可以跟住下列步驟讓Bar顯示各檔案的內容
*Format
Context
filedialog
5. Finally, to create the Keys command, create a new item at the end of the list with the command
do ("keys", "{from "++_FILE_++"}")
评论