How can i remove this comments at the top of my code?

14 views
Skip to first unread message

Natan Scalvence

unread,
Sep 19, 2021, 7:07:17 AM9/19/21
to leo-editor

I'm totally new to Leo Editor, and I'd like to know how I can remove these comments at the top of my code, and if it's possible in the case. Grateful. Below is an example:


#@+leo-ver=5-thin
#@+node:.20210918221507.2: * @file plugin.py
#@@language c

#include <stdio.h>
#include <stdlib.h>

int main()
{
      puts("Hello World");
      return EXIT_SUCCESS;
}

#@-leo

Edward K. Ream

unread,
Sep 19, 2021, 7:10:09 AM9/19/21
to leo-editor
On Sun, Sep 19, 2021 at 6:07 AM Natan Scalvence <scal...@gmail.com> wrote:

I'm totally new to Leo Editor, and I'd like to know how I can remove these comments at the top of my code, and if it's possible in the case. Grateful. Below is an example:


#@+leo-ver=5-thin
#@+node:.20210918221507.2: * @file plugin.py
#@@language c

Use `@clean` instead of `@file`.

There are advantages to each.

Edward
Reply all
Reply to author
Forward
0 new messages