iced-code-editor 0.3.8

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
# Traducciones en español
search:
  placeholder: "Buscar..."
  close_tooltip: "Cerrar búsqueda (Esc)"
  previous_match_tooltip: "Coincidencia anterior (Mayús+F3)"
  next_match_tooltip: "Siguiente coincidencia (F3 / Enter)"

replace:
  placeholder: "Reemplazar..."
  current_tooltip: "Reemplazar coincidencia actual"
  all_tooltip: "Reemplazar todo"

settings:
  case_sensitive_label: "Distinguir mayúsculas"