lyx_mirror/development
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
..
attic I'll find a solution for the 'dirList problem', Abdel. 2007-11-30 20:57:53 +00:00
cmake cmake: use 2.4 behavior also for cmake 2.6 2008-05-24 21:22:36 +00:00
coding had this hanging around... 2008-05-23 19:39:56 +00:00
lyxserver
MacOSX do not use #ifdef in main code; use the lyxrc.dist mechanism to provide defaults for mac osx 2008-04-01 09:18:03 +00:00
mathmacros * description of the math macro implementation 2008-03-15 10:54:26 +00:00
scons Re-engineer the toolbar support code: 2008-05-27 11:15:17 +00:00
tools Too much comments. 2008-04-09 18:28:47 +00:00
Win32 move setting for display version to settings.nsh 2008-05-12 23:04:13 +00:00
boostworkaround.txt
FORMAT Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx 2008-05-30 15:38:43 +00:00
gettext.patch
lazy_lyxtext.txt
lyx.rpm.README * README: 2007-09-25 11:05:05 +00:00
lyx.spec.in remove more traces of changelogs 2007-10-01 10:58:20 +00:00
Makefile.am Make dist broken. Again. 2008-05-26 22:47:20 +00:00
Seminar.txt