![]() |
DelphiSci/Scintilla: (DC3)-Controlchars
Hi,
wenn ich in Scintilla keinen Shortcut mit Strg+S belegt habe, dann bekomme ich (wenn ich Strg+S drücke) ein DC3-Conrolchar... Wie kann ich diese Zeichen deaktivieren? Danke im Vorraus! |
Re: DelphiSci/Scintilla: (DC3)-Controlchars
Zitat:
If you are using TScintilla or TScintillaMemo, then might no longer be a problem, but if a problem occurs anyway, use Scintilla1.KeyCommands.Update(nil); If you use TScintillaBase directly, use this: FShortCut:=TextToShortCut('Ctrl+S');//Strg+S; TScintillaBase1.AssignCmdKey(ShortCutToSciKey(FSho rtCut), SCI_NULL); The documentation found in the ![]() An example: GetLength = SCI_GETLENGTH. I hope this solves your problem. :) hdalis |
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:48 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz