Commit dbc15fe
committed
Add MultilineEditControl documentation, update rendering pipeline docs
MultilineEditControl.md: comprehensive documentation covering all features
including syntax highlighting (ISyntaxHighlighter), pluggable gutter system
(IGutterRenderer), find/replace API, undo/redo, word wrap modes, keyboard
shortcuts, mouse interaction, per-line highlights, and extensibility examples
(breakpoint gutter, code editor, log viewer patterns).
CONTROLS.md: linked MultilineEditControl with updated description.
RENDERING_PIPELINE.md: updated SetCell documentation to reflect the
SetCell(Cell) / SetNarrowCell(char/Rune) API split. The old
SetCell(x, y, Rune, Color, Color) was renamed to SetNarrowCell to
make misuse a compile error.1 parent d05f6c1 commit dbc15fe
3 files changed
Lines changed: 590 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
451 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
452 | 459 | | |
453 | 460 | | |
| 461 | + | |
454 | 462 | | |
455 | 463 | | |
456 | 464 | | |
457 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
458 | 470 | | |
459 | 471 | | |
460 | 472 | | |
| |||
578 | 590 | | |
579 | 591 | | |
580 | 592 | | |
581 | | - | |
| 593 | + | |
582 | 594 | | |
583 | 595 | | |
584 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
585 | 602 | | |
586 | 603 | | |
587 | | - | |
| 604 | + | |
588 | 605 | | |
589 | 606 | | |
590 | 607 | | |
| |||
0 commit comments