This repository was archived by the owner on Jul 13, 2022. It is now read-only.
Version 1.3
·
105 commits
to master
since this release
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).