mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-01 20:14:15 +01:00
4 new API are added: - NPPM_GETEXTERNALLEXERAUTOINDENTMODE - NPPM_SETEXTERNALLEXERAUTOINDENTMODE - NPPM_ISAUTOINDENTON - NPPM_GETCURRENTMACROSTATUS * Added support for custom auto-indentation for external lexer. * Also added messages to fetch current Macro status (Idle, Recording, Stopped, Running) -> for this also affects auto-indentation behavior. * Also added capability to query for the current User Settings of "Use Auto Indentation". Fix #11253, close #11278