symphonytool / symphony

The Symphony IDE
5 stars 4 forks source link

Event selection window is not scrollable #266

Closed pglvdm closed 10 years ago

pglvdm commented 10 years ago

When one is debugging and have a large list of possible events to choose from it would be handly if it would be possible to scroll in the window.

joey-coleman commented 10 years ago

Example:

channels
  a:nat
process Test = begin 
@ ||| i in set {1,...,50} @ [{}] a.i-> Skip
end

Note the CML Event Options window has no visible scrollbar, and we cannot scroll by other means.

symphony debug env with non-scrollable event options window

joey-coleman commented 10 years ago

Fixed in 773b2e