[EMAIL PROTECTED] wrote:
On Mon, 13 Aug 2007, Abdelrazak Younes wrote:
No, as I said, the incremental svn diff are already available.
Reviewing such a big patch is masochistic.
Being ignorant, could you please tell me how you mean I shold access the
incremental diff? (Or point me to suitable instructions of course). I
wouldn't mind testing another approach to see if that's better.
I've already posted this on Lars' request:
http://www.lyx.org/trac/changeset/18908
http://www.lyx.org/trac/changeset/18909
http://www.lyx.org/trac/changeset/18910
http://www.lyx.org/trac/changeset/18942
http://www.lyx.org/trac/changeset/18951
http://www.lyx.org/trac/changeset/18963
http://www.lyx.org/trac/changeset/18964
http://www.lyx.org/trac/changeset/18998
http://www.lyx.org/trac/changeset/18999
http://www.lyx.org/trac/changeset/19000
http://www.lyx.org/trac/changeset/19065
http://www.lyx.org/trac/changeset/19067
http://www.lyx.org/trac/changeset/19068
http://www.lyx.org/trac/changeset/19077
http://www.lyx.org/trac/changeset/19079
http://www.lyx.org/trac/changeset/19082
http://www.lyx.org/trac/changeset/19083
http://www.lyx.org/trac/changeset/19084
http://www.lyx.org/trac/changeset/19085
http://www.lyx.org/trac/changeset/19086
http://www.lyx.org/trac/changeset/19087
http://www.lyx.org/trac/changeset/19115
http://www.lyx.org/trac/changeset/19116
http://www.lyx.org/trac/changeset/19130
http://www.lyx.org/trac/changeset/19136
http://www.lyx.org/trac/changeset/19142
http://www.lyx.org/trac/changeset/19143
http://www.lyx.org/trac/changeset/19144
http://www.lyx.org/trac/changeset/19147
This is the same as in trunk, so maybe you could point to documentation
in the code that explains the new structure? (I'm trying to learn!)
Look at frontend/Application.h. I wrote an overview of the current
architecture there and also some hints as to what to do in the future.
This future is *now* with my patch. I'll update this overview when/if
the big bosses accept it.
Documentation in the code is _very_ helpful to developers trying to
understand what it does (and what it is intended to do -- these doen't
necessarily coincide..).
I am always careful to document my code. There's a site somewhere that
do statistic on the svn commit. You will see there that my
code/comment ratio is one of the highest.
That's very good, I hope you aren't confusing commit messages with
change documentation, with documentation of design/API/etc?
I am not.
Abdel.