TRY Except au lieu de finally
Lorsqu'on entre le mot TRY dans l'IDE, il auto-complète toujours avec finally, mais parfois, c'est Except que je veux.
2 pièce(s) jointe(s)
Améliorations à apporter à l'EDI Lazarus
Avoir des outils qui fonctionnent vraiment ?
Exemple avec la recherche dans les fichiers, que j'utilise beaucoup, mais hélas...
Ce que je veux chercher ;
Pièce jointe 387632
Ce que le bazar me trouve :
Pièce jointe 387636
:roll:
Linux Debian FPC 3.0.4 / Laz 1.8.2
3 pièce(s) jointe(s)
Avoir une aide digne de ce nom ?
Je l'ai déjà dit, je le dis encore, mais là j'ai la preuve. Je voulais savoir ce qui se cachait sous Canvas.CopyMode, j'ai donc cliqué sur le mot puis F1 dans la 1.8.2 (vous me réveillez si la 1.8.4 a évolué, d'accord ?) :
Pièce jointe 389414
OK, donc je suis le lien TCopymode :
Pièce jointe 389415
puis le lien Longint :
Pièce jointe 389417
et voilà.
Terminé, plus de liens à suivre.
Fermez le ban.
Le temps qu'il m'a fallu pour trouver ça sur le web, caché au milieu de posts où les gens exposent leurs 'blèmes, bref...
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| cmBlackness Fills the destination rectangle on the canvas with black.
cmDstInvert Inverts the image on the canvas and ignores the source.
cmMergeCopy Combines the image on the canvas and the source bitmap by using the Boolean AND operator.
cmMergePaint Combines the inverted source bitmap with the image on the canvas by using the Boolean OR operator.
cmNotSrcCopy Copies the inverted source bitmap to the canvas.
cmNotSrcErase Combines the image on the canvas and the source bitmap by using the Boolean OR operator, and inverts the result.
cmPatCopy Copies the source pattern to the canvas.
cmPatInvert Combines the source pattern with the image on the canvas using the Boolean XOR operator
cmPatPaint Combines the inverted source bitmap with the source pattern by using the Boolean OR operator. Combines the result of this operation with the image on the canvas by using the Boolean OR operator.
cmSrcAnd Combines the image on the canvas and source bitmap by using the Boolean AND operator.
cmSrcCopy Copies the source bitmap to the canvas.
cmSrcErase Inverts the image on the canvas and combines the result with the source bitmap by using the Boolean AND operator.
cmSrcInvert Combines the image on the canvas and the source bitmap by using the Boolean XOR operator.
cmSrcPaint Combines the image on the canvas and the source bitmap by using the Boolean OR operator.
cmWhiteness Fills the destination rectangle on the canvas with white. |
Ben nan, pas "bref", parce que ce fut vraiment laborieux et très time consuming.
PS : certains ont noté qu'il y avait des approximations dans ce texte, mais n'ont pas dit où...
1 pièce(s) jointe(s)
Améliorer l'aide (encore et toujours)
:f1: sur AssignFile en 1.8.2 sous Windows XP :
Pièce jointe 403917