Opened 1 year ago

Last updated 1 year ago

Ability to post code in ticket (Ticket #189)

Reported by shamil.nunhuck
Assigned to Jack
Type Enhancement
Priority Normal
Severity Normal
Component Tickets
Milestone 2.1
Version 2.1
Status Completed
Percent 0%

Description

What does this enhancement do?

Give users the ability to post code in tickets, whether it be in the ticket post or reply. The system would then be recognised as being a block of code, and apply appropriate CSS on page load. In other words, syntax highlighting. I’d suggest prettify: http://code.google.com/p/google-code-prettify/, StackOverflow.com uses it.

Attachments

Ticket History

1 year and 4 months ago by Jack

  • Closed ticket as Completed

$test = ‘This is a test’;
echo $test; // display the message…
echo ‘It\‘s alive!’;

1 year and 4 months ago by Jack

  • Changed Status from Accepted to Started

1 year and 4 months ago by Jack

  • Changed Status from New to Accepted

1 year and 4 months ago by shamil.nunhuck

  • Opened Ticket