User should be able to configure project specific settings (for example header comment can differ from project to project). I know it is possible to do that as many plugins do so ... but i am not sure how hard it is to implement it.
Actually there are still no project specific settings, but starting with 1.3 there are variables available and you can define your header like this:
#if(${project_name} == 'Project one')
* Description for Project number one.
#elseif(${project_name} == 'Project two')
* Description for Project number two.
#else
* Description for Project number three.
#end
Hope this helps. I will close this request. Please open a new one if you still need project specific settings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The 1.3 release looks really cool so i think i will manage without project specific settings for a while longer :) Perhaps i may even write a patch for this although it will not be soon ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1574842
Originator: NO
Actually there are still no project specific settings, but starting with 1.3 there are variables available and you can define your header like this:
#if(${project_name} == 'Project one')
* Description for Project number one.
#elseif(${project_name} == 'Project two')
* Description for Project number two.
#else
* Description for Project number three.
#end
Hope this helps. I will close this request. Please open a new one if you still need project specific settings.
Logged In: YES
user_id=988539
Originator: YES
The 1.3 release looks really cool so i think i will manage without project specific settings for a while longer :) Perhaps i may even write a patch for this although it will not be soon ;)
Logged In: YES
user_id=988539
Originator: YES
dammit ... i have accidentally reopened the request .... sorry