Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Releases: phwt/Code-Notes

Code-Notes: JavaFX Version

Choose a tag to compare

@phwt phwt released this 28 Nov 06:00
a30ecc5

Changelog

  • Dark theme
  • Increase window size on launch
  • Directory Listing: Add icon indicating files and folders
  • Directory Listing: FIXED - Thread exception on root directory change.

Code-Notes: JavaFX Version

Choose a tag to compare

@phwt phwt released this 22 Nov 14:22
4c88071

Changelog

  • First JavaFX version release

Known Issues

  • Exit the application with unsaved tabs open will sometime cause the unsaved prompt dialog to appear incorrectly.
  • Changing a Directory Listing root will cause a thread exception.

[LEGACY] Code-Notes: Swing version

Choose a tag to compare

@phwt phwt released this 22 Nov 14:09
7fe7c82

This application is first made under the Swing toolkit and found out that "Look and Feel" customization is very limited so we decided to use JavaFX instead.

Changelog

  • First release
  • Swing version discontinued

Known Issues

  • If there's no tab(s)/file(s) present in the editor any attempt to exit the application will result in a crash
  • Directory Listing: Browsing a large directory (e.g. root) will cause performance issues. (Fixed in JavaFX version)

Disclaimer - This version is untested.