Leon
Leon
Re: hidden components. I see that this is possible in some way already by using inline condidtionals in the View, e.g. https://github.com/fding/pyedifice/blob/b93ec3b85ba3c3d71b0431936546ef9fc4e7accd/edifice/components/forms.py#L145
I see that the FormDialog uses the undocumented List widget, will look into that some more: https://github.com/fding/pyedifice/blob/b93ec3b85ba3c3d71b0431936546ef9fc4e7accd/edifice/components/forms.py#L282
Thanks for the clarification. That example is quite helpful: maybe it can replace the current Window example in the docstrings? Actually, do we even need `List` if `mount_into_window=False` in the...
> when the user closes a window that does not have an on_close event defined, the window will disappear, but the internal state will not register that the window is...
Just a heads up that I'm too busy to really look at this, and my original use-case isn't going to happen in the form that I planned. Feel free to...
@aksh1618 This is a bit late, but there is a patch for this at https://github.com/DanManN/hiptext.git. Source: comment at https://aur.archlinux.org/packages/hiptext/#comment-675886. It has not been re-packaged for AUR yet (the patched build...
Ah, the match still isn't great, and will pick up the second f in: ``` msg = f"using mode f" ``` My vimL syn-pattern knowledge is not good enough to...
I would very much like to have a fullscreen view/presentation view feature as well. Is the issue with the hotkey or with the implementation of fullscreen view itself? I would...
Looks like someone has now submitted a manifest (not me) for 4.0.1 so there is already a [registered package](https://winget.run/search?query=thonny) (accessed 15/12/22) but I believe this is being done by manual...
Yeah I just saw that as well, it's better than I thought they are aware of the issue and are looking into it e.g. https://github.com/microsoft/winget-pkgs/issues/1515 The action looks good, pretty...