This is a syntax highlighter plugin which also acts as an interface to the online compiler api service on cloud provided by
https://www.compilebin.com. It interacts with cloud service via rest APIs i.e, submit the code and get the output. Users need to signup and get an api key which is to be updated in the plugin to use the service. Plugin contains a link for signing up for the service. There is no security concern on the web server as the task of code execution is offloaded to the cloud service. The plugin uses the following open source libraries :
- Code prettify for syntax highlighting
- Ace code editor
Please visit https://www.compilebin.com for more information about the service.
Note that this plugin can also be used purely as a syntax highlighter only by hiding the run button on your code snippets. This mode of usage is free of any charges. Run button will not be visible on public view.
Please report issues to support@compilebin.com
This plugin is actively maintained and we will fix the reported issues as soon as possible.
1.4.1
Dark theme for code snippets in public view.
Feature to enable pop up of dialog box to edit saved code with double click instead of single click.
Performance improvement.
1.3.11
Support for fullscreen code editor in public view.
Copy button to copy the code to clipboard in public view.
1.3.10
Support for highlighting selected portion of web design code in public view.
UI improvement
1.3.8
Support for highlighting selected portion of code in public view.
1.3.7
Introduced support for displaying line numbers in syntax highlighted code
1.3.6
Fixed display issue in firefox
1.3.5
Performance improvements
1.3.3
Support for syntax highlighting of languages for which compilation feature is not available.
Bug fixes.
1.3.1
UI enhancement.
1.2.4
Fixed display issue for web design code snippets.
1.2.3
Resolved notices thrown in wp_debug mode.
1.2.1
Bug Fixes.
1.2.0
Custom settings inroduced to set preferences like hiding run button, default editor, default theme and programming language.
1.1.0
Support for front-end web design code execution i.e html, css and javascript
1.0.0
First Release.