This repository was archived by the owner on Jul 13, 2022. It is now read-only.
Version 1.5
Version 1.5 13072020:
New In This Version:
New:
- Bugs are all imported into database on Github Repository.
All bug reference numbers will now match accordingly.
Undocumented bugs will be expressed in five digits(e.g., 00014)
- Chinese Simplified and Traditional support with Arial Unicode MS.
- Multilingual font support with Noto Sans & Noto Serif.
- Default font is now Noto Sans.
- Nimbus LAF is now the default theme.
- Fixes (8)
- #4 -> Improve saving function symbol.
- #6 -> Check For Updates Function
- After clicking "Don't Remind Me", you can still update by
finding "Check for updates" in the menu.
- #7 -> New Option to Save on Close in settings.
- #10 -> File Converter
- #11 -> Text Completion
- 00015 -> Application path doesn't update in text file
-> Key to auto update feature.
- 00016 -> Windows does not have a way to access popup menu.
Possibly because action performed is for linux.
Check on "@OverRide" annotation marked on dialog
(ta.getDocument().addMouseListener.)
- 00017 -> Save dialog shows even though title shows
is saved(type hello and delete, then close)
Version 1.4 09072020:
New In This Version:
- New
- Find Selection option now available.
- Fixes (4)
- 00011 -> Fixed Find and Replace issue
- search always selects length of find word at the
top of the page
- 00012 -> Fixed Find and Replace dialog
to not freeze on deleting a character
- 00013 -> Fixed "Find and Replace starts not on first
occurrence" issue
- 00014 -> Fixed "User changes document but find &
replace doesn't update." issue
Version 1.3 07072020:
- Bugs Identified:
Themes:
- PGS theme cut, copy and paste functions duplicate copy text
because PGS has custom paste functions
Components:
TextArea:
- Emoji icons do not work
TabbedPane:
- Add shortcuts for navigation(tabbed panes key bindings)
- Tabbed panes do not open multiple, always only one. (Sprint: 1.5)
- Saving asterisk shown when unsaved shows file is unsaved
when user types and deletes or deletes and types same character
(does not recognize that file didn't really change
when user typed and deleted words)
Find & Replace:
- Find and replace starts not on first occurrence
- Find and Replace issue
- File search "**********" directs to top of page
- after searching once, replacing the text freezes program.
- New Features Coming:
- Method to "Check for updates" and update by downloading newer version.
- Choose whether text should be saved in plain text or rich text
and how to implement(show and edit) in the window.
- Option to choose whether file saves automatically before
program closes.
- Project structure/path display
- Tabbed panes for different files. (make sure user can access tabs
using key bindings command+tab-number)
- PDF creator.
- Text completion ~ @textCompletionConcept.java
- On selecting(double clicking text and two finger clicking)
check for spelling mistakes in word
- Highlight/underline words misspelled with checker
every 5 character changes.
- Make executable file(.dmg, .exe) for multi-platform use
without JDK, etc.
- Run Java and .txt(java) files
- With compile
- Without compile
- Create folder with compile and source
- Delete previous version
New In This Version:
- Find and Replace
- New "Find Previous" function added.
- Rename file feature added to menu (Menu -> Rename).
- Text completion Scheduled
- Alpha (Sprint: 2.0)
- Beta (Sprint: 2.4)
- Implemented (Sprint: 3.0)
- Fixes (7)
- 00004 -> Fixed issue where file opened has a blank first line.
- 00005 -> Fixed Find and Replace so selection does not repeat
on single occurrence.
- 00006 -> Fixed file doesn't save when user opens another
file in same tab.
- 00007 -> Setting metal P.L.A.F. as default may give
ocean theme instead of default-metal.
- 00008 -> File is erased when user reopens
same file(unsaved).
- 00009 -> Issue where user needs to save file(shows file dialog) when opening
from a blank file.
- 00010 -> Issue where user saves file after unsaved prompt and
doesn't see frame(setVisible is false).