Skip to content

Remove reflection from toggle completion action#10

Closed
AhDoozy wants to merge 63 commits into
masterfrom
codex/remove-reflection-from-togglecompleteaction.java
Closed

Remove reflection from toggle completion action#10
AhDoozy wants to merge 63 commits into
masterfrom
codex/remove-reflection-from-togglecompleteaction.java

Conversation

@AhDoozy

@AhDoozy AhDoozy commented Sep 18, 2025

Copy link
Copy Markdown
Owner

Summary

  • replace reflection in ToggleCompleteAction with direct status updates
  • remove the Apache Commons Lang dependency from the build script

Testing

  • ./gradlew test (fails: Unsupported class file major version 65 in Gradle settings compilation)

https://chatgpt.com/codex/tasks/task_e_68cc1033e51c832d8877f6ba4712151c

AhDoozy and others added 30 commits July 28, 2025 11:39
added color selector for goal completion message.
added check upon goal set and login for completed goal.
…or, and login goal evaluation

- Introduced right-click context menu handling in GoalPanel to allow toggling Task.Status for tasks created via presets
- Updated Task model and TaskItemContent to support manual status toggling independent of task source
- Added @Alpha color picker to GoalTrackerConfig for customizing chat message color on task completion (default: FF16ABE5)
- Applied selected color in plugin logic where task completion messages are sent via chat
- Hooked into GameState.LOGGED_IN to invoke goalManager.evaluateAllGoals(), checking for and marking completed tasks based on current game state
- Amended README changelog to clarify new features vs previous "fix" label
…mark all child tasks as completed or incomplete

- Add recursive task status update method to Goal model for batch completion toggling
- Ensure goalTrackerPanel refreshes after task updates triggered by quest chat messages
- Add quest task validation to onGameTick to auto-update completion status on login
- Fix issue where quest task completions were not visually reflected until user re-entered the goal view
…e for improved readability.

- ComboBox font scaling updated to use integer point sizes, preventing fuzzy text.
- QuestTaskInput updated to rely on shared ComboBox styling for consistency.
…later removed and replaced with a cleaner single bar design.

- Embedded red "< Back" button removed from GoalPanel header, leaving only the goal name input aligned cleanly.
- Goal name input updated to support copy, paste, cut, and select-all actions via both context menu and keyboard shortcuts.
- Remove menu option enhanced to also delete all indented child tasks when removing a parent.
- Remove menu label updated so the "(Shift+Left Click)" hint displays smaller and in gray.
…later removed and replaced with a cleaner single bar design.

- Embedded red "< Back" button removed from GoalPanel header, leaving only the goal name input aligned cleanly.
- Goal name input updated to support copy, paste, cut, and select-all actions via both context menu and keyboard shortcuts.
- Remove menu option enhanced to also delete all indented child tasks when removing a parent.
- Remove menu label updated so the "(Shift+Left Click)" hint displays smaller and in gray.
…th a new action bar beneath it containing **+ Add goal**, **Move**, and **Bulk Edit** buttons (the latter two are placeholders marked "Coming soon").
AhDoozy and others added 26 commits August 21, 2025 13:39
…ack to the OG path and started removing any\all v2. Currently some stuff still lingers but it's running and working.
…ack to the OG path and started removing any\all v2. Currently some stuff still lingers but it's running and working.
…ack to the OG path and started removing any\all v2. Currently some stuff still lingers but it's running and working.
…ack to the OG path and started removing any\all v2. Currently some stuff still lingers but it's running and working.
…ences

Clean up V2 and AhDoozy references
…ack to the OG path and started removing any\all v2. Currently some stuff still lingers but it's running and working.
- Rename box no longer stretches the card and only activates when it should
- Added a right-click Rename option with proper commit/cancel (ESC to cancel)
- Cleaned up Pin/Unpin so there’s only one menu item and unpin refreshes instantly
- Move up/down/top/bottom now actually reorders cards; removed forced A–Z sorting
- Export now asks before overwriting a file
- Import now asks whether to Overwrite, Merge, or Cancel
- Fixed issue in .properties
@AhDoozy AhDoozy closed this Sep 18, 2025
@AhDoozy
AhDoozy deleted the codex/remove-reflection-from-togglecompleteaction.java branch September 18, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant