lyx_mirror/lib
Bernhard Roider 1a77c867a2 CmdDef.cpp/h: A class that manages command definitions. The definitions are
by default read from lib/commands/default.def 
              A .def file allows to define a command with
              \define "Name" "lfun"
              where Name is the name of the new command and lfun is the code
              to be executed.
              \def_file "FileName"
              allows to include another .def file.
              The implementation of CmdDef is similar to KeyMap, i.e. there is 
              one instance created in the LyX.cpp that reads the .def file, holds 
              a list containing all definitions, and supplies access methods.


LFUN_CALL:    The new lfun is used to execute a command definition, e.g.
              call Name

If a toolbar item has the associated action "call Name" then the image 
lib/images/commands/Name.png is used for the button.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21093 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-20 23:27:03 +00:00
..
bind InsetInfo: add shortcut C-S-I. (there will be no menu item, because this feature is for developers and document maintainers) 2007-10-11 15:08:30 +00:00
commands CmdDef.cpp/h: A class that manages command definitions. The definitions are 2007-10-20 23:27:03 +00:00
doc Update the documentation on copiers a little bit. 2007-10-18 16:57:59 +00:00
examples Hungarian translation updates by Szöke 2007-10-03 21:14:22 +00:00
fonts Add the esint font to the private fonts. 2007-10-06 15:30:29 +00:00
images The huge URL patch: 2007-10-13 19:06:09 +00:00
kbd Add keymap file for Farsi, provided by Mostafa 2007-06-22 22:41:45 +00:00
layouts Verbatim for URL inset, \protect for special phrases (index inset) 2007-10-20 17:05:28 +00:00
lyx2lyx Fix lyx2lyx 2007-10-18 16:49:22 +00:00
scripts layout2layout, changeover to version 5 2007-08-22 14:36:07 +00:00
templates g-brief: fix typos (ported from r20614) 2007-09-30 22:51:53 +00:00
tex remove class cv, now that it has been superceded by simplecv 2007-05-02 10:41:05 +00:00
ui Fix annoying menu warning. Please, test shortcuts before using them. 2007-10-15 15:05:36 +00:00
autocorrect
build-listerrors
chkconfig.ltx InsetInfo: Move LaTeXConfig.lyx.in to LaTeXConfig.lyx and stop processing this file in configure.py (and chkconfig.ltx. 2007-10-11 15:43:44 +00:00
configure.py Fix DraftDVI entry 2007-10-15 23:32:07 +00:00
CREDITS add Paul A. Rubin to the Hall of Fame. 2007-09-25 14:15:15 +00:00
encodings encodings: disable the new SJIS-plain encoding as long as we don't support it properly, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129935.html 2007-10-11 23:41:57 +00:00
external_templates
generate_contributions.py add Paul A. Rubin to the Hall of Fame. 2007-09-25 14:15:15 +00:00
languages encodings: add dummy encodings for plain Japanese support (Patch by Yokata san) 2007-10-08 00:18:11 +00:00
Makefile.am CmdDef.cpp/h: A class that manages command definitions. The definitions are 2007-10-20 23:27:03 +00:00
symbols Add the esint font to the private fonts. 2007-10-06 15:30:29 +00:00
syntax.default
unicodesymbols Some more Greek and Cyrillic symbols. 2007-10-13 13:34:33 +00:00