Re: Issue 1744 in reviewboard: Custom syntax highlighting format

2010-08-02 Thread reviewboard


Comment #2 on issue 1744 by stuart.gunter: Custom syntax highlighting format
http://code.google.com/p/reviewboard/issues/detail?id=1744

Unfortunately I'm not familiar with Pygments, so will have to skip over  
this one. Pity there isn't a user-configurable formatting option that would  
make it easier for the site admin to customise syntax highlighting.


Admittedly this probably wouldn't be a requirement for the majority of  
users.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1744 in reviewboard: Custom syntax highlighting format

2010-08-02 Thread reviewboard


Comment #3 on issue 1744 by chipx86: Custom syntax highlighting format
http://code.google.com/p/reviewboard/issues/detail?id=1744

Defining a syntax highlighting grammar is a complicated task. You need a  
pretty thorough language to describe what things are highlighted when and  
where. That's not something that can really be done in an easy,  
user-configurable way. That's where Pygments comes in, since it provides a  
whole API for doing such a thing, but it does mean getting into the code  
and writing a lexer. It'd be nice if we could make it happen easily, but  
it's just not really an option.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1744 in reviewboard: Custom syntax highlighting format

2010-07-30 Thread reviewboard

Updates:
Status: ThirdParty

Comment #1 on issue 1744 by trowbrds: Custom syntax highlighting format
http://code.google.com/p/reviewboard/issues/detail?id=1744

Implementing a custom formatter in pygments will let you do this.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.