Releases: theiskaa/highlightable
Releases · theiskaa/highlightable
1.0.5 - (22/03/22)
1.0.4 - (20/03/22)
Updates:
Resolved #5
- Re-structured the whole widget to improve rendering speed.
- Added a new model object to pass Regular-Expression patterns, as higlighting search options.
The new widget structure:
╭──────╮ Highlight
│ Data │ ╭─────────────────────────────────╮
╰──────╯ │ ╭─────────╮ ╭───────────────╮ │
│ ╭──▶│ │ Pattern │ & │ Words/Letters │ │
│ │ │ ╰─────────╯ ╰───────────────╯ │
│ │ ╰─────────────────────────────────╯
╰───────╯
│
╭── ▼ ──╮ ╭─────────────────────────────────╮
│ Parser ───▶ ... │ Highlighted Data as Text Widget │
╰───────╯ ╰─────────────────────────────────╯