begin/end highlighting

Eric Bouyoux eric.bouyoux at insidefr.com
Tue Nov 27 16:02:26 CET 2007


   Bert Wesarg a écrit :

   Hi,
   I can't make it work.
   I can change the "display" of text between "begin end" rangesets (it
   is displayed in italic for ex) but I can't make it being highlighted
   automatically (as it is done between "()" or "{}" expressions) nor
   selected automaticaly with Shift+Crtl+M.
   Eric.
    

() and {} are default rules for mostly all languages, including
verilog. The patch brings no rules to highlight begin/end in verilog.
so you must teach the matching pattern engine this rule.

You can edit these rules there: Preferences -> Default Settings ->
Show Matching (..) -> Matching Patterns...

But this dialog is not trivial.

You can also look at the pascal rules, or the rules of the Sh Ksh Bash
language from my mp.styles file.

Bert
  

   Hi,
   Sorry but I did something wrong.
   I recompiled nedit after I've added the patch but I didn't see that
   there was a compilation error. I was still using the nedit version
   WITHOUT the patch ( :-[ ).
   I have the following error message (translating from french) :
   make[1]: *** No rule to build the target « patternMatchData.h »,
   necessary for « menu.o ». Stop.
   Do you have an idea to solve the problem ?
   Regards.
   Eric.


More information about the Discuss mailing list