wiki:CodeExampleMacro

Version 1 (modified by Alexander Slesarev, 15 years ago) (diff)

New hack CodeExampleMacro, created by nuald

CodeExample

Notice: This plugin is unmaintained and available for adoption.

Description

The Trac plugin for code examples colouring. It support three types of examples - a simple, a correct and an incorrect.

Bugs/Feature Requests

Existing bugs and feature requests for CodeExampleMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:codeexamplemacro here].

Source

You can check out CodeExampleMacro from here using Subversion, or browse the source with Trac.

Example

The simple example:

{{{
#!CodeExample
#!python
def main():
    pass
}}}

The incorrect example:

{{{
#!BadCodeExample
#!cpp
void main() {
    return -1;
}
}}}

The correct example:

{{{
#!GoodCodeExample
#!java
public void isCorrect() { throw new NotImplementedException(); }
}}}

Recent Changes

14903 by rjollos on 2015-09-21 15:43:45
Removes svn:mime-type text/plain.
14039 by rjollos on 2014-07-26 00:37:54
1.2: Include images in egg and fixed links to sample screenshots. Fixes #8331.

Thanks to AllenB and ilewismsl for the patches.

14038 by rjollos on 2014-07-26 00:37:35
Added URL to setup.py and bumped version to 1.1. Refs #9716.
(more)

Author/Contributors

Author: nuald
Contributors:

Attachments (7)

Download all attachments as: .zip