-
Notifications
You must be signed in to change notification settings - Fork 798
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
#99: Make Edit window modeless #1168
base: master
Are you sure you want to change the base?
Conversation
This commit adds a new action group under the "Options" menu item that changes the mode to present the insert/edit document/function edit window. The options are: - Modal: the edit window is show in a modal dialog, this is the default mode - Modeless: the edit dialog will be modeless. - Tabbed: the edit will be made with a mongo shell script in a new tab The edit was tested on a Windows 10 x64 machine See https://github.com/paralect/robomongo/issues/99
H @giannicic , thanks a lot for your contribution. Sorry for getting back to you so late, we were snowed under with releasing new Robomongo with SSL support. We plan to include your contribution and some others in our next release (planing to release in a week). But, I am having errors while building your commits. Can you double check your commits? or let me know if I am missing something. Warm Regards from Robomongo Team.
|
Hi @simsekgokhan , Seems that there are some files not committed in my Git Client. |
fix missed function edit accept declaration
Should be ok now. |
Hi @giannicic , I just had time to review, I have to say it looks great, three different modes for edit document sounds amazing : ) And this time I had no problem to compile. First issue I noticed is when you open two edit window, first edit window saves it correctly but the second one has no effect. Is this a design intend or expected behavior? I think they should both save correctly. |
fix multiple edit windows
Hi @simsekgokhan , If this change goes well I suggest to change in the future the logic of the Edit/Insert dialogs in order to move its logic all inside a single class that is globally available in the application instead of having multiple dialogs managed inside each item or widget that needs it. |
Fix: delete _notifier object when window gets closed.
@simsekgokhan |
Hi @giannicic , sorry for the delay and thanks for the reminder. |
@simsekgokhan Is this something that could still be implemented. It's a feature that would be amazing to have. |
Hi @simsekgokhan , I know things get busy and I would love to help out if I could, but is this something even remotely on the roadmap? Thanks! |
This commit adds a new action group under the "Options" menu item that
changes the mode to present the insert/edit document/function edit
window.
The options are:
mode
The edit was tested on a Windows 10 x64 machine
See https://github.com/paralect/robomongo/issues/99