Some Command on Tscintilla
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Some Command on Tscintilla
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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com