home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / defaults / pref / editor.js < prev    next >
Encoding:
Text File  |  2004-02-07  |  5.9 KB  |  133 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2.  
  3. /* ***** BEGIN LICENSE BLOCK *****
  4.  
  5.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  6.  
  7.  *
  8.  
  9.  * The contents of this file are subject to the Netscape Public License
  10.  
  11.  * Version 1.1 (the "License"); you may not use this file except in
  12.  
  13.  * compliance with the License. You may obtain a copy of the License at
  14.  
  15.  * http://www.mozilla.org/NPL/
  16.  
  17.  *
  18.  
  19.  * Software distributed under the License is distributed on an "AS IS" basis,
  20.  
  21.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  22.  
  23.  * for the specific language governing rights and limitations under the
  24.  
  25.  * License.
  26.  
  27.  *
  28.  
  29.  * The Original Code is mozilla.org code.
  30.  
  31.  *
  32.  
  33.  * The Initial Developer of the Original Code is 
  34.  
  35.  * Netscape Communications Corporation.
  36.  
  37.  * Portions created by the Initial Developer are Copyright (C) 1998-2000
  38.  
  39.  * the Initial Developer. All Rights Reserved.
  40.  
  41.  *
  42.  
  43.  * Contributor(s):
  44.  
  45.  *
  46.  
  47.  * Alternatively, the contents of this file may be used under the terms of
  48.  
  49.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  50.  
  51.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  52.  
  53.  * in which case the provisions of the GPL or the LGPL are applicable instead
  54.  
  55.  * of those above. If you wish to allow use of your version of this file only
  56.  
  57.  * under the terms of either the GPL or the LGPL, and not to allow others to
  58.  
  59.  * use your version of this file under the terms of the NPL, indicate your
  60.  
  61.  * decision by deleting the provisions above and replace them with the notice
  62.  
  63.  * and other provisions required by the GPL or the LGPL. If you do not delete
  64.  
  65.  * the provisions above, a recipient may use your version of this file under
  66.  
  67.  * the terms of any one of the NPL, the GPL or the LGPL.
  68.  
  69.  *
  70.  
  71.  * ***** END LICENSE BLOCK ***** */
  72.  
  73.  
  74.  
  75. pref("editor.author",                       "");
  76.  
  77.  
  78.  
  79. pref("editor.use_custom_colors",            false);
  80.  
  81. pref("editor.text_color",                   "#000000");
  82.  
  83. pref("editor.link_color",                   "#0000FF");
  84.  
  85. pref("editor.active_link_color",            "#000088");
  86.  
  87. pref("editor.followed_link_color",          "#FF0000");
  88.  
  89. pref("editor.background_color",             "#FFFFFF");
  90.  
  91. pref("editor.use_background_image",         false);
  92.  
  93. pref("editor.default_background_image",     "");
  94.  
  95. pref("editor.use_custom_default_colors", 1);
  96.  
  97.  
  98.  
  99. pref("editor.hrule.height",                 2);
  100.  
  101. pref("editor.hrule.width",                  100);
  102.  
  103. pref("editor.hrule.width_percent",          true);
  104.  
  105. pref("editor.hrule.shading",                true);
  106.  
  107. pref("editor.hrule.align",                  1); // center
  108.  
  109.  
  110.  
  111. pref("editor.table.maintain_structure", true);
  112.  
  113.  
  114.  
  115. pref("editor.prettyprint", true);
  116.  
  117.  
  118.  
  119. pref("editor.htmlWrapColumn", 72);
  120.  
  121.  
  122.  
  123. pref("editor.throbber.url","chrome://editor-region/locale/region.properties");
  124.  
  125.  
  126.  
  127. pref("editor.toolbars.showbutton.new", true);
  128.  
  129. pref("editor.toolbars.showbutton.open", true);
  130.  
  131. pref("editor.toolbars.showbutton.save", true);
  132.  
  133. pref("editor.toolbars.showbutton.publish", true);
  134.  
  135. pref("editor.toolbars.showbutton.preview", true);
  136.  
  137. pref("editor.toolbars.showbutton.cut", false);
  138.  
  139. pref("editor.toolbars.showbutton.copy", false);
  140.  
  141. pref("editor.toolbars.showbutton.paste", false);
  142.  
  143. pref("editor.toolbars.showbutton.print", true);
  144.  
  145. pref("editor.toolbars.showbutton.find", false);
  146.  
  147. pref("editor.toolbars.showbutton.image", true);
  148.  
  149. pref("editor.toolbars.showbutton.hline", false);
  150.  
  151. pref("editor.toolbars.showbutton.table", true);
  152.  
  153. pref("editor.toolbars.showbutton.link", true);
  154.  
  155. pref("editor.toolbars.showbutton.namedAnchor", false);
  156.  
  157.  
  158.  
  159. pref("editor.toolbars.showbutton.bold", true);
  160.  
  161. pref("editor.toolbars.showbutton.italic", true);
  162.  
  163. pref("editor.toolbars.showbutton.underline", true);
  164.  
  165. pref("editor.toolbars.showbutton.DecreaseFontSize", true);
  166.  
  167. pref("editor.toolbars.showbutton.IncreaseFontSize", true);
  168.  
  169. pref("editor.toolbars.showbutton.ul", true);
  170.  
  171. pref("editor.toolbars.showbutton.ol", true);
  172.  
  173. pref("editor.toolbars.showbutton.outdent", true);
  174.  
  175. pref("editor.toolbars.showbutton.indent", true);
  176.  
  177.  
  178.  
  179. pref("editor.toolbars.showbutton.absolutePosition", true);
  180.  
  181. pref("editor.toolbars.showbutton.decreaseZIndex", true);
  182.  
  183. pref("editor.toolbars.showbutton.increaseZIndex", true);
  184.  
  185.  
  186.  
  187. pref("editor.auto_save",                    false);
  188.  
  189. pref("editor.auto_save_delay",              10);    // minutes
  190.  
  191. pref("editor.use_html_editor",              0);
  192.  
  193. pref("editor.html_editor",                  "");
  194.  
  195. pref("editor.use_image_editor",             0);
  196.  
  197. pref("editor.image_editor",                 "");
  198.  
  199.  
  200.  
  201. pref("editor.singleLine.pasteNewlines",     1);
  202.  
  203.  
  204.  
  205. pref("editor.history.url_maximum", 10);
  206.  
  207.  
  208.  
  209. pref("editor.quotesPreformatted",            false);
  210.  
  211.  
  212.  
  213. pref("editor.publish.",                      "");
  214.  
  215. pref("editor.lastFileLocation.image",        "");
  216.  
  217. pref("editor.lastFileLocation.html",         "");
  218.  
  219. pref("editor.use_css",                       true);
  220.  
  221. pref("editor.css.default_length_unit",       "px");
  222.  
  223. pref("editor.save_associated_files",         true);
  224.  
  225. pref("editor.always_show_publish_dialog",    false);
  226.  
  227.  
  228.  
  229. /*
  230.  
  231.  * What are the entities that you want Mozilla to save using mnemonic
  232.  
  233.  * names rather than numeric codes? E.g. If set, we'll output  
  234.  
  235.  * otherwise, we may output 0xa0 depending on the charset.
  236.  
  237.  *
  238.  
  239.  * "none"   : don't use any entity names; only use numeric codes.
  240.  
  241.  * "basic"  : use entity names just for   & < > " for 
  242.  
  243.  *            interoperability/exchange with products that don't support more
  244.  
  245.  *            than that.
  246.  
  247.  * "latin1" : use entity names for 8bit accented letters and other special
  248.  
  249.  *            symbols between 128 and 255.
  250.  
  251.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  252.  
  253.  *            other special markup symbols as defined in HTML4.
  254.  
  255.  */
  256.  
  257. //pref("editor.encode_entity",                 "html");
  258.  
  259.  
  260.  
  261. pref("editor.resizing.preserve_ratio",       true);
  262.  
  263. pref("editor.positioning.offset",            0);
  264.  
  265.