CodeEditorContol-WinUI icon indicating copy to clipboard operation
CodeEditorContol-WinUI copied to clipboard

Win2D-based code editor control for WinUI 3

Results 8 CodeEditorContol-WinUI issues
Sort by recently updated
recently updated
newest added

Awesome control. It fills the gap for a modern WinUI code editor. Why did you choose to do your own instead of porting https://github.com/icsharpcode/AvalonEdit which has a good foundation for...

discussion

- Commands/functions/keywords - Variables - Arguments - ... ?

feature-request

- Multi-line comments - Multi-line strings - Multi-line function arguments - ...

feature-request

- By regexed start-end pairs - By level of nested braces/brackets/... - By level of indentation

feature-request

For high numbers of VisibleLines (e.g. at small FontSizes, high resolution, rotated pivot screen, ...) scrolling gets quite laggy. It might help to call less CanvasDrawingSession.DrawText() commands by printing characters...

bug