On Sat, Jun 24, 2023 at 12:44 PM Félix <felixgra...@gmail.com> wrote:

>  I was making sure leojs was behaving properly,


No problem.

One more thing. Your example is somewhat contrived because indented @others
statements are bad style unless they occur in a context where indentation
is expected.

Good style:

class MyClass
    @others

if QtGui:
    << define QtGui classes >>

Bad style:

line 1
line 2
    @others
line 3
line 4

HTH.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS1uXXO0MRx_RirGVddNiSt%2BBU1KNusTGk7WfKmUfQD26A%40mail.gmail.com.

Reply via email to