From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Keogh, Craig" To: "'sourcenav@sourceware.cygnus.com'" Subject: Adding a Parser: SN_LOCAL_VAR_DEF ? Date: Thu, 09 Aug 2001 16:33:00 -0000 Message-id: <34168E9E775CD411A4430000F80768621B4433@unclassfs03.rlmsystems.com.au> X-SW-Source: 2001-q3/msg00103.html Greetings, I am writing an Ada parser for Source Navigator. Everything is working well except for one thing. Local Variable definitions. If I call sn_insert_symbol with SN_GLOB_VAR_DEF (global variable), it works perfectly: - it is highlighted in the editor window - when the cursor is over the variable, it appears in the drop down box - xref'ing works But if I use SN_LOCAL_VAR_DEF in exactly the same way, none of the above happen. Yes, "generate refences to local variables" in project preferences is ON. Is this a problem with my parser or source navigator? Has anyone else experienced this? Craig Keogh