Καλώς ορίσατε στα πρόσθετα Thunderbird.

Προσθέστε επιπλέον χαρακτηριστικά και στυλ για κάνετε το Thunderbird δικό σας.

Κλείσιμο

Στο δρόμο;

Ελέγξτε τη σελίδα μας Mobile Πρόσθετα.

Κλείσιμο

Ιστορικό εκδόσεων pasteCode

6 εκδόσεις

Να προσέχετε με τις παλιότερες εκδόσεις!

Αυτές οι εκδόσεις εμφανίζονται για αναφορικούς και δοκιμαστικούς σκοπούς. Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός πρόσθετου.

Έκδοση 0.71 5.0 KiB Λειτουργεί με το Thunderbird 1.5 - 15.*

Reflected 3.1 compatibility.

Έκδοση 0.7 5.0 KiB Λειτουργεί με το Thunderbird 1.5 - 2.0.0.*

C/C++ keywords within comments and strings are now highlighted properly as comments or strings, not keywords.

Έκδοση 0.6.1 5.0 KiB Λειτουργεί με το Thunderbird 1.5 - 2.0.0.*

* Added Thunderbird 2.0 support.
* Do not highlight keywords within comments.
* Highlight pre-processor # commands properly, not as keyword (in the case of #if and #else)
* 0.6.1 adds proper description visible in the extension manager.

Έκδοση 0.6 4.0 KiB Λειτουργεί με το Thunderbird 1.5 - 2.0.0.*

Added Thunderbird 2.0 support.
Do not highlight keywords within comments.
Highlight pre-processor # commands properly, not as keyword (in the case of #if and #else)

Έκδοση 0.4 4.0 KiB Λειτουργεί με το Thunderbird 1.5 - 1.5.0.*

* Fixed problem with double quoted strings not being properly highlighted.
* Added some more permutations to the boolean type.
* Added the 64-bit int to t*U*[Ii]nt(8|16|32|64)

Έκδοση 0.3 4.0 KiB Λειτουργεί με το Thunderbird 1.5 - 1.5.0.*

Potential future capabilities:

* Add a control-key combination to activate the paste.
The following will probably not be added any time soon as this is meant to be a quick-and-dirty code paster, not a full-fledged code editor.
* Add plugin preferences to select colours.
* Support for multiple languages.
* Use a better text parsing engine.