Implement error floats and catch decorator
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