-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some ui enhancement #173
Some ui enhancement #173
Conversation
# Conflicts: # src/main/java/seedu/agendum/ui/AllTasksPanel.java # src/main/java/seedu/agendum/ui/CommandBox.java # src/main/java/seedu/agendum/ui/CompletedTasksPanel.java # src/main/java/seedu/agendum/ui/MainWindow.java # src/main/java/seedu/agendum/ui/OtherTasksPanel.java
# Conflicts: # src/main/java/seedu/agendum/ui/CompletedTasksPanel.java
Feedback: When I hit |
Set message to be left alignment
Just updated! @burnflare |
# Conflicts: # src/main/java/seedu/agendum/ui/CompletedTasksPanel.java # src/main/java/seedu/agendum/ui/DoItAnytimePanel.java # src/main/java/seedu/agendum/ui/DoItSoonPanel.java # src/main/java/seedu/agendum/ui/MainWindow.java
Can we use F5 in the command box to make the help window open as well? |
Why F5? |
F5 works on the main window. Doesn't work within the command box. Alternatively, change both |
Oh wait, I just remember there is CTRL + H. probably should change the docs and help on the top bar |
@burnflare Previously I trie to set the hot key to be |
@fanwgwg Nicely done :) Can merge if everything pass. |
@fanwgwg I realised now there's a new bug now:
|
@burnflare Just updated in the task highlighting branch #179 minutes ago, fix the issue that main window requests focus automatically! |
Wow, thanks! |
find
command and useESC
as shortcut key to go back to normal state Enhancement: Make difference between list/find view clearer #158