Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 9b17a66

Browse files
author
livecodeali
committed
[[ Script Editor ]] Fix type disambiguation navigation in docs pane
1 parent ecf3569 commit 9b17a66

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Toolset/palettes/script editor/behaviors/revsedocumentationpanebehavior.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,15 @@ private function renderDocData pData, pIndex, pFull
273273
return tHtml
274274
end renderDocData
275275

276-
private command renderDoc
276+
private command renderDoc pType
277277
if sLastFoundDoc is empty or sDoc is empty then
278278
renderEmpty
279279
exit renderDoc
280280
end if
281281

282282
# Documentation library: Retrieve the summary from the docs database
283283
local tHTML
284-
put renderDocDictionary(sDoc) into tHTML
284+
put renderDocDictionary(sDoc, pType) into tHTML
285285
set the htmlText of field "View" of me to tHTML
286286

287287
scrollbarCheck

notes/bugfix-8985.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Clicking type disambiguation in Docs pane of Script Editor should work

0 commit comments

Comments
 (0)