Re: Meld add-ons?



On Thu, Apr 10, 2008 at 7:19 PM, Vincent Legoll
<vincent legoll gmail com> wrote:
>  But maybe this is not working for you (as currently for me), despite
>  having gtksourceview installed...
>
>  I'll investigate and try to reproduce the problem on another computer
>  before speculating more...

After a quick try, I can say this is working properly here on ubuntu

small python & c code is highlighted correctly

try the attached files with the option cited earlier activated, and verify
you have the gtksourceview package installed

-- 
Vincent Legoll
a.py0000644000175000017500000000007110777446235010657 0ustar  vincevincemain():
  print "titi"
  [a for a in [1, 2, 3] if a > 1]
b.c0000644000175000017500000000004210777446062010446 0ustar  vincevinceint main()
{
  printf("titi");
}

b.py0000644000175000017500000000010010777446275010655 0ustar  vincevincemain():
  print "titi"
  [a for a in [0, 1, 2, 3, 4] if a <= 1]
int main()
{
  printf("titi");
}

main():
  print "titi"
  [a for a in [1, 2, 3] if a > 1]
main():
  print "titi"
  [a for a in [0, 1, 2, 3, 4] if a <= 1]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]