[[PageOutline(2-5,Contents,pullout)]] = Prints code listings with line numbers {{{#!box warning The functionality of this plugin has been added to Trac in [trac:milestone:1.2 release 1.2]. See trac:#10834. }}} == Description == This macro produces colored code listings with line numbers. == Bugs/Feature Requests == Existing bugs and feature requests for LinenoMacro are [report:9?COMPONENT=LinenoMacro here]. If you have any issues, create a [/newticket?component=LinenoMacro new ticket]. == Download == Download the zipped source from [export:linenomacro here]. == Source == You can check out LinenoMacro from [/svn/linenomacro here] using Subversion, or [source:linenomacro browse the source] with Trac. == Example == Simple java listing with included Lineno macro: {{{ {{{ #!Lineno #!java class A { public static void main(String[] args) { } } }}} }}} Result: [[Image(linenum.png)]] == Install == To install: {{{ #!sh sudo easy_install }}} To enable: {{{ #!ini [components] lineno.linenomacro.* = enabled }}} == Recent Changes == [[ChangeLog(linenomacro, 3)]] == Author/Contributors/License == '''Author:''' [wiki:adamansky] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [[BR]]