Given:

Jde Gen K&R: [Hide] [Toggle]  off (nil)
   [State]: this option has been set and saved.
If non-nil, use braces in Original Kerningham & Ritchie Style. [Hide]
The Creators of C started using brace placement style:

    class Some {

    }

But there is also alternative line-up style

    class Some
    {

    }

Setting this variable to t, uses k&R style in skeletons and tempaltes.

Changing this variable after JDE is loaded does nothing,
because it is evaluated at load time to set up default templates.

Can anyone tell me why my braces line up as follows:

    void method1( char *var21, int var2 )
        {
            return 2;
        }

Also, I am assuming that the expansion of *main* doesn't refererence the
Jde Gen K&R option.  Can the braces style for main be customized?

Thanks,
Jeff

Reply via email to