pbckcode
pbckcode copied to clipboard
A CKEditor plugin to easily add code into your article
When I run the basic demo locally and click the PBCKCODE icon, the dialog box looks okay but the Ace Editor isn't working properly. The Ace Editor elements appear to...
was loaded over HTTPS, but requested an insecure script 'http://cdn.jsdelivr.net/ace/1.1.4/noconflict/ace.js'. This request has been blocked; the content must be served over HTTPS.
If you are using a ckeditor instance from an iPad and launch the pbckcode window, you cannot paste into it like you can with the editor itself (and subsequently you...
Layout of other dialog (e.g. image, link, etc) are broken. CSS for PBCK dialog seems to affect CSS of other dialog. Examples of conflict style: .cke_dialog_ui_labeled_content .cke_dialog_ui_input_select select My environment:...
that feature would be usefull to modify code on the fly. my personnal usage would be to append/prepend <?php .... ?> when loading php snippet and removing <?php / <?...
for example, instead of : for($i=0;;) { echo "hello $i\n"; } in the editor, we have : for($i=0;;) { <span data-scayt-word="echo" class="scayt-misspell-word">echo</span> "<span data-scayt-word="hello" class="scayt-misspell-word">hello</span> $i\n"; } (a workaround is...