Skip to content

Implement error floats and catch decorator

Krzysztof Mochocki requested to merge kmochocki/error-floats into develop

In this merge request:

  • Add ErrorFloat, which on creation shows on top and sets focus to itself
  • Add catch decorator, which can decorate handler in which some excepton can be raise, after this it shows error float
  • Decorated <F4> Finish handler with catch, because it throws exception when Form is not finished
Edited by Krzysztof Mochocki

Merge request reports