jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] Feature requests (again)


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]