Thread overview
Blog Post #0032 - Menu Accelerator Keys
May 03, 2019
Ron Tarrant
May 07, 2019
number
May 07, 2019
Ron Tarrant
May 08, 2019
number
May 09, 2019
Ron Tarrant
May 03, 2019
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 07, 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.html

some end block comments need update:

>> class FileMenuHeader
>> } // class MenuHeader

>> class EditMenuHeader
>> } // class MenuHeader

>> void doSomething(MenuItem mi)
>> } // exit()
(above also on the blog page)

>> void doSomething(MenuItem mi)
>> } // doSomethingNew()


There is also 4 times a comment '// arg: ...' that doesn't make sense in that context.

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:

>>> void doSomething(MenuItem mi)
>>> } // doSomethingNew()
>
>
> There is also 4 times a comment '// arg: ...' that doesn't make sense in that context.

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?
May 08, 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 09, 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? :)