Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
scripting:dialogs:autocomplete [2015/03/12 14:18] – created adminscripting:dialogs:autocomplete [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 3: Line 3:
 It is possible to enable system auto completion list for edit control and history edits.  It is possible to enable system auto completion list for edit control and history edits. 
 Following completion modes are supported: Following completion modes are supported:
-^ Value ^ Description +^ Value ^ Description| 
-|**default**|Auto-Completion of URLs and file system objects |+|**default**|Auto-Completion of URLs and file system objects (filesystem+url) | 
 +|**filesystem**|This includes the File System as well as the rest of the shell (Desktop\My Computer\Control Panel\) | 
 +|**url**|URLs in the User's History and User's Recently Used list | 
 +|**filesys_only**|This includes the File System | 
 +|**filesys_dirs**|Same as //filesys_only// except it only includes directories, UNC servers, and UNC server shares | 
 +|**virt_namespace**|Also include the virtual namespace |