Can one suppress the display of dataset objects triggered by mouseover (datatips)?
2 ビュー (過去 30 日間)
古いコメントを表示
Can one suppress the display of dataset objects triggered by mouseover? This causes great inconvenience under MacOSX because large dataset objects do not hide quickly - leaving the user unable to see the edit window (or anything else) for several seconds while it is obscured by a large yellow variable display.
1 件のコメント
Micke Malmström
2019 年 11 月 4 日
Is there a way of figuring out who is calling the function? Then this would speed up things...
if CallingFunction == DataTipInEditMode
out=[];
else
% Run regular code
end
回答 (1 件)
Ned Gulley
2011 年 4 月 12 日
To turn on datatips in edit mode (and conversely to turn them off), go to Preferences -> Editor/Debugger -> Display and select Enable datatips in edit mode.
1 件のコメント
Nicholas Howe
2015 年 11 月 25 日
It looks like one can control datatips in edit mode, but not in debug mode. I'd like to turn them off in both.
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!