Changes between Version 6 and Version 7 of PreCodeBrowserPlugin


Ignore:
Timestamp:
Nov 2, 2015, 1:32:30 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PreCodeBrowserPlugin

    v6 v7  
    1 = Replace code `<table>`s with `<pre>` tags =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Replace code `<table>`s with `<pre>` tags
    44
    5 This is a simple plugin which replaces code `<table>` elements in the source browser with `<pre>` tags.
     5== Description
    66
    7 Syntax highlighting is preserved. Line numbers are gone.
     7This is a plugin which replaces code `<table>` elements in the source browser with `<pre>` tags.
    88
    9 Other than appealing to minimalists, this is useful in conjunction with something along the lines of [http://elide.org/widgets/linenumbers] - that's client-side javascript to dynamically insert non-selectable line numbers. In other words, this lets you cut & paste code without bringing along the line numbers too.
     9Syntax highlighting is preserved. Line numbers are discarded.
    1010
    11 == Bugs/Feature Requests ==
     11Other than appealing to minimalists, this is useful in conjunction with something along the lines of [http://elide.org/widgets/linenumbers] - that's client-side Javascript to dynamically insert non-selectable line numbers. In other words, this lets you cut and paste code without bringing along the line numbers too.
     12
     13== Bugs/Feature Requests
    1214
    1315Existing bugs and feature requests for PreCodeBrowserPlugin are
     
    1517
    1618If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=PreCodeBrowserPlugin&owner=kate new ticket].
     19[/newticket?component=PreCodeBrowserPlugin new ticket].
    1820
    1921If you find this plugin useful, I'd love to hear what for; come and find me on IRC as {{{kate`}}} on [http://freenode.net/ freenode] and let me know. Thanks!
    2022
    21 == Download ==
     23[[TicketQuery(component=PreCodeBrowserPlugin&group=type,format=progress)]]
    2224
    23 Download the zipped source from [download:precodebrowserplugin here].
     25== Download
    2426
    25 == Source ==
     27Download the zipped source from [export:precodebrowserplugin here].
    2628
    27 You can check out PreCodeBrowserPlugin from [http://trac-hacks.org/svn/precodebrowserplugin here] using Subversion, or [source:precodebrowserplugin browse the source] with Trac.
     29== Source
    2830
    29 == Example ==
     31You can check out PreCodeBrowserPlugin from [/svn/precodebrowserplugin here] using Subversion, or [source:precodebrowserplugin browse the source] with Trac.
    3032
    31 Here's how it looks in action on a stock Trac installation:
     33== Example
     34
     35Here is how it looks in action on a stock Trac installation:
    3236
    3337[[Image(example.png)]]
    3438
    35 Not very exciting, hey? That is actually inside a `<pre>` tag, I promise.
     39That code is actually inside a `<pre>` tag.
    3640
    37 == Recent Changes ==
     41== Recent Changes
    3842
    3943[[ChangeLog(precodebrowserplugin, 3)]]
    4044
    41 == Author/Contributors ==
     45== Author/Contributors
    4246
    4347'''Author:''' [wiki:kate] [[BR]]
     48'''Maintainer:''' [[Maintainer]] [[BR]]
    4449'''Contributors:'''