Changeset 743 for trunk

Show
Ignore:
Timestamp:
02/17/11 15:36:12 (15 months ago)
Author:
mgalloy
Message:

Adding a RESOLVE_ROUTINE so that ROUTINE_INFO will work without having to manually compile the routine beforehand.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/xidldoc.pro

    r624 r743  
    159159    void = cw_field(wCommon, title='Date', value=date, /string,uname='Date', ysize=numLines, xsize=xsize) 
    160160    ;get the param and keyword info 
     161    resolve_routine, list[i], /either 
    161162    params = routine_info(list[i],/param, functions=isfunction) 
    162163    void = widget_label(wCommon,value='Parameters',uname='Parameters')