rizinorg/cutter

Implement Notification System

開放

#1,237 建立於 2019年3月3日

 (0 則留言) (0 個反應) (0 位負責人)C++ (1,123 個分叉)batch import
EnhancementHelp WantedUI

倉庫指標

星標
 (14,852 顆星)
PR 合併指標
 (平均合併 13天 23小時) (30 天內合併 20 個 PR)

描述

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

貢獻者指南