Artiweb > Pull Request #3034

Formatter #3034

Github

Description

The current Java formatter used in the sequent view is a mess. This PR tries to improve on that.

Current changes: * Remove IOException out of the interface of all pretty printing functions since it is never thrown. * Rewrite PrettyPrinter on top of Layouter * Many changes to the interface of pretty printers * Bring internal taclet printer to same format as key file formatter * Warning when "decreases" clause is missing for loop spec (5b7829d0d3c3707e9c931ad114f773fa9c693708 and 5b7829d0d3c3707e9c931ad114f773fa9c693708) * Fix double click on proof management tree (d7efb0269d6e4e2f52031fa08e00da8380373e6f)

Artifacts