Switch to: V12V11V10V9V8V7V6V5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

valentina:products:vstudio:help:data_editor:single_table_mode:texts [2020/12/16 20:46] (current)
Line 1: Line 1:
 +====== Data Editor - Text Editor ======
  
 +The Data Editor allows you to view and edit the contents of text fields.
 +
 +<note warning>ValentinaDB stores text internally using UTF-16. If you copy-paste the text into the Text Editor text field such as UTF-8, it is automatically converted internally to UTF-16.</note>
 +
 +{{:valentina:products:vstudio:picts:vs_data_editor_text_editor.png|Text Editor}}
 +
 +===== Find And Replace =====
 +
 +The text editor has the "find and replace" panel which can be activated using the CMD+F/Ctrl+F shortcut.
 +
 +Find:
 +
 +{{:valentina:products:vstudio:picts:vs_data_editor_text_editor_find.png|Find Text}}
 +
 +  * **Replace** checkbox -- Switches panel to the "replace" mode.
 +  * **Searched text**
 +  * **Find Previous** -- Highlights the previous occurrence of the searched text.
 +  * **Find Next** -- Highlights the next occurrence of the searched text.
 +  * **Done** -- Finishes the search.
 +
 +Replace:
 +
 +{{:valentina:products:vstudio:picts:vs_data_editor_text_editor_replace.png|Replace Text}}
 +
 +  * **In Selected Text** checkbox -- Replacement will be done only within the selected range.
 +  * **Replacement text**
 +  * **Replace** button -- Replaces the current occurrence of the searched text.
 +  * **All** -- Replaces all occurrences of the searched text.