rizinorg/cutter

Implement Notification System

Open

#1237 aperta il 3 mar 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (1123 fork)batch import
EnhancementHelp WantedUI

Metriche repository

Star
 (14.852 star)
Metriche merge PR
 (Merge medio 13g 23h) (20 PR mergiate in 30 g)

Descrizione

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

Guida contributor