Ticket #259 (accepted task)

Opened 5 months ago

Last modified 8 weeks ago

Pygments example

Reported by: thijs Owned by: thijs
Priority: minor Milestone: 0.5
Component: Examples Version: 0.3
Keywords: Cc:

Description (last modified by thijs) (diff)

Create a AIR app like the Pygments demo, see examples/sandbox/pygment

The remoting gateway should supply the following methods under the pygment servicename:

  • lexers() -- list of available languages (lexers), called at startup. Returns an array with objects containing id and name properties.
  • highlight(language, code) -- Returns object with resulting html markup in the markup property, and a id property containing a unique id for the submitted code.

Change History

Changed 4 months ago by thijs

  • status changed from new to accepted
  • description modified (diff)
  • milestone changed from 0.3.1 to 0.4

Changed 4 months ago by thijs

  • milestone changed from 0.4 to Blue Sky

Changed 2 months ago by thijs

  • priority changed from major to minor
  • description modified (diff)
  • milestone changed from Blue Sky to 0.3.2

Changed 8 weeks ago by thijs

  • milestone changed from 0.4 to 0.5
Note: See TracTickets for help on using tickets.