Opened 14 years ago

Closed 12 years ago

#1546 closed enhancement (fixed)

Need more powerful API to get annotations

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Interactive Environment Version:
Keywords: Cc: Martin Sjölund

Description

loadString("
model M
  annotation(Info=\"<html>\" + \"abc\" + \"</html>\");
end M;
");
getNamedAnnotation(M,Info);

The above code should return a single literal or OMEdit breaks

Change History (1)

comment:1 by Martin Sjölund, 12 years ago

Cc: sjoelund.se, → sjoelund.se
Component: Interactive Environment
Resolution: fixed
Status: newclosed
Type: defectenhancement

Was added as an API to fetch html-annotations.

Note: See TracTickets for help on using tickets.