feat(launcher): add Tk-based launcher command and wrapper script#2769
feat(launcher): add Tk-based launcher command and wrapper script#2769xxhoeckyxx wants to merge 3 commits into
Conversation
stanislaw
left a comment
There was a problem hiding this comment.
Please rebase (instead of merge) this branch against the latest main branch and squash all your commits to just one. Otherwise, it is harder to review the overall changeset.
When the branch is rebase/squashed to just one commit with your actual change, I will do the next round of review. For now, I left some very obvious comments.
|
|
||
|
|
||
| def _ensure_git_workspace(self) -> bool: | ||
| if not self._ensure_workspace(): |
There was a problem hiding this comment.
You should be running invoke lint locally to make sure that your Python files have correct indentation. See the Dev Guide about this and other things.
There was a problem hiding this comment.
Actually, the full check is invoke check which includes lint and test under the hood.
There was a problem hiding this comment.
I'm still working on the invoke check - hopefully I'll be able to upload it today, but I'd like to have the changes by Wednesday at the latest.
3f6c37f to
f6b9775
Compare
Refactor code structure for improved readability and maintainability edited workspace entry ttk Combobox now had recent_workspaces with a length of 5 entries added auto show up after fail added color in Logs - The Tk-based wrapper script for the StrictDoc launcher has been removed because it is no longer needed. - The launcher has been moved to a separate feature folder.
…have now been resolved; only 3 still fail due to missing dependencies, and 7 others time out.
e39807a to
68aa304
Compare
GUI Launcher: Start/Stop Server, Exports, Logs & Project Config
Hello everyone,
this is a third proposal featuring a slightly more substantial addition 🙂
I’ve developed an additional GUI launcher using tkinter that allows users to start and stop the server via a graphical user interface.
It also provides a file export feature, where both the export path and the file format can be selected.
Background
At the moment, the server runs locally on every user’s machine, and not everyone feels comfortable working with the command line.
The launcher is intended to provide a simple and user-friendly alternative.
Additional Features
The GUI also allows users to:
As always, feedback is very welcome 🙂
Best regards,
Christopher