lyx_mirror/lib
Richard Heck 2a47858dda Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx
file has been changed to "space" to match the identifier used for the inset in
Inset.cpp and for the dialog in GuiView.cpp.

In future, we will want to get a similar uniformity elsewhere: The identifier
used in the LyX file should match the one used as inset identifier. The easy
way to do this, in the code, is to have insets write themselves this way:
	os << insetName(lyxCode()) << " ";
rather than at present:
	os << "space ";
Similar things could then happen elsewhere. E.g., if the dialog names are in
sync with the inset names, then we could do something like:
	hideDialogs(insetName(lyxCode()), this);
rather than
	hideDialogs("space", this);
and perhaps even put that into the Inset destructor rather than have specific
versions in each inset---with a test for whether there is such a dialog, of
course.

But this is all for later.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25016 a592a061-630c-0410-9148-cb99ea01b6c8
2008-05-30 15:38:43 +00:00
..
bind sciword.bind: update the math numbering to what we have in trunk, fixes also bug 4893 2008-05-28 20:45:01 +00:00
commands CmdDef: 2007-12-02 22:10:26 +00:00
doc German Extended.lyx: - small correction by Hartmut 2008-05-28 20:51:37 +00:00
examples examples/es/mathed.lyx: deleted because the Math manual has been translated to Spanish since LyX 1.5.5. 2008-05-11 13:35:58 +00:00
fonts Add the esint font to the private fonts. 2007-10-06 15:30:29 +00:00
images Move pin image to the attic. 2008-04-20 03:20:44 +00:00
kbd Add keymap file for Farsi, provided by Mostafa 2007-06-22 22:41:45 +00:00
layouts Revert previous commit. 2008-05-30 14:59:28 +00:00
lyx2lyx Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx 2008-05-30 15:38:43 +00:00
scripts escape backslashes when importing the cells 2008-05-20 11:20:33 +00:00
templates method to avoid to use the end letter environment (patch by Jürgen) 2008-02-06 19:56:00 +00:00
tex remove class cv, now that it has been superceded by simplecv 2007-05-02 10:41:05 +00:00
ui fix duplicate shortcuts. 2008-05-29 11:45:00 +00:00
autocorrect
build-listerrors
chkconfig.ltx ** support pdfpages via external inset ** 2008-04-11 14:07:25 +00:00
configure.py * lib/configure.py: 2008-05-25 08:49:15 +00:00
CREDITS add Nicola Focci to the credits, part 2/3 2008-05-03 18:43:22 +00:00
encodings Fileformat change. 2008-03-29 23:25:40 +00:00
external_templates * src/insets/InsetExternal.cpp (validate): 2008-04-13 12:50:35 +00:00
generate_contributions.py add Nicola Focci to the credits, part 2/3 2008-05-03 18:43:22 +00:00
languages languages: corrected command for Mexican - as result of a long discussion 2008-04-22 01:38:47 +00:00
Makefile.am examples/es/mathed.lyx: deleted because the Math manual has been translated to Spanish since LyX 1.5.5. 2008-05-11 13:35:58 +00:00
symbols * lib/symbols: 2008-02-19 07:14:05 +00:00
syntax.default
unicodesymbols * lib/unicodesymbols: 2008-02-07 20:38:04 +00:00