On 4/12/2009 9:13 PM, Adrian Buehlmann wrote: > Maybe I should extract the currently hard coded cmenu config out of the code > into a file that is read by the shell extension on init while I'm at it (would > contain the ui strings, icon file names and the exact command line that is > started). > > (Sigh, looks like quite a bit of yet more unpaid work).
Has any more thought been given to moving to something closer to bzr's tortoise environment as discussed here earlier this year? Bzr has made alot of progress over the last year and has resolved some long standing integration issues - they even recently made changes to it can be built with the free version of MSVC. This would seem to solve the problem of hard-coded menu items and make the more complex bits of this easier to maintain - as little written in C as possible, potential for code (and therefore debugging and maintenance) to be shared with other similar projects, all menus etc being handled by the Python implemented taskbar process, etc... While I haven't looked at their code in about a year, I do see evidence (via bugs being closed) of it progressing well... Cheers, Mark ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

