rizinorg/cutter

Implement Notification System

オープン

#1,237 opened on 2019/03/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (1,123 件のフォーク)batch import
EnhancementHelp WantedUI

Repository metrics

Stars
 (14,852 個のスター)
PR merge metrics
 (平均マージ 13d 23h) (30d で 20 merged PRs)

説明

The desired feature would implement a Notification system which is more elegant and modern way to notify the user about things, rather than using Message Boxes. This is useful for user experience as well as for plugins

Describe the solution you'd like A clean and modern notification:

  • show a message to the user
  • have several types (Error, Info, Warning,...)
  • will be closed after n seconds
  • have a close button
  • support multi-line + scrolling
  • would be exported as an API and would be highly helpful for plugins
  • should be stacked one above the other (if there are more than 1 notifications)

Additional context

PyCharm notifications:

image

VSCode notifications:

image

image

コントリビューターガイド