The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
allow users to add notes to operators
Legacy User
Member Posts: 0 Newbie
While working with operators, it would be helpful to be able to add notes to them. For example, you might add a warning to an learning function that is particularly slow to train. Or perhaps the citation for the original algorithm. These notes would apply to the operator wherever it was used.
It would also be helpful to have an easy editor to edit the Root description or add other notes that are particular to a file.
--Gary
0
Answers
There is already an option to add comments for each operator via comments tab. Additionally the help (F1) for each operator shows basic information like citation (see for example some of weka bayes operators). So ... what do you have in mind, what is missing currently ?
kind regards,
Steffen
Yes, the comments tab is what I had in mind, in part. Couple of notes:
- It appears to save comments per-file rather than globally. It would be nice to have user-comments that attach to operators across files, like the F1 help comments. That way, I could add notes about their usage that would appear when I use them in new files. For example, I would like to insert the basic SQL I use with the DatabaseExampleSource operator. Then I could copy/paste it into the SQL parameter field and modify it when I insert a new operator.
- The comments tab does not seem to support line feeds. On my Mac, when I return to a previously written comment, all of the linefeeds have been removed, making a mess of the code or SQL snippets I stored there.
Thanks,
Gary
Cheers,
Ingo