Opened 16 years ago

Closed 16 years ago

Last modified 11 years ago

#241 closed (fixed)

Fix link parse and undo for <whitespace> elements.

Reported by: David Aspinall Owned by: David Aspinall
Priority: blocker Milestone:
Component: 1:pg-eclipse Keywords:
Cc:

Description

Isabelle2008 produces different parseresult output for the PGIP parsescript command to Isabelle2007. In particular, comments now produce <whitespace> elements rather than <comment>, which violates assumption that <whitespace> applies only to real whitespace. This has broken script management, in particular, the undo behaviour for comments. Simple test case:

(* comment at start *)
theory Foo imports Pure begin end

Change History (3)

comment:1 Changed 16 years ago by David Aspinall

New parsing code now approximately repairs comment elements by replacing trimming non-whitespace whitespace elements and renaming them comment. Script management behaviour still needs fixing.

comment:2 Changed 16 years ago by David Aspinall

Resolution: fixed
Status: newclosed

Behaviour with comments is now fixed. Other script management problems remain, tracked elsewhere.

comment:3 Changed 11 years ago by David Aspinall

Milestone: PG-Eclipse-1.0.6

Milestone PG-Eclipse-1.0.6 deleted

Note: See TracTickets for help on using tickets.