Michael Tsai
Michael Tsai
I'm adding .NET 5.0 support and creating my own version of ScintillaNET. It also used SciLexer.dll 4.6.6 as @VPKSoft mentioned. To view changes: https://github.com/huanlin/ScintillaNET/blob/master/CHANGELOG.md
In [my fork](https://github.com/huanlin/ScintillaNET-FindReplaceDialog), I've collected text in StringConstants.[lang].cs file. For example [StringConstants.zh-TW.cs](https://github.com/huanlin/ScintillaNET-FindReplaceDialog/blob/master/ScintillaNET_FindReplaceDialog/StringConstants.zh-TW.cs). It's far from perfect, but I think it's easy to modify this single file for your target language.
With your examples, now I understand more about it, and I don't have better ideas for now. Maybe just put some words in documents to avoid misunderstanding.... wait, I do...
One idea: When should I use those `*Async` methods? e.g. `AddTaskAsync`, `DoAsync`, `DependsOnAsync`. Or, should I always prefer async version over sync version (what's the benefit)? Is there any gotchas/side...
Hi, I have written a post about this issue and how I fixed it. If you're interested, see the [demo](https://huanlin.cc/docs/demo/) and my post: [Redoc side menu woes with Bootstrap CSS...
Hey guys, Just to share how I solve this issue: First, add a file named `body-end.html` in the folder `/layouts/partials/hooks/`. Then add the following code to `body-end.html`: ```javascript (function() {...
FYI, I've post my solution here: https://github.com/google/docsy/issues/348#issuecomment-1671374715
> I just upgraded to Docsy v10.0 and this still seems to be an issue. Is this ever going to fixed as part of the main code base, or do...
> Hi, sorry, I didn't test it with 0.9.0. I went straight from 0.6.0 to 0.10.0. @prdsoftware , No problem. I have a quick test with [the fix](https://github.com/huanlin/huanlin.github.io/blob/main/layouts/partials/hooks/body-end.html#L15-L24) on a...
> Here's a link to the live docs. Open to a node that will scroll off-screen. You'll have to use the left-TOC to find it at the bottom. https://docs.helpmasterpro.com/docs/workflow/workflow-objects/milestones/ >...