Re: panel scrolling



Hi!

On Mon, 23 Dec 2013 20:43:08 -0800 "Mike Smithson" <mdooligan gmail com> wrote:
Try it, you'll like it.

Cool! Looks very interesting.

Would you please create a ticket at the midnight-commander.org?

It also demonstrates how easy it is to add new option to mc these days.

I have some remarks to your patch.

We have some indentation rules for mc source code. Please run "make indent" before
create patches.

[...]

+    .scroll_center = TRUE,

By default, new behavior should be switched off.

[...]

+                    QUICK_CHECKBOX (N_("&Center scrolling"),  &panels_options.scroll_center, NULL),

The "&C" key is already in use in every dialog window (in the "Cancel" button).
The "&s" key is free in this dialog and can be used for this option.

Please provide a short description of new option in the mc internal help (doc/man/mc.1.in).

[...]

-- 
Andrew


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]