You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.5 KiB

6 years ago
6 years ago
  1. # VHDL Fomatter
  2. VHDL formatter web online written in javascript
  3. [Online version https://g2384.github.io/VHDLFormatter/](https://g2384.github.io/VHDLFormatter/)
  4. ## Release Notes
  5. ### 2.4 [2018-02-23]
  6. - use local storage to store settings
  7. - add `main.js`
  8. - treat key words and type names separately
  9. - expand/hide setting options
  10. - align signs locally or globally
  11. ### 2.3 [2018-02-22]
  12. - bugfix "remove non-comment code by mistake"
  13. - add `tests` folder, improve the project management
  14. - support extended identifier (backslash names)
  15. - fix exponential notation
  16. - user can choose EOL symbols (or use system's by default)
  17. - align comments (when user chooses "align" option)
  18. - bugfix "extra whitespaces around unary minus or plus"
  19. Many thanks to [@MihaiBabiac](https://github.com/MihaiBabiac)
  20. ### 2.2 [2018-10-16]
  21. - support enumerated types
  22. ### 2.1 [2018-03-22]
  23. - fix keywords case issues
  24. - anything in quotes will not be touched
  25. - correct format for comments after multi-line statement
  26. - options to align signs in parameter lists
  27. - fix function indentation
  28. - fix "align symbols affects process label"
  29. - do not align multi-occurrence symbols in a line
  30. - better styles (checkbox, button, disabled)
  31. - support package bodies
  32. - fix "newline after PORT affects PORT MAP"
  33. ### 2.0 [2018-02-16]
  34. - rewrite the main algorithm (& move to a new repository)
  35. - add more unit tests
  36. - fix all known issues
  37. ### 1.1 [2016-11]
  38. - fix some bugs reported by users
  39. - add unit tests
  40. ### 1.0 [2015-01]
  41. - support most of the VHDL features