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
# Traductions françaises
search:
  placeholder: "Rechercher..."
  close_tooltip: "Fermer la recherche (Échap)"
  previous_match_tooltip: "Résultat précédent (Maj+F3)"
  next_match_tooltip: "Résultat suivant (F3 / Entrée)"

replace:
  placeholder: "Remplacer..."
  current_tooltip: "Remplacer l'occurrence actuelle"
  all_tooltip: "Tout remplacer"

settings:
  case_sensitive_label: "Sensible à la casse"