Opened 16 years ago

Closed 16 years ago

Last modified 11 years ago

#238 closed defect (fixed)

Remove goto thread

Reported by: David Aspinall Owned by: Graham Dutton
Priority: major Milestone:
Component: 1:pg-eclipse Keywords:
Cc:

Description (last modified by Graham Dutton)

The goto thread job nicely collects exceptions from the subjob, but it has the disadvantage (I think) of disabling display updates while the thread runs. Try AThousandLines.thy to see what I mean --- previously you could watch the blue region grow. Seems best to remove the thread spawning here, the undo command list calculation shouldn't take long at all.

Change History (4)

comment:1 Changed 16 years ago by Graham Dutton

Description: modified (diff)
Status: newaccepted

Investigating. I don't know why this should interfere with display update efficiency, except if it's simply overloading the machine. Regardless, threading here seems like a bad idea and I will work towards its removal.

comment:2 Changed 16 years ago by Graham Dutton

Description: modified (diff)

Straightforward removal of the Eclipse Job creation seems to work fine. Will commit this afternoon after some testing.

comment:3 Changed 16 years ago by Graham Dutton

Resolution: fixed
Status: acceptedclosed

Seems to work just fine. Committed fix.

comment:4 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.