Breece Walker
Breece Walker
This is about the avatar in the channel list control
I would combine this with #52
To set some expectations here, server management features, including roles, are prioritized way lower than the remaining everyday chat features. That doesn’t mean there will never be any, and once...
This is actually slightly difficult since it will require some reworking of the server object since there was an old poor design in there.
Open source, yes. Soon. But the preview won’t be public until Launch 2021.
I suggest using the modified event in code behind to update the editor and vice versa. The modified text event would look like this: ```csharp private void Editor_Modified(WinUIEditor.Editor sender, WinUIEditor.ModifiedEventArgs...
Drag to scroll for touch is something I plan on adding. I think the best way to do that would be with XAML manipulation events. Scintilla already handles the scenario...
Thanks for trying this out. I looked into why the default template references NuGet packages relatively, and it is because a different solution won’t necessarily have NuGet packages in `$(SolutionDir)Packages`....
The following languages are currently built in: |ID|Language| |:-|:-| `cpp` | C++ `csharp` | C# `html` | HTML `javascript` | JavaScript `json` | JSON `xml` | XML `plaintext` | Plain...
Syntax highlighting is built-in as a convenience feature (just set the `HighlightingLanguage` property to, e.g. `"cpp"`) to CodeEditorControl that gives you useful predefined styles for a small subset of the...