Changes between Version 3 and Version 4 of Doc/SCDB/Eclipse


Ignore:
Timestamp:
Mar 22, 2007, 6:15:41 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Eclipse

    v3 v4  
    5353=== Sunshade ===
    5454
    55 Sunshade is used to parse PAN compiler output. Regexps appropriate to PAN compiler output must be added, using Window->Preferences->Sunshade->Errorlink in Eclipse. The required regexps are :
     55If you have Sunshade installed inside eclipse, then you can hyperlink between errors generated by the pan compiler and the file.  To do this you need to add some regular expressions to the Sunshade "Error Link" configuration.  Open the Eclipse options panel (using Window->Preferences) and then navigate to the "Sunshade" and then "Error Link" pages.  On this page add the following regular expressions:
     56{{{
     57\[panc\]\s*DEPRECATED:\s+(.*)\s+\[(\d+):(\d+)\]
     58\[([^\[\]]+\.tpl)(?::(\d+)\.(\d+)-\d+\.\d+)\]
     59}}}
     60The links identified with these expressions will take you to the start of the expression causing the error.  Note that the error messages give you the full range of the expression in the format "beginLine.beginChar-endLine.endChar".
     61 
     62''Note : The regexp above are intended for panc v7 and later. If you are still using panc v6 or before, you need to use a different set of regular expresssions :''
    5663{{{
    5764\[pan-syntax\]\s*(.*\.tpl):(\d+):