iced-code-editor 0.3.11

A custom code editor widget for the Iced GUI framework with syntax highlighting, line numbers, and scrolling support.
Documentation
# 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"

context_menu:
  undo: "Undo"
  redo: "Redo"
  cut: "Cut"
  copy: "Copy"
  paste: "Paste"
  select_all: "Select All"
  reveal_in_finder: "Reveal in Finder"
  reveal_in_file_explorer: "Reveal in File Explorer"
  open_containing_folder: "Open Containing Folder"