_Access Violation_ In my file explorer, FreeCommanderXE, I had a .md file selected, so I hit Return to open it in PSP. Then I got this access violation, with the small window appearing infront of the log window. Hitting OK button just opened another small window, so I could not reach the log window to send the log via email. I just have this Screenshot (viz https://snipboard.io/gjAR0P.jpg ).
_Missing PHP Definitions_ a) PSPad doesn't know all predefined Magic Constants, just 4 out of 8. Missing are __DIR__, __TRAIT__, __METHOD__, and __NAMESPACE__. Screenshot (viz https://snipboard.io/zAGtyl.jpg ), Reference (viz https://www.php.net/manual/en/language.constants.magic.php ) b) In PSPad there are also missing definitions for several PHP Core Predefined Constants: Reference (viz https://www.php.net/manual/en/reserved.constants.php ) _Auto Complete Can Stop Operating_ To make Auto Complete failing, create a new PHP file. Type in '__' to trigger Auto Complete suggesting some Magic Constants, and keep those suggestions visible. Move your mouse to Windows Taskbar and select an icon of another running applicatin, to bring that up into front. Click the same icon again, which brings PSPad infront again. The suggestions are gone (cursor too), and don't re-appear whatever you try. E.g. make a new line, and type '__' again. To make Auto Complete working again, switch again to another application and back. -- <https://forum.pspad.com/read.php?6,76652,76699> PSPad freeware editor https://www.pspad.com
