Menu

#3 Project dependent configuration

closed
nobody
5
2007-05-01
2007-03-23
No

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.

Discussion

  • Martin Kesting

    Martin Kesting - 2007-05-01

    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.

     
  • Martin Kesting

    Martin Kesting - 2007-05-01
    • status: open --> closed
     
  • Luka Cehovin

    Luka Cehovin - 2007-05-01

    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 ;)

     
  • Luka Cehovin

    Luka Cehovin - 2007-05-01
    • status: closed --> open
     
  • Luka Cehovin

    Luka Cehovin - 2007-05-01

    Logged In: YES
    user_id=988539
    Originator: YES

    dammit ... i have accidentally reopened the request .... sorry

     
  • Luka Cehovin

    Luka Cehovin - 2007-05-01
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB