I have split fv_View.cpp into three files: fv_View_cmd.cpp containing only ::cmd* functions, fv_View_protected.cpp containing all private and protected functions ::_ and fv_View.cpp for the rest. This reduced the size of the main file to "mere" 7331 lines, which is at least more manageable than the original 12000+.
Tomas
