Formatting options in Description, Add'l Information

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ooglek
Posts: 3
Joined: 15 Mar 2006, 03:39

Formatting options in Description, Add'l Information

Post by ooglek »

I want to have some interesting wiki-like text formatting in the Description, Steps to Reproduce and the Additional Information fields.

For example, if I put in PHP code, I'd like it nicely colorized. Or if I wanted to put in monospaced text (cut and paste from mysql command-line output for example) I could and Mantis would format it.

For example, here's some code:

Code: Select all

        if (!count($countries)) {
            error("Could not get countries from the API. " . print_r($countries));
            _doError("International numbers not currently available.");
        }
Or mysql output:

Code: Select all

+--------------+----------+-----------+
| billcreditid | totunits | unitsused |
+--------------+----------+-----------+
|           90 |      100 |         1 | 
|           91 |      200 |      NULL | 
|           92 |        1 |      NULL | 
+--------------+----------+-----------+
3 rows in set (0.02 sec)
I took a cursory glance in the manual and couldn't find anything. Help? Is this a feature request?
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

Yes it is a feature request ;)
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply