Questions tagged [mcedit]

mcedit is an editor included with Midnight Commander featuring syntax highlighting for many languages, macros, code snippets, etc.

mcedit is an editor included with Midnight Commander, which can be executed as standalone program or from Midnight Commander using the F4 key.

Features include syntax highlighting for many languages, macros, code snippets, simple integration with external tools, automatic indentation, mouse support, clipboard and the ability to work in both ASCII and hex modes.

16 questions
-3
votes
2 answers

if __name__ == "__main__" dosent do anything

I made my code simpler here but I think I have also narrowed down my question. name dosent equal main when this is run by mcedit as a filter, so are you supposed to compare name to something else other than main that its called by another program,…
1
2