Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#20 fixed Fix ProofScriptEditor to change symbols cleanly David Aspinall David Aspinall <da+pgrac@…>
Description

ProofScriptEditor should change symbols cleanly, ideally without editing the underlying document text. We should keep the underlying document text with/without symbols according to preference and the menubar toggle; saved documents on disk should always be without symbols.

#24 fixed Replace current undo management with document-based undo mechanism David Aspinall David Aspinall <da+pgrac@…>
Description

The current undo management code uses a long history of commands sent to the prover, then weeds through them to figure out which commands need undoing and how. This is tedious and will not support context switching. Currently there is no queue of undo commands but instead a thread is made for each undo command as one-by-one they are processed by the prover; this has very poor performance.

The document itself has exactly the information needed to calculate undo commands, based on the processed position. Because the document locks the processed text, this is expected to be accurate. We can calculate a queue of commands for undoing just as we do when processing commands.

This work has begun but amounts to a major reorganisation/extension of the document model. This ticket will be used to track progress.

#28 worksforme Newlines in PGIP console are lost David Aspinall David Aspinall <da+pgtrac@…>
Description

Newlines in PGIP console (e.g. in parseresult) are lost.

Hopefully these can be recovered from the document parse and are lost somewhere else.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.