; This is the local settings file for the WS Utilities plugin
; by West Street Consulting. It contains important
; settings for the initialization of the plugin.
; You should review this entire file before using the plugin.
; If you have any questions,
; please contact us at info@weststreetconsulting.com.
;
; DO NOT CHANGE THE SYNTAX of any actual parameter names;
; that is, anything to the left of an equals (=) sign!
;
; IF YOU ARE LOOKING AT THIS IN NOTEPAD, it is recommended that
; you disable word wrap (Format > Word Wrap). Otherwise, you
; may get unplanned line breaks that will cause any nature of
; unpredictable behavior.
;
; Note that for any changes to take effect, you have to 
; force a reread of this file (WS Utilities > Read Settings From File).
; Some changes require a full FrameMaker restart.




[Menu locations]

---------------------------------------------------------------
; WS UTILITIES MAIN MENU PARENT MENU(S)
; This setting specifies the parent menu(s) in which to place
; the the main "WS Utilities" menu. Valid values are:
;
; !MakerMainMenu - The main document menu
; !BookMainMenu - The book main menu
; !ViewOnlyMainMenu - The read-only document menu
; !ViewOnlyBookMainMenu - The read-only book menu
; !WestStreetMenus - All optional top-level "West Street" menus
;
; As an example, to place the menu in the document and book menus:
;
; WS_UTILITIES_PARENT_MENUS
; !MakerMainMenu
; !BookMainMenu
; !ViewOnlyMainMenu
; !ViewOnlyBookMainMenu
;
; You may be able to place it in other menus as well... results
; may vary. For help determining other menu names, please contact
; West Street.
;
; Note that a FrameMaker restart is required for changes to take effect.
 
WS_UTILITIES_MENU_PARENT_MENUS
!MakerMainMenu
!BookMainMenu
!ViewOnlyMainMenu
!ViewOnlyBookMainMenu
---------------------------------------------------------------

---------------------------------------------------------------
; FAVORITES MENU PARENT MENU(S)
; This setting specifies the parent menu(s) in which to place
; the plugin Favorites menu. Valid values are:
;
; !MakerMainMenu - The main document menu
; !BookMainMenu - The book main menu
; !WSUtils_Main_Menu - The WS Utilities main menu
; !ViewOnlyBookMainMenu - The read-only book menu
;
; ...or any other valid menu name, as configured internally within
; FrameMaker. If you need help determining the name of any particular
; menu, please contact West Street. Note that all menu names are
; case sensitive and must be exactly correct.
;
; As an example, to place the menu in the document and book menus:
;
; FAVORITES_MENU_PARENT_MENUS
; !MakerMainMenu
; !BookMainMenu
;
; Note that a FrameMaker restart is required for changes to take effect.
 
FAVORITES_MENU_PARENT_MENUS
!WSUtils_Main_Menu
---------------------------------------------------------------


[File paths]

---------------------------------------------------------------
; GRAPHIC PROFILE FILE PATH. This is the file
; where graphic profile tables are stored.
; This can be a binary FM, MIF, or XML file.
; It may be a relative or absolute path.
; If relative, it must be relative to the folder where this settings file is.
; It can be the same file as the audit project file, but we don't
; recommend that, because one file is designed for manual editing while
; the other is not.
;
; Specify DEFAULT to use the default location established during installation.

;GRAPHIC_PROFILES_CONFIG_FILE_PATH=WS_Utils_Graphic_Profiles.fm
GRAPHIC_PROFILES_CONFIG_FILE_PATH=DEFAULT
---------------------------------------------------------------

---------------------------------------------------------------
; ->DEPRECATED FUNCTION<- SETTING NOT APPLICABLE
; Now for internal use only.
; 
; GRAPHIC AUDIT PROJECT FILE PATH. This is the file
; where graphic audit project setups are stored.
; This can be a binary FM, MIF, or XML file.
; It may be a relative or absolute path.
; If relative, it must be relative to the folder where this settings file is.
; It can be the same file as the audit project file, but we don't
; recommend that, because one file is designed for manual editing while
; the other is not.
;
; Specify DEFAULT to use the default location established during installation.

;GRAPHIC_AUDIT_CONFIG_FILE_PATH=WS_Utils_Graphic_Audit_Projects.fm
GRAPHIC_AUDIT_CONFIG_FILE_PATH=DEFAULT
---------------------------------------------------------------

---------------------------------------------------------------
; SAMPLE FILES PATH. This is the path to the book containing sample files,
; which is located in the WestStreet\WS_Utils_SampleFiles directory following
; a normal installation. 
;
; Specify DEFAULT to use the default location; otherwise, a fully-qualified
; path to the book file.

SAMPLE_FILES_BOOK_PATH=DEFAULT
---------------------------------------------------------------

---------------------------------------------------------------
; DIVERSIONS FILE PATH. This is the path to the diversions file, for 
; entertainment purposes only. Following a normal installation, it is
; located at WestStreet\WS_Utils_Graphic_Diversions.fm.
;
; Specify DEFAULT to use the default location; otherwise, a fully-qualified
; path to the file.

DIVERSIONS_FILE_PATH=DEFAULT
---------------------------------------------------------------


[Graphic utilities pod settings]

---------------------------------------------------------------
; GRAPHIC POD DEFAULT UNITS
; This setting controls the default units for the graphics
; utilities pod, the first time the pod is launched.
; Valid values are (case-insensitive):
;
; CENTIMETERS,
; POINTS
; INCHES

GRAPHIC_POD_DEFAULT_UNITS=POINTS
---------------------------------------------------------------

---------------------------------------------------------------
; DEFAULT GRAPHIC POD LIST OPTIONS
; The following settings control the default options
; in the drop-down lists of the graphic utilities
; pod. For example, the incremental sizing buttons have
; and increment drop-down list next to them. These settings
; control those lists. Use a comma to separate the items.
; These should all be real numbers. Anything else, like text
; or other bogus values, may cause unpredictable behavior.
;
; Where applicable, you can specify separate lists
; for the different units that the pod may be using.
;
; In all cases, if you do not want any default options to appear,
; leave the setting blank after the equals sign.
;
; Here are the default options for the Filter list

GRAPHIC_POD_DEFAULT_FILTER_STRINGS=string1,string2

;
; Here are the default options for the height and width dropdowns

GRAPHIC_POD_DEFAULT_HEIGHT_CHOICES_IN=1.000,2.000,3.000,4.000,5.000
GRAPHIC_POD_DEFAULT_HEIGHT_CHOICES_CM=2.500,5.000,7.500,10.000
GRAPHIC_POD_DEFAULT_HEIGHT_CHOICES_PT=50.000,100.000,200.000,300.000,400.000,500.000

GRAPHIC_POD_DEFAULT_WIDTH_CHOICES_IN=1.000,2.000,3.000,4.000,5.000
GRAPHIC_POD_DEFAULT_WIDTH_CHOICES_CM=2.500,5.000,7.500,10.000
GRAPHIC_POD_DEFAULT_WIDTH_CHOICES_PT=50.000,100.000,200.000,300.000,400.000,500.000

; Here are the default options for the length increment dropdown

GRAPHIC_POD_DEFAULT_LENGTH_INCREMENTS_IN=0.1,0.2,0.25,0.5,1.0
GRAPHIC_POD_DEFAULT_LENGTH_INCREMENTS_CM=0.1,0.25,0.5,1.0,2.0
GRAPHIC_POD_DEFAULT_LENGTH_INCREMENTS_PT=1,2,5,10,25,50

; Here are the default options for the angle and angle increments dropdown lists

GRAPHIC_POD_DEFAULT_ANGLE_PRESETS=0,22.5,45,67.5,90,135.0,180.0,225.0,270.0,315.0
GRAPHIC_POD_DEFAULT_ANGLE_INCREMENTS=0.5,1.0,2.0,5.0,10.0,25.0,45.0,90.0
---------------------------------------------------------------

---------------------------------------------------------------
; This next setting works in conjunction to limit the total
; number of choices that can appear in the height and width
; lists. While setting
; heights and widths, the pod will remember your selections
; and continue to add them to the choices lists, up to the maximum
; specified here. Note that the defaults above always
; appear regardless of this setting, so if you never want 
; the pod to remember anything that
; you manually configure, set this to zero.
; If you do not set it to zero, it should be longer than
; the longest list length above, otherwise unusual
; truncations may occur.

GRAPHIC_POD_MAX_HEIGHT_WIDTH_CHOICES=15
---------------------------------------------------------------

---------------------------------------------------------------
; These are the settings for filtering the file dropdown
; in the graphic utilies pod, in the import tools area.
; You can specify a list of file
; extensions, then either:
;
; - Display only files with those extensions, or
; - Display only files that don't use those extensions, or
; - Ignore the list entirely and show all files.
;
; With that, this setting controls how the extensions list
; is handled. 
; Valid values are INCLUDE_EXTS, EXCLUDE_EXTS, and DISPLAY_ALL.

GRAPHIC_POD_FILE_EXT_FILTER_BEHAVIOR=DISPLAY_ALL

; This is the actual list of extensions to work with
; the previous setting. Specify one or more extensions
; delimited by commas, no spaces or periods. The list
; is case insensitive. For example:
;
; GRAPHIC_POD_FILE_EXT_FILTER_EXTENSIONS=PNG,WMF
;
; ...will cause the file list to show only PNG and WMF files 
; in the current folder, if 
; GRAPHIC_POD_FILE_EXT_FILTER_BEHAVIOR=INCLUDE_EXTS

GRAPHIC_POD_FILE_EXT_FILTER_EXTENSIONS=
---------------------------------------------------------------

---------------------------------------------------------------
; This setting controls the maximum number of files that may
; appear in the files list in the import tools area. This setting
; is provided because folders with large numbers of files may 
; cause long delays during pod refreshes. The valid
; range is 0 to 10000, where zero (0)
; disables any population of the list entirely.

GRAPHIC_POD_MAX_FILE_LIST_ITEMS=300
---------------------------------------------------------------

---------------------------------------------------------------
; GRAPHIC UTILITIES POD DEFAULT OPTIONS
;
; These settings are defaults for the checkboxes in 
; the Referenced file path/import tools area of the
; pod, the first time the pod is launched.

GRAPHIC_POD_IMPORT_AUTO_SW=FALSE
GRAPHIC_POD_IMPORT_AUTO_STF=TRUE
GRAPHIC_POD_IMPORT_IMPORT_BY_REF=TRUE
GRAPHIC_POD_IMPORT_ONE_GRAPHIC_PER_FRAME=TRUE
GRAPHIC_POD_IMPORT_AT_DPI=FALSE

; This setting controls whether a graphic is automatically
; changed when you make a selection with the file path dropdown list. If
; set to FALSE, you need to click Set after making a selection.

GRAPHIC_POD_AUTO_IMPORT_ON_DROPDOWN_CHOICE=TRUE

; These settings are defaults for the checkboxes in 
; the Dimensions/resizing area of the
; pod, the first time the pod is launched.

GRAPHIC_POD_RESIZE_LOCK_ASPECT_RATIO=TRUE
GRAPHIC_POD_RESIZE_AUTO_SW=TRUE
GRAPHIC_POD_RESIZE_LOCK_GRAPHIC_AFRAME=FALSE

; These settings are defaults for the checkboxes in 
; the Rotation area of the
; pod, the first time the pod is launched.
; Note that only one of these options can be checked
; at any given time.

GRAPHIC_POD_ROTATE_AUTO_SW=TRUE
GRAPHIC_POD_RESIZE_AUTO_STF=FALSE
---------------------------------------------------------------

---------------------------------------------------------------
; SHRINKWRAP/SIZE-TO-FIT - BUFFER SPACE
; These settings specify the buffer space in points
; to add when shrinkwrapping or sizing-to-fit graphics.
; The buffer is the amount of space left between the graphic
; and anchored frame boundaries on all sides. The native
; FrameMaker shrinkwrap always uses 1 point.
;
; The valid range is -50 to 500.

SW_BUFFER_SPACE=1
STF_BUFFER_SPACE=1
---------------------------------------------------------------

---------------------------------------------------------------
; SHRINKWRAP/SIZE-TO-FIT - COMPENSATE FOR BORDERS
; This setting controls whether anchored frame
; borders should be compensated for when shrinkwrapping
; and sizing-to-fit graphics. Borders extend inward from
; an anchored frame's boundaries and therefore a "true"
; SW or STF should account for that additional distance.
; The native FrameMaker shrinkwrap function does not and will
; push borders over a graphic.
; This setting is not applicable for anchored frames with no
; borders.
;
; Valid values are TRUE and FALSE, case-insensitive.

SW_STF_COMPENSATE_FOR_BORDERS=TRUE
---------------------------------------------------------------

---------------------------------------------------------------
; This setting controls the warning that can appear
; before the pod deletes graphics due to the
; "Enforce one graphic per frame" setting, following
; an import action.
; 
; Valid values are:
; 
; ALWAYS - Do the warning every time
; ONCE - Do the warning once per session
; NEVER - Never do the warning

GRAPHIC_POD_DO_GRAPHIC_DELETION_WARNING=ALWAYS
---------------------------------------------------------------


[Graphic source tracking data settings]

---------------------------------------------------------------
; GRAPHIC SOURCE TRACKING ENABLED/DISABLED
; This setting controls whether the graphic
; source file tracking feature is enabled at all.
; If disabled, the tracking pod will still function,
; but the plugin will not collect any tracking data at any
; time.
;
; Valid values are TRUE and FALSE

GRAPHIC_TRACKING_ENABLED=FALSE
---------------------------------------------------------------

---------------------------------------------------------------
; WHEN TO AUTOMATICALLY UPDATE TRACKING DATA
; These settings control when tracking data is automatically 
; collected/updated, if the feature is enabled at all.
;
; Valid values are TRUE and False

GRAPHIC_TRACKING_UPDATE_DATA_-_IMPORT_GRAPHIC=TRUE
GRAPHIC_TRACKING_UPDATE_DATA_-_FILE_OPEN=TRUE
GRAPHIC_TRACKING_UPDATE_DATA_-_FILE_CLOSE=FALSE
GRAPHIC_TRACKING_UPDATE_DATA_-_BOOK_UPDATE=FALSE
---------------------------------------------------------------

---------------------------------------------------------------
; FOLDER-SPECIFIC TRACKING ENABLE OR DISABLE FLAG
; These optional settings allow control over specific
; source file folders where the collection of tracking data
; should be enabled or
; disabled. If both settings are set to nothing, then
; the plugin will attempt to track graphics in every source
; file opened in FrameMaker. This is the normal, default behavior.
;
; Both settings represent a filename. If the specified file
; exists or does not exist in the current source file folder,
; the respective action occurs. Only the presence of the file
; is considered, not any contents.
;
; This first setting is the "inclusionary" setting; that is,
; when you open a source file in FrameMaker, if this file
; also exists in the source file folder, then graphic tracking
; will occur. If it does not exist, graphic tracking will be
; suppressed. Specify nothing to eliminate this consideration.
;
; An example might look like the following:
;
; GRAPHIC_TRACKING_ENABLE_TRACKING_FILENAME=enable_graphic_tracking.txt

GRAPHIC_TRACKING_ENABLE_TRACKING_FILENAME=

; Alternatively, you can use the following "exclusionary" setting to disable
; tracking data collection for all files in specific folders. If this
; file exists in a folder, no tracking data is collected for source
; files in the folder. Note that you should not set both the previous
; setting and this one, as they are mutually exclusive. If the previous
; setting is set, it will take precedence.

GRAPHIC_TRACKING_DISABLE_TRACKING_FILENAME=
---------------------------------------------------------------

---------------------------------------------------------------
; GRAPHIC TRACKING DATA FOLDER. This is the file
; where tracking data for graphic usage is stored, if the 
; feature is enabled. This is a very important setting and
; must reflect a valid folder somewhere that the plugin can access.
; Specify DEFAULT to use a default folder in your installation or
; user profile area that the plugin will automatically create.
;
; A specific folder setting might look something like:
;
; GRAPHIC_TRACKING_DATA_FOLDER=C:\temp\graphic_tracking

GRAPHIC_TRACKING_DATA_FOLDER=DEFAULT
---------------------------------------------------------------

---------------------------------------------------------------
; TRACKING DATA FILE DELIMITERS. These are the delimiters used
; to replace the slashes and colons when tracking data filenames
; are generated. Normally, this setting should not be changed.

GRAPHIC_TRACKING_FILE_SLASH_REPLACEMENT=~~~~
GRAPHIC_TRACKING_FILE_COLON_REPLACEMENT=^^^^
---------------------------------------------------------------

---------------------------------------------------------------
; These are default settings for the graphic tracking pod,
; the first time the pod is launched.
; All of these may be changed afterwards using the Options button
; in the pod. They correspond directly with the options
; that appear in the options dialog box.
;
; Valid values are TRUE and FALSE, case-insensitive.

TRACKING_POD_AUTO_REFRESH=TRUE
TRACKING_POD_SINGLE_CLICK_HYPERLINKING=TRUE
TRACKING_POD_ALLOW_FM_FILE_OPENING=TRUE
TRACKING_POD_ALLOW_GRAPHIC_FILE_OPENING=TRUE
TRACKING_POD_USE_GRAPHIC_FILENAMES_ONLY=TRUE
TRACKING_POD_USE_FILE_FILENAMES_ONLY=TRUE
---------------------------------------------------------------

---------------------------------------------------------------
; These are the default settings for filtering the file list
; at the bottom of the extended pod. 
; You can specify a list of file
; extensions, then either:
;
; - Display only files with those extensions, or
; - Display only files that don't use those extensions, or
; - Ignore the list entirely and show all files.
;
; With that, this setting controls how the extensions list
; is handled. 
; Valid values are INCLUDE_EXTS, EXCLUDE_EXTS, and DISPLAY_ALL.

TRACKING_POD_EXT_FILTER_BEHAVIOR=DISPLAY_ALL

; This is the actual list of extensions to work with
; the previous settings. Specify multiple extensions
; delimited by commas, no spaces or periods. The list
; is case insensitive. For example:
;
; TRACKING_POD_EXT_FILTER_EXTENSIONS=PNG,WMF

TRACKING_POD_EXT_FILTER_EXTENSIONS=
---------------------------------------------------------------

---------------------------------------------------------------
; This setting controls the maximum number of files that may
; appear in the files list at the bottom of the extended pod. 
; This setting is provided because folders with large numbers of 
; files may cause long delays during pod refreshes. The valid
; range is 0 - 10000, where 0 (zero) disables the list entirely.

TRACKING_POD_MAX_FILE_LIST_ITEMS=300
---------------------------------------------------------------

---------------------------------------------------------------
; This is the list of applications that appear in the
; extended pod for opening graphics (or any other file)
; from the file list at the bottom. The items should be separated
; by a carriage return and should immediately follow the parameter
; name. A blank line indicates the end of the list.
;
; Each item is actually a two-part string, delimited by four tildes.
; The first part is the text that should appear in the drop-down list
; in the extended pod and the second is the fully-qualified
; path to the application EXE file. For example, a common entry
; for Microsoft Paint on Windows XP might look like:
;
; Paint~~~~C:\WINDOWS\system32\mspaint.exe
;
; The path to the application is case-insensitive, but otherwise
; must be exactly correct. A single character error will cause
; an inability for the plugin to locate the application.
;
; Two special cases: 
;
;   - To open the file in Windows Explorer, just specify EXPLORER, for example:
; 
;     Windows Explorer~~~~EXPLORER
;
;   - To open the file in the Windows Picture and
;     Fax Viewer, just specify VIEWER, for example:
;
;     Picture Viewer~~~~VIEWER
;
; Here is a list of sample settings, any of which may or may not
; be valid on your machine:
;
; TRACKING_POD_EXT_GRAPHIC_APPLICATIONS
; Paint~~~~C:\WINDOWS\system32\mspaint.exe
; Viewer~~~~VIEWER
; Photoshop 4~~~~C:\Program Files\Adobe\Adobe Technical Communication Suite 2\Adobe Photoshop CS4\Photoshop.exe
; Microsoft Visio~~~~C:\Program Files\Microsoft Office\Visio11\VISIO.EXE
; Microsoft Word~~~~C:\Program Files\Microsoft Office\Office14\WINWORD.EXE
; Acrobat~~~~C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe

TRACKING_POD_EXT_GRAPHIC_APPLICATIONS
Select a graphic and click Open With!~~~~demo

; This setting works in conjunction with the "VIEWER" option above.
; It is a path to the DLL file that drives the Windows Picture and
; Fax Viewer, which may vary according to the operating system.
; If you are attempting to use the VIEWER option above and it does
; not work, you may need to adjust this setting. Otherwise, this
; setting is probably not applicable to you. If you need help figuring
; this out, please contact West Street.

TRACKING_POD_EXT_VIEWER_DLL_PATH=C:\WINDOWS\System32\shimgvw.dll
---------------------------------------------------------------



[Table utilities pod options]

---------------------------------------------------------------
; TABLE UTILITIES POD DEFAULT UNITS
; This setting controls the default units for the table
; utilities pod, the first time the pod is launched.
; Valid values are (case-insensitive):
;
; CENTIMETERS,
; POINTS
; INCHES

TABLE_POD_DEFAULT_UNITS=CENTIMETERS
---------------------------------------------------------------

---------------------------------------------------------------
; TABLE UTILITIES POD AUTO REFRESH
; This setting enables the pod to auto-refresh
; after user actions such as typing, mouse-clicks, etc.
; If disabled, you must use the Refresh button to refresh it.

TABLE_POD_AUTO_REFRESH=TRUE
---------------------------------------------------------------

---------------------------------------------------------------
; TABLE UTILITIES POD - DEFAULT LIST OPTIONS
; The following settings control the default options
; that appear in pod drop down lists.
; Use a comma to separate multiple items.
; These should all be real numbers. Anything else, like text
; or other bogus values, may cause unpredictable behavior.
;
; Where applicable, you can set up different lists
; for the different units that the pod may be using.
;
; Here are the default options for the width dropdown:

TABLE_POD_DEFAULT_WIDTH_CHOICES_IN=1.0,1.5,2.0,2.5,3.0
TABLE_POD_DEFAULT_WIDTH_CHOICES_CM=2.00,3.00,4.00,5.00,6.00,7.00,8.00
TABLE_POD_DEFAULT_WIDTH_CHOICES_PT=100,125,150,175,200,250,300

; Here are the default options for the width increment dropdown:

TABLE_POD_DEFAULT_WIDTH_INCREMENTS_IN=0.1,0.2,0.25,0.5,1.0
TABLE_POD_DEFAULT_WIDTH_INCREMENTS_CM=0.5,1.0,1.5,2.0,2.5
TABLE_POD_DEFAULT_WIDTH_INCREMENTS_PT=1,25,50,75,100,125,150
---------------------------------------------------------------

---------------------------------------------------------------
; TABLE POD/COMMAND WARNINGS
; These settings control the appearance of prompts and warnings
; related to table actions. Valid values for all are:
; - NEVER
; - ONCE
; - ALWAYS

; Here is the setting for the warning that appears when you paste table column
; widths, where the number of columns in the selected table(s) does
; not match the number of columns on the clipboard.

TABLE_POD_DO_COL_WIDTH_PASTE_MISMATCH_WARNING=ALWAYS

---------------------------------------------------------------



[Keyboard shortcuts]

---------------------------------------------------------------
; KEYBOARD SHORTCUTS
; These are shortcuts that will be established
; for certain plugin operations. To make an
; Esc key shortcut, begin the shortcut with \!. For example, the
; following string will establish an Esc m p shortcut:
;
; \!mp
;
; Esc key shortcuts are recommended in all cases. Any other
; type of notation may cause unpredictable behavior.
;
; Shortcuts are case sensitive.
; If you specify a shortcut already in use by FrameMaker,
; it will override FrameMaker's shortcut. If you specify a
; shortcut already in use by another plugin, it may 
; override that plugin's shortcut, depending on which
; plugin is initialized first on startup.
; To disable any shortcut, specify "disable"

; Here is the shortcut for shrinkwrapping the selected frame/graphic.
; FrameMaker has a native shortcut for this, Esc m p,
; which has other effects which many users find to be undesirable.
; If you specify "mp" here, it will override the native
; shortcut.
; Also, if you use "mp", you may want to disable the "ShrinkWrapAsIs"
; plugin (not a West Street plugin), if you have it installed.

KBD_SHORTCUT_SHRINKWRAP=\!mp

; Shortcut to size a graphic to fit its frame

KBD_SHORTCUT_SIZETOFIT=\!mo

; Shortcut to reimport the selected graphic, similar
; to clicking the 'Set' button in the
; Referenced file path/import tools area of the graphic
; utilities pod. If the graphic is within
; an anchored frame, it will be automatically sized to fit.
; No other options that appear in the pod are considered.

KBD_SHORTCUT_REIMPORT_GRAPHIC=\!mi

; Shortcut to copy table column widths

KBD_SHORTCUT_COPY_TBL_COLUMN_WIDTHS=\!t1

; Shortcut to paste table column widths

KBD_SHORTCUT_PASTE_TBL_COLUMN_WIDTHS=\!t2
---------------------------------------------------------------


[Right-click graphic menu commands]

---------------------------------------------------------------
; RIGHT-CLICK GRAPHIC MENU OPEN COMMANDS
; This setting specifies the commands to add to the
; graphics right-click menu which may be used to
; quickly open graphics with any installed application.
; The syntax must be exactly correct, so if you plan to
; use this feature, read the following information carefully.
;
; For each command, the settings format is as follows:
;
; (command text)~~~~(application path)~~~~(substitute extension)
;
; ...where:
; 
; (command text) - The text of the command as it should appear in the menu.
; (application path) - The fully-qualified path to the application EXE file.
; (substitute extension) - An optional extention with which to replace 
;                          the original. For example, If you want to create
;                          a command that opens the graphic in Photoshop
;                          but you want it to open a PSD source file instead,
;                          you can specify PSD. To always open the exact file
;                          selected, leave this blank.
;
; As an example, here is a sample command to open a graphic in Paint on
; Windows XP:
;
; Open in Paint~~~~C:\WINDOWS\system32\mspaint.exe
;
; A special cases... to open the file in Windows Explorer, 
; just specify EXPLORER, for example:
; 
; Windows Explorer~~~~EXPLORER
;
; Here is an example of the usage of a substitute extention. In this
; case, assume that a document has graphics that were created in Visio
; and then exported to WMF format for import to FrameMaker. When you invoke
; this command on a referenced WMF file, this command will attempt to 
; open the VSD source instead, by replacing the WMF extention with VSD.
; Note that the Visio source file must have the same name (other than
; the extention) and reside in the same folder.
;
; Open Visio Source~~~~C:\Program Files\Microsoft Office\Visio11\VISIO.EXE~~~~VSD
;
; If you have multiple possible alternate extensions, you can specify them
; as a comma-delimited list. For example, if you might have either a VSD, VSDX,
; or VSDM source for your Visio diagram, you could specify:
;
; Open Visio Source~~~~C:\Program Files\Microsoft Office\Visio11\VISIO.EXE~~~~VSD,VSDX,VSDM
;
; In this case, the plugin will open the first matching file it finds, if any.
;
; Here are some sample settings that may or may not be valid for your machine:
;
; RIGHT_CLICK_MENU_OPEN_COMMANDS
; Open in Paint~~~~C:\WINDOWS\system32\mspaint.exe
; Open Photoshop Source~~~~C:\Program Files\Adobe\Adobe Technical Communication Suite 2\Adobe Photoshop CS4\Photoshop.exe~~~~PSD
; Open Visio Source~~~~C:\Program Files\Microsoft Office\Visio11\VISIO.EXE~~~~vsd,vsdx
; Open in Word~~~~C:\Program Files\Microsoft Office\Office14\WINWORD.EXE

RIGHT_CLICK_MENU_OPEN_COMMANDS
Open This Graphic (Please Click Me!)~~~~demo
---------------------------------------------------------------


[Favorites commands]

---------------------------------------------------------------
: FILE FAVORITES FOR THE FAVORITES MENU
; This setting provides a list of files to place into the Favorites
; menu. Each item should represent a fully qualified path to some
; accessible file, for example:
;
; C:\SomeFolder\SomeFile.fm
;
; By default, the menu text will show the filename only, which in the
; previous example would be "SomeFile.fm". If you would like to specify
; alternate text for the menu, add four tildes and then that text. For example:
;
; C:\SomeFolder\SomeFile.fm~~~~My favorite file
;
; In this case, the menu command will read "My favorite file", but will still
; open SomeFile.fm when selected.
;
; To place a menu separator, specify "separator" (without the quotes)
;
; Here's an example of three specified favorites, with a separator:
;
; FILE_FAVORITES
; C:\SomeFolder\SomeFile.fm~~~~My favorite file
; C:\Documentation\UserManual.book
; separator
; C:\Common\SourceModules\GlossaryDefs.xml~~~~Glossary Definitions Repository


FILE_FAVORITES
demo~~~~Open my favorite file (Please click me!)
---------------------------------------------------------------



[Misc settings]

---------------------------------------------------------------
; NOTEPAD EXE PATH
; This setting is the path to your Notepad application EXE file.
; You may need to edit this setting if the plugin is not able to find Notepad
; in order to open this file through its menus.

NOTEPAD_EXE_PATH=C:\Windows\NOTEPAD.EXE
---------------------------------------------------------------

---------------------------------------------------------------
; FILES TO OPEN ON STARTUP
; A general purpose utility used during development and debugging,
; left here for general use. It has nothing to do with the core
; functionality of the plugin. The plugin will attempt to open all the files
; listed directly after the parameter upon FrameMaker startup. They must be
; specified as absolute paths.
; WARNING! This function will ignore most file opening errors as well
; as file locks!

FILES_TO_OPEN_ON_STARTUP
;C:\somefolder\somefile.fm
---------------------------------------------------------------

---------------------------------------------------------------
; Debug mode. This is for specialized use only. Don't change this
; setting unless specifically instructed to do so.

WS_UTILS_DEBUG_MODE=OFF
---------------------------------------------------------------

---------------------------------------------------------------
; License type. Change only if instructed.

WS_UTILS_LICENSE_KEY=FoxInSocks
---------------------------------------------------------------



