https://bugzilla.wikimedia.org/show_bug.cgi?id=32502

Daniel Friesen <mediawiki-b...@nadir-seen-fire.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mediawiki-bugs@nadir-seen-f
                   |                            |ire.com

--- Comment #2 from Daniel Friesen <mediawiki-b...@nadir-seen-fire.com> 
2011-11-21 07:40:38 UTC ---
It might be slightly complex but I don't believe it's impossible.

The stylesheets that GeSHi generates seams to be based on the arguments you
pass to the source tag, not on the actual source.

ie: If you have 12 <source> tags with the same lang and the same <source>
arguments then they all have the same style.

The real things that $geshi->get_stylesheet seems to depend on is things like
the line-numbers setting, etc...

If we write a custom RL module and embed some of the options about the <source>
that get loaded like the lang and the other relevant settings into the module
name or wherever it is that we need to embed it to get that passed onto the RL
module. Then it would be possible to RL-ify those GeSHi styles.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to