Problem loading VerilogFindPair

Bruce Nepple bnepple at avnera.com
Tue Mar 30 00:51:27 CEST 2010


from http://nedit.hackvalue.nl/niki/index.php/Macro_Collection

If I paste it in a macro creation window, it fails syntax check at the
first d in the first define.

If I read it in as a macro file, nothing happens.

######################################################################
#
#  Custom token-based navigation for NEdit 5.1
#  Joachim Lous (joachim at nr.no)
#  March 2000
#
#  Modified by Gal Aviel Jan 2004
#
#  find_verilog_pair written by Guy Inbar, Jan 2005
#
#  Modified by Erez Amit, Jul 2006
#  erez.amit at gmail.com
#
######################################################################


$w = "a-zA-Z0-9_"  # word characters (explicitly, so they're easy to
adjust)
$s = " \t\n"        # whitespace characters

define token_start_right {
<snip>

I'm using 5.5.   Is that the issue?

B




More information about the Discuss mailing list