paullefebvre / ReformatCode

A script file for automatically reformatting your Xojo code
MIT License
1 stars 0 forks source link

Doesn't seem to be working #1

Open alexvinidiktov opened 5 days ago

alexvinidiktov commented 5 days ago

I've added the ReformatCode.xojo_script file to the Scripts folder. I've restarted the IDE. I've set "Coding - Apply standardize format after ending line" to on in Settings.

When I entered the below code and hit Enter, it was not replaced with i = i + 1.

Var i As Integer i++

Xojo 2024r2.1 Desktop edition, macOS 15.0

What am I missing?

alexvinidiktov commented 5 days ago

Never mind. Found the issue. I messed up when downloading the ReformatCode.xojo_script file. I've redownloaded it and it is working.