Re: Where to report issues with mccolorer?



On Thu, 22 Jun 2006, Leonard den Ottolander wrote:

Where do you want us to report issues with mccolorer? In the colorer bug
system?

(I'm seeing a crash when opening the syntax highlighting dialog for the
old syntax highlighting.)

Find attached a patch.
Index: edit/syntax.c
===================================================================
RCS file: /cvsroot/mc/mc/edit/syntax.c,v
retrieving revision 1.80
diff -u -p -r1.80 syntax.c
--- edit/syntax.c	3 Apr 2006 21:22:09 -0000	1.80
+++ edit/syntax.c	23 Jun 2006 09:02:43 -0000
@@ -969,6 +983,12 @@ void edit_free_syntax_rules (WEdit * edi
 
     if (!edit)
 	return;
+
+#if USE_COLORER
+    colorer_free_syntax_rules(edit);
+    return;
+#endif    
+
     if (edit->defines)
 	destroy_defines (&edit->defines);
     if (!edit->rules)


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