digitalmars.D.learn - Blog Post #0032 - Menu Accelerator Keys
- Ron Tarrant (3/3) May 03 2019 An accelerating post for a rainy Friday (well, it's raining here,
- number (5/17) May 07 2019 (above also on the blog page)
- Ron Tarrant (5/10) May 07 2019 It always makes me happy when you point out the small stuff. It
- number (4/8) May 08 2019 I do feel a bit pedantic about it too :), on the other hand wrong
- Ron Tarrant (2/3) May 09 2019 That's like OCD, right? :)
An accelerating post for a rainy Friday (well, it's raining here, at least) all about menu accelerator keys. Here's the link: http://gtkdcoding.com/2019/05/03/0032-accelerator_keys.html
May 03 2019
On Friday, 3 May 2019 at 12:12:32 UTC, Ron Tarrant wrote:An accelerating post for a rainy Friday (well, it's raining here, at least) all about menu accelerator keys. Here's the link: http://gtkdcoding.com/2019/05/03/0032-accelerator_keys.htmlsome end block comments need update:class FileMenuHeader } // class MenuHeaderclass EditMenuHeader } // class MenuHeader(above also on the blog page)void doSomething(MenuItem mi) } // exit()There is also 4 times a comment '// arg: ...' that doesn't make sense in that context.void doSomething(MenuItem mi) } // doSomethingNew()
May 07 2019
On Tuesday, 7 May 2019 at 12:02:10 UTC, number wrote:On Friday, 3 May 2019 at 12:12:32 UTC, Ron Tarrant wrote:It always makes me happy when you point out the small stuff. It means I got the big stuff right. :) I guess you've been away a while? Or do you save up and read a bunch all at once?There is also 4 times a comment '// arg: ...' that doesn't make sense in that context.void doSomething(MenuItem mi) } // doSomethingNew()
May 07 2019
On Tuesday, 7 May 2019 at 17:41:42 UTC, Ron Tarrant wrote:It always makes me happy when you point out the small stuff. It means I got the big stuff right. :)I do feel a bit pedantic about it too :), on the other hand wrong comments are worse than no comments.I guess you've been away a while? Or do you save up and read a bunch all at once?not away, just reading it when i feel like it, yes.
May 08 2019
On Wednesday, 8 May 2019 at 15:06:23 UTC, number wrote:I do feel a bit pedantic about it too :)That's like OCD, right? :)
May 09 2019