Rebecca Scott
Rebecca Scott
Hi @ecgan . I'm so sorry I haven't answered earlier. I was AFK (post-vaccine blues) the end of last week and have been playing catch up this week on a...
> Yeah the tests are missing because I am kinda in a crunch time to develop the feature, and there isn't really any complex logic (they are pretty straightforward) that...
I agree they should be collapsed, however I would adjust the last rule: - If there is no selection and the cursor is at the start of the line, it...
I won't pretend to be a architect guru but a sort of plugin-ish system would be nice. Given some interfaces: ``` interface ICreateFiles { Document CreateFile(); string CreateFileLabel{get;} } interface...
Can Nuget be integrated in the app itself? It would be cool to have an in-app plugin galleries a la VS.
FYI this is in development here: https://github.com/belfryimages/DownmarkerWPF/tree/plugin_support This is based on an experimental spike that I've discarded: https://github.com/belfryimages/DownmarkerWPF/tree/experimental_extensions_support I dropped NuGet support because it added too much complexity early on,...