Software Details:
Version: 6.x-1.3
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 22
After installation of this module and its dependencies, you will be able to enable a syntax highlighting button in the tinyMCE rich text editor, which will provide code syntax highlighting support to the Drupal published content.
The plugin will recognize 'PRE' style syntax blocks and highlight any special triggers and characters based on the programming language selected.
Installation:
Unpack in your modules folder (usually '/sites/all/modules/')
Enable under Administer > Site Building > Modules
What is new in this release:
- Reverted inclusion of tiny_mce_popup.js to static file to fix Safari issue.
- Made it possible to edit older syntaxhl blocks and even regular pre's.
- Changed method for converting pre blocks to macro using DOM nodes.
- Removed the syntaxhl comment that i was appending to pre blocks as
- unnecessary.
- Added some logic to remove the macro tags from inside a nesting that tiny insists on.
Requirements:
- Drupal 6.x
Comments not found