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

-- 
 Mark Wieder
 ahsoftw...@gmail.com




-----
-- 
 Mark Wieder
 ahsoftw...@gmail.com
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/new-IDE-command-for-revDocumentationGo-tp4708223p4708227.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to