iced-code-editor 0.3.9

A custom code editor widget for the Iced GUI framework with syntax highlighting, line numbers, and scrolling support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# English translations
search:
  placeholder: "Search..."
  close_tooltip: "Close search dialog (Esc)"
  previous_match_tooltip: "Previous match (Shift+F3)"
  next_match_tooltip: "Next match (F3 / Enter)"

replace:
  placeholder: "Replace..."
  current_tooltip: "Replace current match"
  all_tooltip: "Replace all matches"

settings:
  case_sensitive_label: "Case sensitive"