-
Notifications
You must be signed in to change notification settings - Fork 45
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
Usability improvements when editing cells containing xml or json #47
Conversation
Add connection timeout to reduce waiting time in case the host name is not accessible. Stop rows count threads when the table is unselected.
Add UI action infra
This file describes the current version and the URL of the jar
(1) When editing xml or json, the "save" button has been renamed "mark for save". (2) When you click on "mark for save", the button for actually saving modified rows to HBase is highlighted. Before, you had to click "mark for save", then click on a separate row, before you were allowed to actually save the changes.
Hi Matt, There are too many changes so the merge cannot be performed automatically and manually seems to be very difficult as well. Can you send me the changes you've done so I will add them manually to the code on my side. Thanks, |
Hi Igor, Sure thing. I created an IntelliJ patchfile and attached it to this email (to apply it, -Matt On Mon, Aug 26, 2013 at 2:27 AM, Igor Cher [email protected] wrote:
|
Implemented |
Hi Igor,
The only change is the last commit, by me:
(1) When editing xml or json, the "save" button has been renamed "mark for save".
(2) When you click on "mark for save", the button for actually saving modified rows to HBase is highlighted. Before, you had to click "mark for save", then click on a separate row, before you were allowed to actually save the changes.
Cheers,
-Matt Halverson