
When I have a long text in the Expression Editor e.g.:
$P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_MALE?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationMale",$P{languageID}.intValue()):($P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_FEMALE?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationFemale",$P{languageID}.intValue()):($P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_COMPANY?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationCompany",$P{languageID}.intValue()):$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationMale",$P{languageID}.intValue())))
(^^ one line!)
the scrollbar is not wide enough.
When I move around with the cursor-keys or drag the selection I could scroll to the right and the scrollbar adjusts.
See Screenshot for details
nomike aka Michael Postmann

Recommended Comments