Thanks again!
pspad:
--------------------------------------------------------------------------------
1. Code labels
there is no problem to modify code parser, but please don't suppose I am
worlking with all supported languages. Users are the ones who initiates change.
Can you send me please some more complex AutoHotkey code sample?
--------------------------------------------------------------------------------

Labels and functions work fine:
function_name(param1,param2)
  {
  codeline1
  codeline2 
  (This works for the code explorer)
  }

label1:codeline

label2:
  codeline1
  codeline2
  (labels with : works for the code explorer)
RETURN

The problem is with the hotkey labels, s.
https://1drv.ms/u/s!AtSPtQwhN85bgj_cZqrjHvJx2fyQ?e=mZ8JDp
In this code example the hotkeys F13:: an APPSKEY:: are shown in the code
explorer but not the others, like #รค::
pspad:
--------------------------------------------------------------------------------
2. I use comment lines like

In the Highlighter settings is possibility to set Document comment, what is
displayed in the Code explorer. Put there e.g.: ; ===
--------------------------------------------------------------------------------

Thanks. This is a good functionality and it works now. But as visible in the
image I need to change the === lines a little bit for more overview.

-- 
<https://forum.pspad.com/read.php?2,77222,77225>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem