Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

SyntaxHighlighter Evolved Applescript

Опис

SyntaxHighlighter Evolved Applescript adds support to the SyntaxHighlighter Evolved plugin for the AppleScript language using the brush provided by David Chambers. It is based on the SyntaxHighlighter JavaScript package by Alex Gorbatchev.

Скріншоти

  • This is a sample image of the plugin in action as applied to AppleScript code.

  • Longer sample showing additional syntax.

Встановлення

Prerequisite

In order to use SyntaxHighlighter Evolved Applescript, you must first install SyntaxHighlighter Evolved.

Installation

Extract all files from the ZIP file, making sure to keep the file/folder structure intact, and then upload it to /wp-content/plugins/.

Plugin Activation

Go to the admin area of your WordPress install and click on the “Plugins” menu. Click on “Activate” for the “SyntaxHighlighter Evolved: AppleScript” plugin.

Plugin Usage

Just wrap your code in [applescript], such as [applescript]code here[/applescript] or [as]code here[/as].

The shortcodes accept a wide variety of parameters. For details, see the bottom of the SyntaxHighlighter Evolved’s settings page.

Часті питання

The code is just being displayed raw. It isn’t being converted into a code box or anything. What’s wrong?

Make sure your theme’s footer.php file has <?php wp_footer(); ?> somewhere inside of it, otherwise the plugin won’t be able to do it’s thing.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“SyntaxHighlighter Evolved Applescript” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “SyntaxHighlighter Evolved Applescript” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.4.0

  • Updated AppleScript brush stylesheet and script to version 3.0.83, as provided by David Chambers.

1.3.0

  • Added support for accessing plugin via [as].

1.2.0

  • Bug fixes.

1.1.0

  • Initial release