Opened 10 years ago
Closed 10 years ago
#3085 closed defect (fixed)
All windows in the Transformational Debugger should have a horizontal scroll slider
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.2 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Some windows in the Transformational debugger cannot be scrolled horizontally, thus preventing to see the actual information which can span very long lines. This is particularly frustrating for the Equation Operations window, whose lines can be very long.
I would suggest to put scroll sliders on all the windows, just in case.
Change History (7)
follow-up: 3 comment:1 by , 10 years ago
follow-up: 4 comment:2 by , 10 years ago
All windows have horizontal sliders. Why they are not visible is because by default the width is adjusted to visible view area. I have now set them to stay stretched so that full contents can be visible via the horizontal sliders in r24098.
Do want me to test against any specific model?
comment:3 by , 10 years ago
Replying to casella:
In fact, the Source Browser window has automatic wrapping, which is ok, though it can mess up the code indentation. The scroll slider is really needed in all the windows to the left of it.
You can disable the wrapping via Tools->Options->Modelica Text Editor->Enable Line Wrapping.
comment:4 by , 10 years ago
Replying to adeas31:
All windows have horizontal sliders. Why they are not visible is because by default the width is adjusted to visible view area. I have now set them to stay stretched so that full contents can be visible via the horizontal sliders in r24098.
Good.
Do want me to test against any specific model?
I am trying to analyze ThermoPower.Test.DistributedParameterComponents.TestFlow1DfemA
, there is a large nonlinear set of equations there. In fact, since that example takes forever to run due to some buch in the backend, I am using a modified version of it with Nnodes = 3.
comment:5 by , 10 years ago
BTW, I hadn't noticed that if I hover over one equation in the Equations Operations window, I get a nice pop-up that shows me the whole thing, with automatic line wrapping. However, this doesn't work well in the Equations Browser, because there wrapping is not enabled and large residual equations can easily be wider than a laptop screen. Mind to add automatic wrapping there as well?
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In fact, the Source Browser window has automatic wrapping, which is ok, though it can mess up the code indentation. The scroll slider is really needed in all the windows to the left of it.