Page 1 of 1

TextEditor_HorizontalSlider

Posted: Mon Oct 28, 2019 7:33 pm
by lazi
There is a Texteditor.Scrollbar attribute which is maybe the equivalent of MUIA_TextEditor_Slider, but there is nothing like MUIA_TextEditor_HorizontalSlider.

Why is it missing? Not all platforms can support it?

Re: TextEditor_HorizontalSlider

Posted: Wed Oct 30, 2019 5:23 pm
by airsoftsoftwair
I think this wasn't supported for a very long time because I opened a ticket about it already in 2015, see here: https://github.com/amiga-mui/texteditor/issues/2

But as you can see in the ticket, Jens claims that it has been implemented now so I should probably update MUI Royale and RapaGUI to support it as well...

Re: TextEditor_HorizontalSlider

Posted: Sat Nov 02, 2019 1:14 am
by lazi
Probably you should do it! :)

It was a nice reading the three years long story of the horizontal slider.

Re: TextEditor_HorizontalSlider

Posted: Sat Dec 21, 2019 2:43 pm
by airsoftsoftwair
MUI Royale:

Code: Select all

- Fix: "NoWrap" mode for Texteditor.WrapMode didn't show a horizontal scrollbar because this wasn't
  supported by TextEditor.mcc up until recently; since it is now supported by TextEditor.mcc, MUI Royale
  now requires TextEditor.mcc 15.53 in case you want to use Texteditor class
RapaGUI:

Code: Select all

- Fix [Amiga]: Texteditor.NoWrap didn't show a horizontal scrollbar; since this is now supported by
  TextEditor.mcc, RapaGUI now requires TextEditor.mcc 15.53 in case you want to use Texteditor class