new IDE command for revDocumentationGo?

Richard Gaskin ambassador at fourthworld.com
Thu Sep 8 18:24:31 EDT 2016


Mark Wieder wrote:

> Here's what I do:
>
> local tText, tData
> put the clicktext into tText
> if the version > 7 then
>    put ideDocsFetchLCSData(tText) into tData
>    if tData is not empty then
>       revIDEGoToLCSDictionaryEntry tText, tData[1]["type"]
>    end if
> else
>    revDocumentationGo tText
> end if

Nicely done - thanks Mark, Monte.

I discovered the ideDocsFetchLCSData function earlier today while poking 
around.  I like the array structure, very handy if you need that sort of 
info.

-- 
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com




More information about the use-livecode mailing list