On 4/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Anyway, seems I am outnumbered on this one.
Actually, I tend to fell as you do, but I do not care enough to
complain.
So the conclusion is that you guys are outnumbered. :-)
Complain now or never:
1. Rename all .C to .cpp
2. Capitalize all single word filenames under src:
cursor.C => Cursor.cpp, main.C ==> Main.C etc. This is not
absolutely necessary but should look better when 3 is done.
3. Rename all multiple word filenames under src in the form of:
cursor_slice.C ==> CursorSlice.cpp
bufferlist.C ==> BufferList.cpp
output_docbook.C ==> OutputDocbook.cpp
etc
4. src/insets: apply 2. e.g. insetcite.C ==> InsetCite.cpp and
render_graphic.C ==> RenderGraphic.cpp. Mathed, graphics is already in
this form.
5. I am not sure about support. Too may #include need to be changed if
we rename them.
It is a bad feeling that I am removing traces of the history of lyx...
Cheers,
Bo