[RTC] Why is the HTML editor in Eclipse Client so small?
2 answers
We have a lot of HTML attributes in our process and they display just fine in the Web and Eclipse presentations....many lines.
Couple of things:
1) Be sure that the presentation type is set to HTML, not string. String is one line.
2) We observed in the past that some tab layouts do not work quite right in certain situations. If 1 doesn't work, maybe play around with this.
3) If you have a LOT of HTML presentations, the web client will render them all at the required height and the browser scroll bar will be used to scroll down, but in Eclipse it divides all available space for the window evenly. So if you had 20 HTML presentations, each one would only get 1/20th the height of the window. Additional tabs would be needed to alleviate that situation.
I am aware of this restriction. I researched it quite recently. An enhancement is required for this issue. You may wish to try Large String as a work around. From memory, that will give you at least two lines, even when collapsed.
Comments
If we use Large HTML, it will be fundamentally wrong because the query will not be searchable.
I think you mean Large String would not be searchable. Yes? That would be a good thing to mention when creating a RFE.
I created a RFE for this. HTH.
Improve the sizing behavior of the Eclipse LargeHTML presentation
Thanks!
But we want to adjust the height of HTML attributes.