フィルターのクリア

Where has TODO/FIXME reports gone?

81 ビュー (過去 30 日間)
Adrian Cherry
Adrian Cherry 2023 年 10 月 11 日
コメント済み: Adrian Cherry 2023 年 10 月 13 日
There was a very useful reporting function on the MATLAB IDE to mark code with tages e.g. %TODO, %NOTE etc. From the file browser there was a simple drop down for "reports" that would generate a hyperlinked HTML panel listing all functions with %TODO notes in.
I've seen that in R2023a/b this report option has gone missing. I have found I can generate it from the command line with dofixrpt() but the help says it's an unsupported function.
Does this mean that the functionality has been replaced with a new option somewhere? I checked the code analyser to see if it could generate a "TODO" report but I couldn't see any options to do so. Am I missing something or is there a replacement reporting method somewhere?

回答 (1 件)

Les Beckham
Les Beckham 2023 年 10 月 12 日
It has been moved to the menu you get when you click the Switch Windows button:
  3 件のコメント
Les Beckham
Les Beckham 2023 年 10 月 12 日
My mistake. It shows up there if you already have the report window open, allowing you to switch to that window. You have to create the report at the command line with this command:
dofixrpt
Sorry about that.
Adrian Cherry
Adrian Cherry 2023 年 10 月 13 日
No problem - thanks for clarifying.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

製品


リリース

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by