Posted: Thu Feb 20, 2003 7:31 am
Restored from previous forum. Originally posted by Eddy.
Add this in callback wincallback fuunction
Otherwise hightlighting does not work when you move your selection with mouse.
Armageddon command : Format All +S +Pain \now
Add this in callback wincallback fuunction
Code: Select all
If *MSGFilter\msg = #WM_LBUTTONDOWN
Virtualkey = *MSGFilter\wParam
If Virtualkey = #MK_LBUTTON
SyntaxHighlighting()
UpdateProcedureList()
EndIf
Armageddon command : Format All +S +Pain \now