FreeCAD/FreeCAD

Core: Notification Area should truncate messages

Open

#10,018 opened on Jul 30, 2023

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C++ (5,550 forks)batch import
Help wantedMod: CoreTopic: User InterfaceType: Feature

Repository metrics

Stars
 (30,913 stars)
PR merge metrics
 (Avg merge 24d 7h) (217 merged PRs in 30d)

Description

Is there an existing issue for this?

  • I have searched the existing issues

Version

0.21 (Development)

Full version info

0.21

Subproject(s) affected?

Core

Problem description

To avoid this kind of situation : image

Where the notification area show giant and hard to read errors, I think the notification area should put a max size to the error message. The full sized message being visible in the report view.

So we could truncate the string to around 1 or 2 lines, then finish by '...' if it's longer than that.

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide