Skip to content

Commit fa65cbd

Browse files
committed
Optimise Dash tooltips
When you press "enter" when a search result is shown, Dash tries to show the FQN of the result by parsing the file and directory structure. This fails for doxdox so we just show the result name (which should already be the FQN).
1 parent 53bf21d commit fa65cbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/dash/plist.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
<true/>
1313
<key>DashDocSetFamily</key>
1414
<string>dashtoc</string>
15+
<key>DashDocSetDeclaredInStyle</key>
16+
<string>originalName</string>
1517
</dict>
1618
</plist>

0 commit comments

Comments
 (0)