Show
Ignore:
Timestamp:
06/28/09 23:36:50 (15 months ago)
Author:
mb0 <mb0@…>
Children:
80657c560c55a46e8bdb3bcc2aef994a475d2511
Parents:
2d81bf0e2ed8217c6cb2a26fcb22d09b8441f7a3
git-author:
mb0 <mb0@…> (06/09/09 22:25:17)
git-committer:
mb0 <mb0@…> (06/28/09 23:36:50)
Message:

grammar

virtual semicolon insertion fix for rparen ')' reduced
semi insertion will be skipped if there is a control statement
like 'if'..'while' in the same line

as3

as3 parser resolves in 2 steps now.
builder caches and reuses parsecontroller
added content proposals for imports (only asdoc for now)

moved some helper methods to util class

hover helper presents real asdoc for resolved imports.
added hyper link detector implemetation that can handle string ids

and will find and open the asdoc resources

as3 node locator was not used updated implementation
as3 message handler got a dirty hack to correct the annotation region.
reference resolver trimmed down for now.
label provider offers images for ast classes now.

common

moved uri input to its own file in common.
added uri hyper link.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org.axdt.as3/plugin.xml

    rc598ac6 r69d1ca8  
    7474            language="AS3"> 
    7575      </hoverHelper> 
     76   </extension> 
     77   <extension 
     78         point="org.eclipse.imp.runtime.hyperLink"> 
     79      <hyperlinkDetector 
     80            class="org.axdt.as3.imp.hyperLink.AS3HyperLinkDetector" 
     81            language="AS3"> 
     82      </hyperlinkDetector> 
    7683   </extension> 
    7784   <extension