amiga-mui / texteditor

A well-known and used MUI custom class (TextEditor.mcc) which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.
GNU Lesser General Public License v2.1
19 stars 4 forks source link

Bug removals and a newly added feature. #10

Closed alpyre closed 8 years ago

alpyre commented 8 years ago

BUGS: In PrintLineWithStyles.c, PrintLine() function:

FEATURE: A new private attribute MUIA_TextEditor_Slider_Behaviour added with two values: MUIV_TextEditor_Slider_Standard MUIA_TextEditor_Slider_MUI.

In standard mode the horizontal scroller reflects the current longest line within all text (as all modern text editors do). In MUI mode it reflects the longest line within FOV (Field Of View).

jens-maus commented 8 years ago

This PR has to be revised and based on the latest sources in master before it can be reviewed by me.

alpyre commented 8 years ago

I surely switch to git on my MorphOS as soon as possible. Sorry for the hassle... :(

Corrected PR is on the way.