Why not allow people to submit name:url associations for dman?

2012-01-30 Thread Bernard Helyer
I've found myself using dman more than I thought I would, but it is a little annoying when it fails to find a page and I navigate to it manually -- I wouldn't mind if I could improve dman for the next release. Perhaps a text file on GitHub we could submit pull requests to? Thanks, -Bernard.

Re: Why not allow people to submit name:url associations for dman?

2012-01-30 Thread Walter Bright
On 1/30/2012 12:04 AM, Bernard Helyer wrote: I've found myself using dman more than I thought I would, but it is a little annoying when it fails to find a page and I navigate to it manually -- I wouldn't mind if I could improve dman for the next release. Perhaps a text file on GitHub we could su

Re: Why not allow people to submit name:url associations for dman?

2012-01-31 Thread Jesse Phillips
On Monday, 30 January 2012 at 11:12:36 UTC, Walter Bright wrote: On 1/30/2012 12:04 AM, Bernard Helyer wrote: I've found myself using dman more than I thought I would, but it is a little annoying when it fails to find a page and I navigate to it manually -- I wouldn't mind if I could improve d

Re: Why not allow people to submit name:url associations for dman?

2012-01-31 Thread Walter Bright
On 1/31/2012 8:19 AM, Jesse Phillips wrote: Couldn't it be a text file that is compiled in with import()? Or a d file with a single function containing add(name, url); for each entry. Some stand alone and easy to read/edit. It already does that to some extent.