new IDE command for revDocumentationGo?
mwieder
ahsoftware at sonic.net
Thu Sep 8 18:09:54 EDT 2016
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
ahsoftware at gmail.com
-----
--
Mark Wieder
ahsoftware at 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.
More information about the use-livecode
mailing list