Menu

#21 Feature Request: Open Last Wiki at Startup

open
5
2004-09-02
2004-09-02
No

Sure would be nice...

Discussion

  • Craig Andera

    Craig Andera - 2004-09-03

    Logged In: YES
    user_id=879696

    Hardly seems unreasonable. :) I'll try to remember to put it
    in to the next release. Of course, if you want to write the
    code yourself, I'd be happy to integrate it... ;)

     
  • Gaëtan Frenoy

    Gaëtan Frenoy - 2004-09-30

    Logged In: YES
    user_id=294227

    From version 0.93.1, adding :
    if (recentWikis.Count > 0)
    {
    OpenWikiInternal(recentWikis[0]);
    }
    at line 621 of Controller.cs should do it (about the end of
    Init).
    But we probably want to make this optional ?

    From what I see in the code, there is no "global" option
    mechanism where I could put this, is this correct ?

     
  • Craig Andera

    Craig Andera - 2004-09-30

    Logged In: YES
    user_id=879696

    You are correct: adding this feature requires implementing a
    Tools->Options dialog, adding tests for it, adding tests for
    the feature itself, and of course adding the feature. Also,
    it needs to be done in such a way that the config file that
    stores the option is both backwards and forwards compatible.

    None of which is hard; I will do this at some point soon.
    But I'm still devoting a fair amount of time to the FlexWiki
    launch. That should quiet down soon, and I'll start to be
    able to roll some of my changes in to FlexWikiPad.

     

Log in to post a comment.