-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
wxGUI/lmgr: add menu item for launching dialog for setting RStudio path #1232
base: main
Are you sure you want to change the base?
Conversation
+1 in general. We need some "integrated/related tools" concept in the GUI or in general. For example, we have some code for integrating with ISIS which is partially in grass.py and partially you do some manual hacking. On Windows, we try to work with R and RStudio and external Python editors with some Windows-specific scripting. ... Looking at the new state of that menu, this PR raises priority of moving the mapset stuff out of there million times. @petrasovaa @lindakladivova |
Bumping up milestone as 8.0.1 is due in two days, while this has not been part of RC1 and there has not been activity for some time. |
This PR needs to be rebased. |
see also #3091 winGRASS and R integration/coupling |
@tmszi Would you be willing to resolve the merge conflicts in this PR? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||
(C) 2008-2016 by the GRASS Development Team | ||
(C) 2008-2021 by the GRASS Development Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(C) 2008-2021 by the GRASS Development Team | |
(C) 2008-2024 by the GRASS Development Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update date range
from gui_core.widgets import SingleSymbolPanel, SimpleValidator, MapValidator | ||
from gui_core.widgets import ( | ||
GenericValidator, | ||
GListCtrl, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ruff] reported by reviewdog 🐶
GListCtrl, |
Implement (fixes) issue #1171.
Set RStudio path interactively from wxGUI Layer Manager menu (dialog):