Some Command on Tscintilla
Posted: Thu Nov 28, 2024 12:54 pm
I need and I like to set my editor ( made with Tscintilla) these commands if it's possible
Find (Ctrl+F) to Display a dialog box to search for an expression within the text. for this command I found the method oMemo:DlgFindText()
Replace (Ctrl+H) to Display a dialog box to perform string replacements.
Formatting -> Reformat Code (F3) to Automatically format the entire code.
Formatting -> Increase Indent (Ctrl+Right) to Insert an indent by moving the text further to the right.
Formatting -> Decrease Indent (Ctrl+Left) to Remove the indent by moving the text further to the left.
Someone can Help me pls