]> git.lyx.org Git - lyx.git/blob - src/LyXRC.h
Move DrawStrategy enum to update_flags.h.
[lyx.git] / src / LyXRC.h
1 // -*- C++ -*-
2 /**
3  * \file LyXRC.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Lars Gullik Bjønnes
8  * \author Jean-Marc Lasgouttes
9  * \author Angus Leeming
10  * \author John Levon
11  * \author André Pönitz
12  * \author Allan Rae
13  * \author Dekel Tsur
14  *
15  * Full author contact details are available in file CREDITS.
16  */
17
18 #ifndef LYXRC_H
19 #define LYXRC_H
20
21 #include "LyX.h"
22 #include "update_flags.h"
23
24 #include "support/Length.h"
25 #include "support/strfwd.h"
26 #include "support/userinfo.h"
27
28 #include <map>
29 #include <set>
30 #include <string>
31
32
33 namespace lyx {
34
35 namespace support {
36 class FileName;
37 class Lexer;
38 }
39
40 /// This contains the runtime configuration of LyX
41 class LyXRC
42 {
43 public:
44         enum LyXRCTags {
45                 RC_ACCEPT_COMPOUND = 1,
46                 RC_ALT_LANG,
47                 RC_AUTOCORRECTION_MATH,
48                 RC_AUTOREGIONDELETE,
49                 RC_AUTORESET_OPTIONS,
50                 RC_AUTOSAVE,
51                 RC_AUTO_NUMBER,
52                 RC_BACKUPDIR_PATH,
53                 RC_BIBTEX_ALTERNATIVES,
54                 RC_BIBTEX_COMMAND,
55                 RC_BINDFILE,
56                 RC_BOOKMARKS_VISIBILITY,
57                 RC_CHECKLASTFILES,
58                 RC_CHKTEX_COMMAND,
59                 RC_CITATION_SEARCH,
60                 RC_CITATION_SEARCH_PATTERN,
61                 RC_CITATION_SEARCH_VIEW,
62                 RC_COMPLETION_CURSOR_TEXT,
63                 RC_COMPLETION_INLINE_DELAY,
64                 RC_COMPLETION_INLINE_MATH,
65                 RC_COMPLETION_INLINE_TEXT,
66                 RC_COMPLETION_INLINE_DOTS,
67                 RC_COMPLETION_MINLENGTH,
68                 RC_COMPLETION_POPUP_DELAY,
69                 RC_COMPLETION_POPUP_MATH,
70                 RC_COMPLETION_POPUP_TEXT,
71                 RC_COMPLETION_POPUP_AFTER_COMPLETE,
72                 RC_CONVERTER,
73                 RC_CONVERTER_CACHE_MAXAGE,
74                 RC_COPIER,
75                 RC_CT_ADDITIONS_UNDERLINED,
76                 RC_CT_MARKUP_COPIED,
77                 RC_CURSOR_FOLLOWS_SCROLLBAR,
78                 RC_CURSOR_WIDTH,
79                 RC_DEFAULT_DECIMAL_SEP,
80                 RC_DEFAULT_LENGTH_UNIT,
81                 RC_DEFAULT_OTF_VIEW_FORMAT,
82                 RC_DEFAULT_PLATEX_VIEW_FORMAT,
83                 RC_DEFAULT_VIEW_FORMAT,
84                 RC_DEFFILE,
85                 RC_DIALOGS_ICONIFY_WITH_MAIN,
86                 RC_DISPLAY_GRAPHICS,
87                 RC_DOCUMENTPATH,
88                 RC_EDITOR_ALTERNATIVES,
89                 RC_ESC_CHARS,
90                 RC_EXAMPLEPATH,
91                 RC_EXPORT_OVERWRITE,
92                 RC_FILEFORMAT,
93                 RC_FORWARD_SEARCH_DVI,
94                 RC_FORWARD_SEARCH_PDF,
95                 RC_SCREEN_LIMIT,
96                 RC_FULL_SCREEN_SCROLLBAR,
97                 RC_FULL_SCREEN_STATUSBAR,
98                 RC_FULL_SCREEN_TABBAR,
99                 RC_FULL_SCREEN_MENUBAR,
100                 RC_FULL_SCREEN_TOOLBARS,
101                 RC_SCREEN_WIDTH,
102                 RC_GEOMETRY_SESSION,
103                 RC_GROUP_LAYOUTS,
104                 RC_GUI_LANGUAGE,
105                 RC_HUNSPELLDIR_PATH,
106                 RC_ICON_SET,
107                 RC_INDEX_ALTERNATIVES,
108                 RC_INDEX_COMMAND,
109                 RC_INPUT,
110                 RC_JBIBTEX_ALTERNATIVES,
111                 RC_JBIBTEX_COMMAND,
112                 RC_JINDEX_COMMAND,
113                 RC_KBMAP,
114                 RC_KBMAP_PRIMARY,
115                 RC_KBMAP_SECONDARY,
116                 RC_LANGUAGE_AUTO_BEGIN,
117                 RC_LANGUAGE_AUTO_END,
118                 RC_LANGUAGE_COMMAND_BEGIN,
119                 RC_LANGUAGE_COMMAND_END,
120                 RC_LANGUAGE_COMMAND_LOCAL,
121                 RC_LANGUAGE_GLOBAL_OPTIONS,
122                 RC_LANGUAGE_CUSTOM_PACKAGE,
123                 RC_LANGUAGE_PACKAGE_SELECTION,
124                 RC_LOADSESSION,
125                 RC_LYXRCFORMAT,
126                 RC_MACRO_EDIT_STYLE,
127                 RC_MAC_DONTSWAP_CTRL_META,
128                 RC_MAC_LIKE_CURSOR_MOVEMENT,
129                 RC_MAKE_BACKUP,
130                 RC_MARK_FOREIGN_LANGUAGE,
131                 RC_MOUSE_WHEEL_SPEED,
132                 RC_MOUSE_MIDDLEBUTTON_PASTE,
133                 RC_NOMENCL_COMMAND,
134                 RC_NUMLASTFILES,
135                 RC_OPEN_BUFFERS_IN_TABS,
136                 RC_PARAGRAPH_MARKERS,
137                 RC_PATH_PREFIX,
138                 RC_PLAINTEXT_LINELEN,
139                 RC_PREVIEW,
140                 RC_PREVIEW_HASHED_LABELS,
141                 RC_PREVIEW_SCALE_FACTOR,
142                 RC_PRINTLANDSCAPEFLAG,
143                 RC_PRINTPAPERDIMENSIONFLAG,
144                 RC_PRINTPAPERFLAG,
145                 RC_PYGMENTIZE_COMMAND,
146                 RC_RESPECT_OS_KBD_LANGUAGE,
147                 RC_SAVE_COMPRESSED,
148                 RC_SAVE_ORIGIN,
149                 RC_SCREEN_DPI,
150                 RC_SCREEN_FONT_ROMAN,
151                 RC_SCREEN_FONT_ROMAN_FOUNDRY,
152                 RC_SCREEN_FONT_SANS,
153                 RC_SCREEN_FONT_SANS_FOUNDRY,
154                 RC_SCREEN_FONT_SCALABLE,
155                 RC_SCREEN_FONT_SIZES,
156                 RC_SCREEN_FONT_TYPEWRITER,
157                 RC_SCREEN_FONT_TYPEWRITER_FOUNDRY,
158                 RC_SCREEN_ZOOM,
159                 RC_SCROLL_BELOW_DOCUMENT,
160                 RC_SCROLL_WHEEL_ZOOM,
161                 RC_SERVERPIPE,
162                 RC_SET_COLOR,
163                 RC_SHOW_BANNER,
164                 RC_SINGLE_CLOSE_TAB_BUTTON,
165                 RC_SINGLE_INSTANCE,
166                 RC_SORT_LAYOUTS,
167                 RC_SPELLCHECK_CONTINUOUSLY,
168                 RC_SPELLCHECK_NOTES,
169                 RC_SPELLCHECKER,
170                 RC_SPLITINDEX_COMMAND,
171                 RC_TEMPDIRPATH,
172                 RC_TEMPLATEPATH,
173                 RC_TEX_ALLOWS_SPACES,
174                 RC_TEX_EXPECTS_WINDOWS_PATHS,
175                 RC_TEXINPUTS_PREFIX,
176                 RC_THESAURUSDIRPATH,
177                 RC_UIFILE,
178                 RC_UI_STYLE,
179                 RC_USELASTFILEPOS,
180                 RC_USER_EMAIL,
181                 RC_USER_INITIALS,
182                 RC_USER_NAME,
183                 RC_USE_CONVERTER_CACHE,
184                 RC_USE_CONVERTER_NEEDAUTH_FORBIDDEN,
185                 RC_USE_CONVERTER_NEEDAUTH,
186                 RC_USE_NATIVE_FILEDIALOG,
187                 RC_USE_SYSTEM_COLORS,
188                 RC_USE_TOOLTIP,
189                 RC_USE_SYSTEM_THEME_ICONS,
190                 RC_VIEWDVI_PAPEROPTION,
191                 RC_VIEWER,
192                 RC_VIEWER_ALTERNATIVES,
193                 RC_VISUAL_CURSOR,
194                 RC_CLOSE_BUFFER_WITH_LAST_VIEW,
195                 RC_DRAW_STRATEGY,
196                 RC_LAST
197         };
198
199         ///
200         LyXRC() : user_name(support::user_name()),
201                   user_email(support::user_email()) // always empty
202                 {}
203
204         /// \param check_format: whether to try to convert the file format,
205         /// if it is not current. this should only be true, really, for the
206         /// user's own preferences file.
207         bool read(support::FileName const & filename, bool check_format);
208         ///
209         bool read(std::istream &);
210 private:
211         enum ReturnValues {
212                 ReadOK,
213                 ReadError,
214                 FormatMismatch
215         };
216         ///
217         ReturnValues read(support::Lexer &, bool check_format);
218 public:
219         ///
220         typedef std::set<std::string> CommandSet;
221         /// maps a format to a set of commands that can be used to
222         /// edit or view it.
223         typedef std::map<std::string, CommandSet> Alternatives;
224         ///
225         void write(support::FileName const & filename,
226                    bool ignore_system_lyxrc) const;
227         /// write rc. If a specific tag is given, only output that one.
228         void write(std::ostream & os,
229                    bool ignore_system_lyxrc,
230                    std::string const & tag = std::string()) const;
231         ///
232         void print() const;
233         ///
234         std::set<std::string> getRCs();
235         // FIXME unused (was used for xforms. Do we still need this?)
236         //static docstring const getDescription(LyXRCTags);
237         ///
238         std::string bind_file = "cua";
239         ///
240         std::string def_file = "default";
241         ///
242         std::string ui_file = "default";
243         ///
244         std::string print_landscape_flag = "-t landscape";
245         ///
246         std::string print_paper_flag = "-t";
247         ///
248         std::string print_paper_dimension_flag = "-T";
249         /// option for telling the dvi viewer about the paper size
250         std::string view_dvi_paper_option;
251         /// default paper size for local xdvi/dvips/ghostview/whatever
252         /// command to run chktex incl. options
253         std::string chktex_command = "chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38";
254         /// Use external script to search for file corresponding to a 
255         /// given citation.
256         bool citation_search = false;
257         /// Name of external script which searches for file corresponding to a 
258         /// given citation. At this moment only script lyxpaperview.py is supported
259         /// (search for pdf or ps based on specific items)
260         std::string citation_search_view;
261         /// Items to search for in citation_search_view
262         std::string citation_search_pattern = "%year% %abbrvciteauthor%";
263         /// all available commands to run bibtex incl. options
264         CommandSet bibtex_alternatives;
265         /// command to run bibtex incl. options
266         std::string bibtex_command = "automatic";
267         /// command to run japanese bibtex incl. options
268         std::string jbibtex_command;
269         /// all available commands to run japanese bibtex incl. options
270         CommandSet jbibtex_alternatives;
271         /// all available index commands incl. options
272         CommandSet index_alternatives;
273         /// command to run makeindex incl. options or other index programs
274         std::string index_command = "makeindex -c -q";
275         /// command to run japanese index program incl. options
276         std::string jindex_command;
277         /// command to generate multiple indices
278         std::string splitindex_command;
279         /// command to run makeindex incl. options for nomencl
280         std::string nomencl_command = "makeindex -s nomencl.ist";
281         /// command to run the python pygments syntax highlighter
282         std::string pygmentize_command;
283         ///
284         std::string document_path;
285         ///
286         std::string example_path;
287         ///
288         std::string template_path;
289         ///
290         std::string tempdir_path;
291         ///
292         std::string thesaurusdir_path;
293         ///
294         std::string hunspelldir_path;
295         ///
296         bool auto_region_delete = true;
297         /// enable middle-mouse-button paste
298         bool mouse_middlebutton_paste = true;
299         ///
300         bool auto_reset_options = false;
301         /// flag telling whether lastfiles should be checked for existance
302         bool check_lastfiles = true;
303         /// maximal number of lastfiles
304         unsigned int num_lastfiles = 20;
305         /// whether or not go to saved position when opening a file
306         bool use_lastfilepos = true;
307         /// load files from last session automatically
308         bool load_session = false;
309         /// do we save new documents as compressed by default
310         bool save_compressed = false;
311         /// whether or not to save the document dir in the file
312         bool save_origin = false;
313         /// shall a backup file be created
314         bool make_backup = true;
315         /// A directory for storing backup files
316         std::string backupdir_path;
317         /// Whether or not save/restore session information
318         /// like windows position and geometry.
319         bool allow_geometry_session = true;
320         /// Scrolling speed of the mouse wheel
321         double mouse_wheel_speed = 1.0;
322         /// Default zoom factor for screen fonts
323         int defaultZoom = 150;
324         /// Actual zoom factor for screen fonts
325         /// (default zoom plus buffer zoom factor)
326         /// Do not set directly. Use GuiView::setCurrentZoom()
327         int currentZoom = 150;
328         /// Screen font sizes in points for each font size
329         std::string font_sizes[10] = { "5.0", "7.0", "8.0", "9.0", "10.0",
330                                        "12.0", "14.4", "17.26", "20.74", "24.88"};
331         /// Allow the use of scalable fonts? Default is yes.
332         bool use_scalable_fonts = true;
333         /// DPI of monitor
334         unsigned int dpi = 75;
335         ///
336         std::string roman_font_name;
337         ///
338         std::string sans_font_name;
339         ///
340         std::string typewriter_font_name;
341         ///
342         std::string roman_font_foundry;
343         ///
344         std::string sans_font_foundry;
345         ///
346         std::string typewriter_font_foundry;
347         ///
348         unsigned int autosave = 300;
349         ///
350         unsigned int plaintext_linelen = 65;
351         /// End of paragraph markers?
352         bool paragraph_markers = false;
353         /// Use tooltips?
354         bool use_tooltip = true;
355         /// Use the colors from current system theme?
356         bool use_system_colors = false;
357         /// use native file dialog or our own ?
358         bool use_native_filedialog = true;
359         /// Spellchecker engine: aspell, hunspell, etc
360         std::string spellchecker
361 #if defined(USE_MACOSX_PACKAGING)
362                 = "native";
363 #elif defined(USE_ENCHANT)
364                 = "enchant";
365 #elif defined(USE_ASPELL)
366                 = "aspell";
367 #elif defined(USE_HUNSPELL)
368                 = "hunspell";
369 #else
370                 = "aspell";
371 #endif
372         /// Alternate language for spellchecker
373         std::string spellchecker_alt_lang;
374         /// Escape characters
375         std::string spellchecker_esc_chars;
376         /// Accept compound words in spellchecker?
377         bool spellchecker_accept_compound = false;
378         /// spellcheck continuously?
379         bool spellcheck_continuously = true;
380         /// spellcheck notes and comments?
381         bool spellcheck_notes = true;
382         ///
383         bool use_kbmap = false;
384         ///
385         std::string primary_kbmap;
386         ///
387         std::string secondary_kbmap;
388         ///
389         std::string lyxpipes;
390         ///
391         std::string language_custom_package = "\\usepackage{babel}";
392         ///
393         bool language_auto_begin = true;
394         ///
395         bool language_auto_end = true;
396         ///
397         std::string language_command_begin = "\\selectlanguage{$$lang}";
398         ///
399         std::string language_command_end;
400         ///
401         std::string language_command_local = "\\foreignlanguage{$$lang}{";
402         ///
403         bool language_global_options = true;
404         ///
405         enum LangPackageSelection {
406                 LP_AUTO = 0,
407                 LP_BABEL,
408                 LP_CUSTOM,
409                 LP_NONE
410         };
411         ///
412         LangPackageSelection language_package_selection = LP_AUTO;
413         /// bidi cursor movement: true = visual, false = logical
414         bool visual_cursor = false;
415         ///
416         bool auto_number = true;
417         ///
418         bool mark_foreign_language = true;
419         ///
420         std::string gui_language = "auto";
421         ///
422         bool respect_os_kbd_language = false;
423         ///
424         std::string default_otf_view_format = "pdf4";
425         ///
426         std::string default_platex_view_format = "pdf3";
427         ///
428         std::string default_view_format = "pdf2";
429         /// all available viewers
430         Alternatives viewer_alternatives;
431         /// all available editors
432         Alternatives editor_alternatives;
433         ///
434         bool mac_dontswap_ctrl_meta = false;
435         ///
436         bool mac_like_cursor_movement = false;
437         ///
438         bool cursor_follows_scrollbar = false;
439         ///
440         bool ct_additions_underlined = true;
441         ///
442         bool ct_markup_copied = false;
443         ///
444         bool scroll_below_document = false;
445         ///
446         enum MacroEditStyle {
447                 MACRO_EDIT_INLINE_BOX = 0,
448                 MACRO_EDIT_INLINE,
449                 MACRO_EDIT_LIST
450         };
451         ///
452         MacroEditStyle macro_edit_style = MACRO_EDIT_INLINE_BOX;
453         ///
454         bool dialogs_iconify_with_main = false;
455         ///
456         bool display_graphics = true;
457         ///
458         bool show_banner = true;
459         ///
460         enum PreviewStatus {
461                 PREVIEW_OFF,
462                 PREVIEW_NO_MATH,
463                 PREVIEW_ON
464         };
465         ///
466         PreviewStatus preview = PREVIEW_OFF;
467         ///
468         bool preview_hashed_labels = false;
469         ///
470         double preview_scale_factor = 1.0;
471         /// user name
472         std::string user_name; // set in constructor
473         /// user email
474         std::string user_email; // set in constructor (empty for now)
475         /// user initials
476         std::string user_initials;
477         /// icon set name
478         std::string icon_set;
479         /// ui style name
480         std::string ui_style = "default";
481         /// whether to use the icons from the theme
482         bool use_system_theme_icons = false;
483         /// True if the TeX engine cannot handle posix paths
484         bool windows_style_tex_paths = false;
485         /// True if the TeX engine can handle file names containing spaces
486         bool tex_allows_spaces = false;
487         /** Prepend paths to the PATH environment variable.
488          *  The string is input, stored and output in native format.
489          */
490         std::string path_prefix;
491         /** Prepend paths to the TEXINPUTS environment variable.
492          *  The string is input, stored and output in native format.
493          *  A '.' here stands for the current document directory.
494          */
495         std::string texinputs_prefix = ".";
496         /// Use the cache for file converters?
497         bool use_converter_cache = true;
498         /// Forbid use of external converters with 'needauth' option
499         bool use_converter_needauth_forbidden = true;
500         /// Ask user before calling external converters with 'needauth' option
501         bool use_converter_needauth = true;
502         /// The maximum age of cache files in seconds
503         unsigned int converter_cache_maxage = 6 * 30 * 24 * 3600; // 6 months;
504         /// Sort layouts alphabetically
505         bool sort_layouts = false;
506         /// Group layout by their category
507         bool group_layouts = true;
508         /// Toggle toolbars in fullscreen mode?
509         bool full_screen_toolbars = true;
510         /// Toggle scrollbar in fullscreen mode?
511         bool full_screen_scrollbar = true;
512         /// Toggle tabbar in fullscreen mode?
513         bool full_screen_tabbar = true;
514         /// Toggle menubar in fullscreen mode?
515         bool full_screen_menubar = true;
516         /// Toggle statusbar in fullscreen mode?
517         bool full_screen_statusbar = true;
518         /// Limit the text width?
519         bool screen_limit = false;
520         /// Width of limited screen width 
521         Length screen_width = Length(7, Length::IN); 
522         ///
523         bool completion_cursor_text = true;
524         ///
525         double completion_inline_delay = 0.2;
526         ///
527         bool completion_inline_math = true;
528         ///
529         bool completion_inline_text = false;
530         ///
531         int completion_inline_dots = -1;
532         /// minimum length of words to complete
533         unsigned int completion_minlength = 6;
534         ///
535         double completion_popup_delay = 2.0;
536         ///
537         bool completion_popup_math = true;
538         ///
539         bool completion_popup_text = false;
540         ///
541         bool completion_popup_after_complete = true;
542         ///
543         bool autocorrection_math = false;
544         ///
545         bool open_buffers_in_tabs = true;
546         ///
547         bool single_close_tab_button = false;
548         ///
549         bool single_instance = true;
550         ///
551         std::string forward_search_dvi;
552         ///
553         std::string forward_search_pdf;
554         ///
555         int export_overwrite = NO_FILES;
556         /// Default decimal point when aligning table columns on decimal
557         std::string default_decimal_sep = "locale";
558         ///
559         Length::UNIT default_length_unit = Length::CM;
560         ///
561         enum ScrollWheelZoom {
562                 SCROLL_WHEEL_ZOOM_OFF,
563                 SCROLL_WHEEL_ZOOM_CTRL,
564                 SCROLL_WHEEL_ZOOM_SHIFT,
565                 SCROLL_WHEEL_ZOOM_ALT
566         };
567         ///
568         ScrollWheelZoom scroll_wheel_zoom = SCROLL_WHEEL_ZOOM_CTRL;
569         // FIXME: should be caret_width
570         ///
571         int cursor_width = 0;
572         /// One of: yes, no, ask
573         std::string close_buffer_with_last_view = "yes";
574         enum BookmarksVisibility {
575                 BMK_NONE,
576                 BMK_MARGIN,
577                 BMK_INLINE
578         };
579
580         ///
581         BookmarksVisibility bookmarks_visibility = BMK_NONE;
582
583         ///
584         DrawStrategy draw_strategy = DrawStrategy::Partial;
585 };
586
587
588 void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC const & lyxrc_new);
589
590 ///
591 extern LyXRC lyxrc;
592 ///
593 extern LyXRC system_lyxrc;
594
595 // used by at least frontends/qt/GuiPref.cpp
596 const long maxlastfiles = 50;
597
598 } // namespace lyx
599
600 #endif