- Subject: Re: [Jed-users-l] Feature requests (again)
- From: Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 06 Jan 2011 19:42:25 +0100
Peter Bengtsson wrote:
> I tried that but then all other syntax colouring disappeared.
Ooops, you are right. From what I see in the code, it seems that color 
columns and syntax highlighting are mutually exclusive:
> void write_syntax_highlight (int row, Line *l, unsigned int len)
> {
[a few declarations]
> #if JED_HAS_COLOR_COLUMNS
>    if (CBuf->coloring_style)
>      {
>         color_columns (row, p, pmax);
>         return;
>      }
> #endif
[all the hard part]
(CBuf->coloring_style==1 indicates that color columns are defined.)
Sorry! Cheers,
Manfred
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
  [2011 date index]
  [2011 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]