g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

Keywords used in reports/strings are affected by the casing option #3

Closed goglecm closed 6 years ago

goglecm commented 6 years ago

When keywords are used in reports or strings they become uppercase/lowercase depending on how you set the Keyword Case option. This should not happen. When a file name is specified and it gets changed, the file can no longer be found. An example of where this occurred: REPORT "A_ARITH_MOD_tester.main Tester IS now ready. A total OF " & INTEGER'image(totalTests) & " tests have been detected.";

g2384 commented 6 years ago

Fixed