Enable/Disable auto-indentation inside the macros

Working on new editor enhancements?
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Enable/Disable auto-indentation inside the macros

Post by Olliv »

Hello, here is a wish :

there is even lots of macros requiring not to work with auto-indentation.

Code: Select all

Macro HeadProc(ProcName)
Procedure ProcName()
EndMacro
Auto-indent enable/disable switch option should be good.