1. Open PureBasic x86 6.30 beta4.
2. Create a new source file and define a `HeaderSection`.
3. Inside the `HeaderSection`, declare a variable using lowercase:
Code: Select all
HeaderSection
end = 0;
EndHeaderSection
4. Save, Close, Open
Observe that the editor changes `end` to `End` automatically on Open.
Expected Behavior:
The editor should preserve the original capitalization of variable names.
Environment:
- Editor: PureBasic x86 6.30 beta4
- OS: Windows 11

