Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#36 fixed Split stream for console into input/output and give input a different colour. David Aspinall David Aspinall <da+pgtrac@…>
Description

A minor improvement for the PGIP console is to display input/output in different colours or fonts.

This should be easy: message streams can have colour/fonts attached, so we just need to split PGIP stream into two.

#48 wontfix Support editing proof script files outside workspace David Aspinall David Aspinall <da+pgtrac@…>
Description

It seems desirable to support editing files outside workspace.

To do this we need to adjust ProofScriptDocument to remove the resource field and possibly prover syntax field (which is not initialised when making documents by the Eclipse standard way).

A first attempt at this showed that it really is too difficult to do well. Viewing a script is possible but as soon as we do anything sophisticated with the document we need the extra support available for files which actually reside in the workspace. Especially markers, which we use extensively for state management and problems/tasks. Eclipse currently only allows them on resources. Managing two different kinds of documents (internal and external) gets very nasty in the code quite quickly.

This ticket is here as a reference for the issue and reminder of problems.

#49 fixed Make sure File->Open produces sensible feedback when attempted with script files David Aspinall David Aspinall <da+pgtrac@…>
Description

At the moment File->Open produces a confusingly blank canvas or exceptions.

Ideally we should display a dialogue or message in the incompletely-configured editor. Or maybe revert to the ordinary text editor, somehow.

This worked in a previous revision, but changes in document provider engagement have perhaps broken it.

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