home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-06-20 | 4.5 KB | 162 lines |
- # @(#)preferences @(#)hmlight3.ini 1.4 96/06/20
- # Copyright (c) 1996 SoftQuad Inc.
- # Preferences for HoTMetaL 3.0
-
- # All lines starting with the "#" character are comments. Don't
- # add comments at the end of a variable line.
- # To use any variables listed here in a commented form, first remove the '#'.
- # The notation ${SQDIR} refers to the directory in which HoTMetaL LIGHT 3
- # is located, unless it has been user defined (see documentation).
- [HoTMetaL]
-
- # Change the entry below to BRITISH to enable British spelling check
- # Also, change the user_dict and supp_dict settings, below, to use the
- # British libraries
- spell_checking_language=AMERICAN
-
- # An empty default user dictionary (built by Edit Dictionary, or Add to
- # Dictionary within Check Spelling...)
- user_dict_path=${SQDIR}\lib\spell
- user_dict=user.dct
- # (Use the file userb.dct if you select British spell checking)
-
- # A small supplemental dictionary
- supp_dict_path=${SQDIR}\lib\spell
- supp_dict=hmlt3a.dct
- # (Use the file hmlt3b.dct if you select British spell checking)
-
-
- # The following are set by the Publish dialog, defaults set below
- publish_change_from=file://
- publish_change_to=http://
-
-
- # Where to start when choosing an image file, and the default file extension:
- #image_path=c:\
- #image_ext=.gif
-
-
- # Normally you will want to keep the following settings to
- # support the automatic conversion of extended ASCII to entities
- export_convert_to_ISOlat1: true
- export_convert_to_ISOnum: true
- export_convert_remainder_to_char_ref: true
- import_convert_ISOlat1: true
- import_convert_ISOnum: true
- import_convert_char_ref: true
-
- # The characters displayed by Show invisibles, in this order:
- # tab,carriage return,newline,space,zero width characters
- invisible_chars=#╢ñ╖~
-
-
- # The following help_path is the default location of the help file.
- # This is used when you select help from the help menu.
- help_file=${SQDIR}\hmlight3.hlp
-
- # Where to initialize file chooser when using ASCII styles or loading templates
- ascii_styles_path=${SQDIR}\styles
- templates_path=${SQDIR}\template
-
- # Where to initialize file chooser when adding browsers or viewers
- html_browser_path=\
- image_viewer_path=\
-
-
- # Defines macros loaded into HoTMetaL (use Load Macro menu)
- macro_path=${SQDIR}\macros
- macro_file=hmlight3.mcr
-
-
- # The four toolbar variables are set as the user tears off and re-drops the
- # toolbars and associated palettes. Also set by the Toolbars... dialog.
- # Normally this is set automatically by use of the program.
- #html_toolbar = on,top,0,0
- #html_toolbar2 = on,top,0,0
- #form_toolbar = on,top,0,0
- #standard_toolbar = on,top,0,0
-
- #show_tooltips=ON
-
- # Normally, no need to change the following...
- rgb_txt=${SQDIR}\rgb.txt
- styles_path=${SQDIR}\styles
- rules_path=${SQDIR}\rules
- #rules_file=hmlight3.mtl
-
-
- # The entry setting to false will be written to the Windows copy of hmlight3.ini
- # after the first use of HoTMetaL LIGHT 3
- show_registration_dialog=false
-
-
- # Use the Preferences dialog to set these
- default_template=
- show_tags=YES
- show_comments= false
- show_inline_images=YES
- show_urls: true
- #show_tooltips=ON
- warn_before_saving=YES
- max_changes_between_saves=64000
- max_time_between_saves=1000
- make_backup_file=NO
- tag_font_name=Arial
- tag_font_size=8
- tag_icon_color: purple
- #tag_icon_background_color: white
- entity_icon_color: blue
- #entity_icon_background_color: white
- document_path=${SQDIR}\document
- #save_path=
- size_text_to_window: true
- size_table_to_parent: true
- #include_required_elements=YES
- export_add_line_breaks=YES
- #export_eol=MSDOS
- #export_max_line_len=80
- export_add_line_breaks=YES
- #context_area_width=20
- #drop_images_as=IMG
- #extensions=BMP;GIF;EPS;PCX;TIF;WMF;WPG;SDN;CGM;TGA;JPG;PNG;PIC
-
-
-
- # the following are set by the Find dialog
- find_whole_words=NO
- find_backward=NO
- find_wrap=NO
- find_patterns=NO
- find_case_sensitive=NO
-
- # Don't change the following
- unavailable_image=${SQDIR}\noimg.gif
- unsupported_image=${SQDIR}\badform.gif
- system_dict_path= ${SQDIR}\lib\spell
- table_map= ${SQDIR}\table.map
-
- # Change these if you know what you are doing
- #undo_limit=30
- #format_tags= true
- #highlight_mode=Default
- #colormap_segment_size=16
- #default_font_name=helvetica
- #default_font_size=12
- template_ext=.htm
- #img_ext=.gif
- #backup_ext=.bak
- #document_ext=.bak
- #rules_ext=.bak
- #dictionary_ext=.dct
- #styles_ext=.stl
- #ascii_styles_ext=.asf
- #macro_ext=.mcr
- #prompt_for_attrs=NO
- #print_left_header=
- #print_middle_header=
- #print_right_header=
- #print_left_footer=
- #print_middle_footer=
- #print_right_footer=
-
-