Opened 7 years ago

Closed 6 years ago

#4640 closed defect (fixed)

Categorize OMEdit messages

Reported by: Rüdiger Franke Owned by: Adeel Asghar
Priority: high Milestone: 1.13.0
Component: OMEdit Version:
Keywords: Cc:

Description

OMEdit messages appearing below the model diagram should be categorized. A basic filter function should enable to easily distinguish between errors, warnings and infos.

In particular it is important to immediately see if a warning appears between lots of infos, such as a parameter without value defaulting to 0.

See the treatment by other IDEs.

Change History (4)

comment:1 by Adeel Asghar, 7 years ago

Yeah we use to have this functionality in older versions.
In order to have filter for messages we need to store them in some list based data structure.

See #2781 and 68c71a/OMEdit. We decided to change the QTreeView based Messages Browser to text based. The reason is Qt list based data structures gets slow when the list size is big and even slower when the list elements have variable height (we need variable height to display multi line messages (See #2269)).

Last edited 7 years ago by Adeel Asghar (previous) (diff)

comment:2 by Martin Sjölund, 7 years ago

It could always be 4 different tabs? All / Errors / Warnings / Notifications

comment:4 by Adeel Asghar, 6 years ago

Resolution: fixed
Status: newclosed

Done in 1c58f5d/OMEdit.

Note: See TracTickets for help on using tickets.