AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Die Delphi-IDE Anweisungen, Schleifen etc. einklappen?
Thema durchsuchen
Ansicht
Themen-Optionen

Anweisungen, Schleifen etc. einklappen?

Ein Thema von pustekuchen · begonnen am 20. Okt 2010 · letzter Beitrag vom 20. Okt 2010
 
Benutzerbild von nachti1505
nachti1505

Registriert seit: 7. Apr 2007
188 Beiträge
 
Delphi 7 Enterprise
 
#16

AW: Anweisungen, Schleifen etc. einklappen?

  Alt 20. Okt 2010, 13:29
Zitat:
Will you please add method folding and other custom painting to the IDE's code editor?

The functionality necessary to hide code lines is not surfaced by the Borland Open Tools API, and it would be unsafe and extremely complicated to implement without help from the IDE. Custom painting in the code editor isn't supported by the OTA either, so it requires low level hacking (windows hooks, runtime VMT patching, etc.) that is fairly error-prone and can slow down editing actions considerably, so as of yet nobody on the GExperts team has looked into this. Feel free to send us code contributions toward these features, but since code folding is present in Delphi 8 and greater, that feature is probably not worth implementing at this point.
Weil das nicht klappt, macht man es dann so:

Delphi-Quellcode:
{$REGION 'MeineRegion'}
//Quelltext
{$ENDREGION}
Und das wird in Delphi 7 genauso wenig funktionieren, da die grundlegenden Strukturen für Code-Folding (s.o.) überhaupt nicht da sind. Trotzdem danke...!
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:14 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