]> git.lyx.org Git - lyx.git/blob - src/LyXRC.h
8be4aea19f9415ec471cbdcff0fca3e52feadb16
[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 "paper.h"
22
23 #include "support/strfwd.h"
24
25 #include <map>
26 #include <set>
27 #include <string>
28 #include <vector>
29
30
31 namespace lyx {
32
33 namespace support { class FileName; }
34
35 class Lexer;
36
37 /// This contains the runtime configuration of LyX
38 class LyXRC
39 {
40 public:
41         enum LyXRCTags {
42                 RC_ACCEPT_COMPOUND = 1,
43                 RC_ALT_LANG,
44                 RC_AUTOCORRECTION_MATH,
45                 RC_AUTOREGIONDELETE,
46                 RC_AUTORESET_OPTIONS,
47                 RC_AUTOSAVE,
48                 RC_AUTO_NUMBER,
49                 RC_BACKUPDIR_PATH,
50                 RC_BIBTEX_ALTERNATIVES,
51                 RC_BIBTEX_COMMAND,
52                 RC_BINDFILE,
53                 RC_CHECKLASTFILES,
54                 RC_CHKTEX_COMMAND,
55                 RC_COMPLETION_CURSOR_TEXT,
56                 RC_COMPLETION_INLINE_DELAY,
57                 RC_COMPLETION_INLINE_MATH,
58                 RC_COMPLETION_INLINE_TEXT,
59                 RC_COMPLETION_INLINE_DOTS,
60                 RC_COMPLETION_POPUP_DELAY,
61                 RC_COMPLETION_POPUP_MATH,
62                 RC_COMPLETION_POPUP_TEXT,
63                 RC_COMPLETION_POPUP_AFTER_COMPLETE,
64                 RC_CONVERTER,
65                 RC_CONVERTER_CACHE_MAXAGE,
66                 RC_COPIER,
67                 RC_CURSOR_FOLLOWS_SCROLLBAR,
68                 RC_DATE_INSERT_FORMAT,
69                 RC_DEFAULT_DECIMAL_POINT,
70                 RC_DEFAULT_LANGUAGE,
71                 RC_DEFAULT_VIEW_FORMAT,
72                 RC_DEFAULT_PAPERSIZE,
73                 RC_DEFFILE,
74                 RC_DIALOGS_ICONIFY_WITH_MAIN,
75                 RC_DISPLAY_GRAPHICS,
76                 RC_DOCUMENTPATH,
77                 RC_EDITOR_ALTERNATIVES,
78                 RC_ESC_CHARS,
79                 RC_EXAMPLEPATH,
80                 RC_EXPORT_OVERWRITE,
81                 RC_FONT_ENCODING,
82                 RC_FORMAT,
83                 RC_FORWARD_SEARCH_DVI,
84                 RC_FORWARD_SEARCH_PDF,
85                 RC_FULL_SCREEN_LIMIT,
86                 RC_FULL_SCREEN_SCROLLBAR,
87                 RC_FULL_SCREEN_TABBAR,
88                 RC_FULL_SCREEN_MENUBAR,
89                 RC_FULL_SCREEN_TOOLBARS,
90                 RC_FULL_SCREEN_WIDTH,
91                 RC_GEOMETRY_SESSION,
92                 RC_GROUP_LAYOUTS,
93                 RC_GUI_LANGUAGE,
94                 RC_HUNSPELLDIR_PATH,
95                 RC_INDEX_ALTERNATIVES,
96                 RC_INDEX_COMMAND,
97                 RC_INPUT,
98                 RC_JBIBTEX_COMMAND,
99                 RC_JINDEX_COMMAND,
100                 RC_KBMAP,
101                 RC_KBMAP_PRIMARY,
102                 RC_KBMAP_SECONDARY,
103                 RC_LANGUAGE_AUTO_BEGIN,
104                 RC_LANGUAGE_AUTO_END,
105                 RC_LANGUAGE_COMMAND_BEGIN,
106                 RC_LANGUAGE_COMMAND_END,
107                 RC_LANGUAGE_COMMAND_LOCAL,
108                 RC_LANGUAGE_GLOBAL_OPTIONS,
109                 RC_LANGUAGE_PACKAGE,
110                 RC_LANGUAGE_USE_BABEL,
111                 RC_LOADSESSION,
112                 RC_MACRO_EDIT_STYLE,
113                 RC_MAC_LIKE_WORD_MOVEMENT,
114                 RC_MAKE_BACKUP,
115                 RC_MARK_FOREIGN_LANGUAGE,
116                 RC_MOUSE_WHEEL_SPEED,
117                 RC_NOMENCL_COMMAND,
118                 RC_NUMLASTFILES,
119                 RC_OPEN_BUFFERS_IN_TABS,
120                 RC_PARAGRAPH_MARKERS,
121                 RC_PATH_PREFIX,
122                 RC_PERS_DICT,
123                 RC_PLAINTEXT_LINELEN,
124                 RC_PLAINTEXT_ROFF_COMMAND,
125                 RC_PREVIEW,
126                 RC_PREVIEW_HASHED_LABELS,
127                 RC_PREVIEW_SCALE_FACTOR,
128                 RC_PRINTCOLLCOPIESFLAG,
129                 RC_PRINTCOPIESFLAG,
130                 RC_PRINTER,
131                 RC_PRINTEVENPAGEFLAG,
132                 RC_PRINTEXSTRAOPTIONS,
133                 RC_PRINTFILEEXTENSION,
134                 RC_PRINTLANDSCAPEFLAG,
135                 RC_PRINTODDPAGEFLAG,
136                 RC_PRINTPAGERANGEFLAG,
137                 RC_PRINTPAPERDIMENSIONFLAG,
138                 RC_PRINTPAPERFLAG,
139                 RC_PRINTREVERSEFLAG,
140                 RC_PRINTSPOOL_COMMAND,
141                 RC_PRINTSPOOL_PRINTERPREFIX,
142                 RC_PRINTTOFILE,
143                 RC_PRINTTOPRINTER,
144                 RC_PRINT_ADAPTOUTPUT,
145                 RC_PRINT_COMMAND,
146                 RC_RTL_SUPPORT,
147                 RC_SAVE_COMPRESSED,
148                 RC_SCREEN_DPI,
149                 RC_SCREEN_FONT_ROMAN,
150                 RC_SCREEN_FONT_ROMAN_FOUNDRY,
151                 RC_SCREEN_FONT_SANS,
152                 RC_SCREEN_FONT_SANS_FOUNDRY,
153                 RC_SCREEN_FONT_SCALABLE,
154                 RC_SCREEN_FONT_SIZES,
155                 RC_SCREEN_FONT_TYPEWRITER,
156                 RC_SCREEN_FONT_TYPEWRITER_FOUNDRY,
157                 RC_SCREEN_ZOOM,
158                 RC_SCROLL_BELOW_DOCUMENT,
159                 RC_SCROLL_WHEEL_ZOOM,
160                 RC_SERVERPIPE,
161                 RC_SET_COLOR,
162                 RC_SHOW_BANNER,
163                 RC_SINGLE_CLOSE_TAB_BUTTON,
164                 RC_SORT_LAYOUTS,
165                 RC_SPELL_COMMAND,
166                 RC_SPELLCHECK_CONTINUOUSLY,
167                 RC_SPELLCHECK_NOTES,
168                 RC_SPELLCHECKER,
169                 RC_SPLITINDEX_COMMAND,
170                 RC_TEMPDIRPATH,
171                 RC_TEMPLATEPATH,
172                 RC_TEX_ALLOWS_SPACES,
173                 RC_TEX_EXPECTS_WINDOWS_PATHS,
174                 RC_THESAURUSDIRPATH,
175                 RC_UIFILE,
176                 RC_USELASTFILEPOS,
177                 RC_USER_EMAIL,
178                 RC_USER_NAME,
179                 RC_USETEMPDIR,
180                 RC_USE_ALT_LANG,
181                 RC_USE_CONVERTER_CACHE,
182                 RC_USE_ESC_CHARS,
183                 RC_USE_INP_ENC,
184                 RC_USE_PERS_DICT,
185                 RC_USE_TOOLTIP,
186                 RC_USE_PIXMAP_CACHE,
187                 RC_USE_SPELL_LIB,
188                 RC_VIEWDVI_PAPEROPTION,
189                 RC_VIEWER,
190                 RC_VIEWER_ALTERNATIVES,
191                 RC_VISUAL_CURSOR,
192                 RC_LAST
193         };
194
195         ///
196         LyXRC();
197         ///
198         void setDefaults();
199         ///
200         int read(support::FileName const & filename);
201         ///
202         int read(std::istream &);
203 private:
204         ///
205         int read(Lexer &);
206 public:
207         /// 
208         typedef std::set<std::string> CommandSet;
209         /// maps a format to a set of commands that can be used to 
210         /// edit or view it.
211         typedef std::map<std::string, CommandSet> Alternatives;
212         ///
213         void write(support::FileName const & filename,
214                    bool ignore_system_lyxrc) const;
215         /// write rc. If a specific tag is given, only output that one.
216         void write(std::ostream & os,
217                    bool ignore_system_lyxrc, 
218                    std::string const & tag = std::string()) const;
219         ///
220         void print() const;
221         // FIXME unused (was used for xforms. Do we still need this?)
222         //static docstring const getDescription(LyXRCTags);
223         ///
224         std::string bind_file;
225         ///
226         std::string def_file;
227         ///
228         std::string ui_file;
229         ///
230         std::string printer;
231         ///
232         std::string print_command;
233         ///
234         std::string print_evenpage_flag;
235         ///
236         std::string print_oddpage_flag;
237         ///
238         std::string print_pagerange_flag;
239         ///
240         std::string print_copies_flag;
241         ///
242         std::string print_collcopies_flag;
243         ///
244         std::string print_reverse_flag;
245         ///
246         std::string print_landscape_flag;
247         ///
248         std::string print_to_printer;
249         ///
250         bool print_adapt_output;
251         ///
252         std::string print_to_file;
253         ///
254         std::string print_file_extension;
255         ///
256         std::string print_extra_options;
257         ///
258         std::string print_spool_command;
259         ///
260         std::string print_spool_printerprefix;
261         ///
262         std::string print_paper_flag;
263         ///
264         std::string print_paper_dimension_flag;
265         /// option for telling the dvi viewer about the paper size
266         std::string view_dvi_paper_option;
267         /// default paper size for local xdvi/dvips/ghostview/whatever
268         PAPER_SIZE default_papersize;
269         /// command to run chktex incl. options
270         std::string chktex_command;
271         /// all available commands to run bibtex incl. options
272         CommandSet bibtex_alternatives;
273         /// command to run bibtex incl. options
274         std::string bibtex_command;
275         /// command to run japanese bibtex incl. options
276         std::string jbibtex_command;
277         /// all available index commands incl. options
278         CommandSet index_alternatives;
279         /// command to run makeindex incl. options or other index programs
280         std::string index_command;
281         /// command to run japanese index program incl. options
282         std::string jindex_command;
283         /// command to generate multiple indices
284         std::string splitindex_command;
285         /// command to run makeindex incl. options for nomencl
286         std::string nomencl_command;
287         ///
288         std::string document_path;
289         ///
290         std::string example_path;
291         ///
292         std::string template_path;
293         ///
294         std::string tempdir_path;
295         ///
296         std::string thesaurusdir_path;
297         ///
298         std::string hunspelldir_path;
299         ///
300         bool auto_region_delete;
301         /// flag telling whether lastfiles should be checked for existance
302         bool auto_reset_options;
303         ///
304         bool check_lastfiles;
305         /// maximal number of lastfiles
306         unsigned int num_lastfiles;
307         /// whether or not go to saved position when opening a file
308         bool use_lastfilepos;
309         /// load files from last session automatically
310         bool load_session;
311         /// do we save new documents as compressed by default
312         bool save_compressed;
313         /// shall a backup file be created
314         bool make_backup;
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;
320         /// Scrolling speed of the mouse wheel
321         double mouse_wheel_speed;
322         /// Zoom factor for screen fonts
323         unsigned int zoom;
324         /// Screen font sizes in points for each font size
325         std::string font_sizes[10];
326         /// Allow the use of scalable fonts? Default is yes.
327         bool use_scalable_fonts;
328         /// DPI of monitor
329         unsigned int dpi;
330         ///
331         std::string fontenc;
332         ///
333         std::string roman_font_name;
334         ///
335         std::string sans_font_name;
336         ///
337         std::string typewriter_font_name;
338         ///
339         std::string roman_font_foundry;
340         ///
341         std::string sans_font_foundry;
342         ///
343         std::string typewriter_font_foundry;
344         ///
345         unsigned int autosave;
346         ///
347         unsigned int plaintext_linelen;
348         /// Accept compound words in spellchecker?
349         bool spellchecker_accept_compound;
350         /// End of paragraph markers?
351         bool paragraph_markers;
352         /// Use tooltips?
353         bool use_tooltip;
354         /// Use pixmap cache?
355         bool use_pixmap_cache;
356         /// Spellchecker engine: aspell, hunspell, etc
357         std::string spellchecker;
358         /// Alternate language for spellchecker
359         std::string spellchecker_alt_lang;
360         /// Escape characters
361         std::string spellchecker_esc_chars;
362         /// spellcheck continuously?
363         bool spellcheck_continuously;
364         /// spellcheck notes and comments?
365         bool spellcheck_notes;
366         ///
367         bool use_kbmap;
368         ///
369         std::string primary_kbmap;
370         ///
371         std::string secondary_kbmap;
372         ///
373         std::string lyxpipes;
374         ///
375         std::string date_insert_format;
376         ///
377         std::string language_package;
378         ///
379         bool language_auto_begin;
380         ///
381         bool language_auto_end;
382         ///
383         std::string language_command_begin;
384         ///
385         std::string language_command_end;
386         ///
387         std::string language_command_local;
388         ///
389         bool language_global_options;
390         ///
391         bool language_use_babel;
392         ///
393         bool rtl_support;
394         /// bidi cursor movement: true = visual, false = logical
395         bool visual_cursor;
396         ///
397         bool auto_number;
398         ///
399         bool mark_foreign_language;
400         ///
401         std::string default_language;
402         ///
403         std::string gui_language;
404         ///
405         std::string default_view_format;
406         /// all available viewers
407         Alternatives viewer_alternatives;
408         /// all available editors
409         Alternatives editor_alternatives;
410         ///
411         bool mac_like_word_movement;
412         ///
413         bool cursor_follows_scrollbar;
414         ///
415         bool scroll_below_document;
416         ///
417         enum MacroEditStyle {
418                 MACRO_EDIT_INLINE_BOX = 0,
419                 MACRO_EDIT_INLINE,
420                 MACRO_EDIT_LIST
421         };
422         ///
423         MacroEditStyle macro_edit_style;
424         ///
425         bool dialogs_iconify_with_main;
426         ///
427         bool display_graphics;
428         ///
429         bool show_banner;
430         ///
431         enum PreviewStatus {
432                 PREVIEW_OFF,
433                 PREVIEW_NO_MATH,
434                 PREVIEW_ON
435         };
436         ///
437         PreviewStatus preview;
438         ///
439         bool preview_hashed_labels;
440         ///
441         double preview_scale_factor;
442         /// user name
443         std::string user_name;
444         /// user email
445         std::string user_email;
446         /// True if the TeX engine cannot handle posix paths
447         bool windows_style_tex_paths;
448         /// True if the TeX engine can handle file names containing spaces
449         bool tex_allows_spaces;
450         /** Prepend paths to the PATH environment variable.
451          *  The string is input, stored and output in native format.
452          */
453         std::string path_prefix;
454         /// Use the cache for file converters?
455         bool use_converter_cache;
456         /// The maximum age of cache files in seconds
457         unsigned int converter_cache_maxage;
458         /// Sort layouts alphabetically
459         bool sort_layouts;
460         /// Group layout by their category
461         bool group_layouts;
462         /// Toggle toolbars in fullscreen mode?
463         bool full_screen_toolbars;
464         /// Toggle scrollbar in fullscreen mode?
465         bool full_screen_scrollbar;
466         /// Toggle tabbar in fullscreen mode?
467         bool full_screen_tabbar;
468         /// Toggle menubar in fullscreen mode?
469         bool full_screen_menubar;
470         /// Limit the text width?
471         bool full_screen_limit;
472         /// Width of limited screen (in pixels) in fullscreen mode
473         int full_screen_width;
474         ///
475         bool completion_cursor_text;
476         ///
477         double completion_inline_delay;
478         ///
479         bool completion_inline_math;
480         ///
481         bool completion_inline_text;
482         ///
483         int completion_inline_dots;
484         ///
485         bool autocorrection_math;
486         ///
487         double completion_popup_delay;
488         ///
489         bool completion_popup_math;
490         ///
491         bool completion_popup_text;
492         ///
493         bool completion_popup_after_complete;
494         ///
495         bool open_buffers_in_tabs;
496         ///
497         bool single_close_tab_button;
498         ///
499         std::string forward_search_dvi;
500         ///
501         std::string forward_search_pdf;
502         ///
503         int export_overwrite;
504         /// Default decimal point when aligning table columns on decimal
505         std::string default_decimal_point;
506         ///
507         enum ScrollWheelZoom {
508                 SCROLL_WHEEL_ZOOM_OFF,
509                 SCROLL_WHEEL_ZOOM_CTRL,
510                 SCROLL_WHEEL_ZOOM_SHIFT,
511                 SCROLL_WHEEL_ZOOM_ALT
512         };
513         ///
514         ScrollWheelZoom scroll_wheel_zoom;
515 };
516
517
518 /** \c LyXRC_PreviewStatus is a wrapper for LyXRC::PreviewStatus.
519  *  It can be forward-declared and passed as a function argument without
520  *  having to expose LyXRC.h.
521  */
522 class LyXRC_PreviewStatus {
523         LyXRC::PreviewStatus val_;
524 public:
525         LyXRC_PreviewStatus(LyXRC::PreviewStatus val) : val_(val) {}
526         operator LyXRC::PreviewStatus() const { return val_; }
527 };
528
529 void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC const & lyxrc_new);
530
531 ///
532 extern LyXRC lyxrc;
533 ///
534 extern LyXRC system_lyxrc;
535
536 // used by at least frontends/qt4/GuiPref.cpp
537 const long maxlastfiles = 20;
538
539 } // namespace lyx
540
541 #endif