lyx_mirror/lib/lyx2lyx
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
..
generate_encoding_info.py rename generate_enconding_info.py to generate_encoding_info.py 2006-08-14 15:11:57 +00:00
lyx2lyx Wow. 2008-01-11 08:03:48 +00:00
lyx2lyx_lang.py Add "default" to language list. (fixes a crash). 2007-12-10 18:51:54 +00:00
lyx2lyx_version.py.in Convert all python files to utf-8. 2006-08-02 14:19:22 +00:00
lyx_0_06.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_08.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_10.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_0_12.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_0.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1_5.py string.join(lst) -> " ".join(lst) and not "".join(lst) 2006-08-02 16:13:01 +00:00
lyx_1_1_6_0.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1_6_3.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_1.py Add support for input encoding handling by lyx2lyx. 2006-08-07 14:10:41 +00:00
lyx_1_2.py Remove calls to deprecated module string. 2006-08-02 15:45:44 +00:00
lyx_1_3.py Remove calls to deprecated module string. 2006-08-02 15:45:44 +00:00
lyx_1_4.py * lib/lyx2lyx/lyx_1_4.py: 2008-01-12 09:59:37 +00:00
lyx_1_5.py * lib/lyx2lyx/lyx_1_5.py: 2008-02-25 13:32:08 +00:00
lyx_1_6.py Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx 2008-05-30 15:38:43 +00:00
LyX.py No need to change LyX.py everytime there is a file format change 2008-05-08 10:01:38 +00:00
Makefile.am Fix bug 518 (thanks to Jean Marc and Martin for the help) 2007-08-12 13:25:36 +00:00
parser_tools.py lyx2lyx: lyx2lyx: lyx_1_6.py, parser_tools.py: 2008-04-12 13:54:30 +00:00
profiling.py Convert all python files to utf-8. 2006-08-02 14:19:22 +00:00
test_parser_tools.py Start to consolidate the functions in parser tools. 2006-08-02 14:25:43 +00:00