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