Re: function/procedure/keyword list for use in creating an editor syntax description [message #84809 is a reply to message #84798] |
Tue, 11 June 2013 18:59   |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
;list of procedure names
IDL> print,routine_info(/system)
;list of function names
IDL> print,routine_info(/system,/func)
These won't list the procedures/functions stored as dlm's, e.g.
IDL> help,/dlm
I'm not sure how to get the names of the procedure/functions stored in the DLMs.
--Wayne
On Tuesday, June 11, 2013 4:27:27 PM UTC-4, Paul van Delst wrote:
> Hello,
>
>
>
> I guess this mostly a question for the Exelis folks who read this ng...
>
>
>
> I just started using the kate editor and while I was pleasantly
>
> surprised there was an existing RSI-IDL syntax definition file it was
>
> for v5.x of IDL. I want to upgrade the syntax defn file.
>
>
>
> So, my question: Is there an easy way to obtain a current list of the
>
> v8.2.x IDL functions/procedures/keywords? E.g. some magic, undocumented
>
> IDL command? Or on the Exelis website perhaps?
>
>
>
> If there is not, is this something that Exelis would consider publishing
>
> in the future?
>
>
>
> ccheers,
>
>
>
> paulv
|
|
|