nDoc 1.3.1. stores project properties, including
documenter parameters, in .ndoc project file, that is all
settings are nDoc project specific. It would be helpfull to
be able to define/manage common project properties.
Here's a description of possible solution:
1. UserSpecificSettings receive new "CommonProjectFile"
property. Relative or absolute filename is supported.
2. MainForm.ReadConfig relays new property value to Project.
Project.Clear inits to common values where defined.
Project.Write gets additional logics.
3. To be able to reuse (1) documenter's Read logics we need
to change IDocumenterConfig.Read signature.
I am testing changed source. Feedback is welcome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nDoc 1.3.1 additional user setting
Logged In: YES
user_id=1265577
Here's a description of possible solution:
1. UserSpecificSettings receive new "CommonProjectFile"
property. Relative or absolute filename is supported.
2. MainForm.ReadConfig relays new property value to Project.
Project.Clear inits to common values where defined.
Project.Write gets additional logics.
3. To be able to reuse (1) documenter's Read logics we need
to change IDocumenterConfig.Read signature.
I am testing changed source. Feedback is welcome.