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
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/339228d6-ee88-4847-afc0-aa51b9fb1879n%40googlegroups.com.