Highlighting text in Editor
120 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there a way to highlight %Comments in my code within the editor? I would like to do it as reminders. Thank you.
0 commentaires
Réponses (1)
Guillaume
le 25 Oct 2014
You can't highlight particular comments in your code, but you can add TODOs, FIXMEs and NOTEs comments and get a report that show them all at once.
Just put the respective strict in a comment of your choosing and generate the report by right-clicking in matlab's folder browser and selecting reports->TODO/FIXME report.
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!