je cherche (s' il existe) une utility pour applique le code folding a l'editeur de code du builder c++ 6,
merci pour vous aide
je cherche (s' il existe) une utility pour applique le code folding a l'editeur de code du builder c++ 6,
merci pour vous aide
je crois pas que ceci soit possible, je dis ça parceque je vien de lire les FAQ du fameux GExperts :Citation:
Envoyé par cmhicham
Mais bon, il existe beacoups d'editeurs de text gratuits et exceptionnels qui font ça à merveille.Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 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.
A+