![]() |
Live Templates
Kann mir wer sagen, warum dieses tempalte den Inhalt des Clipboards nicht einsetzt?
Code:
Delphi Rio 10.3 Upd 2
<?xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0"> <template name="fan" invoke="auto"> <point name="variable"> <text>variable</text> <hint>variable to be freed</hint> </point> <description> FreeAndNil(Clipboard) </description> <author> MAB </author> <script language="DelphiExample" onenter="false" onvalidate="true"> |variable| := GetClipboardContents(); </script> <code language="Delphi" context="methodbody" delimiter="|"><![CDATA[FreeAndNil(|variable|);]]> </code> </template> </codetemplate> BTW: Brauchbare Doku zu den Live Templates gäbe es wo? Danke! |
AW: Live Templates
Zitat:
![]() |
AW: Live Templates
Zitat:
|
AW: Live Templates
@Uwe Raabe: Ah, ich erinnere mich! Stimmt, du hast recht, das funktioniert ja nicht out of the box.
Da ist der Link: ![]() Danke! |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:25 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