garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
429 stars 102 forks source link

Implementation of multiline texbox with selection and vertical scrolling. #38

Closed jeremieroy closed 11 years ago

jeremieroy commented 11 years ago

Implement the multiline textbox selection and scrolling

However: I specialized the render function of the multiline textbox, there is pbly a way to have better perf.

And ... it should maybe be re-implemented using the scroll area, since a scrollbar is very handy for a scrollable text box. However that's a design decision, let me know what you think...

jeremieroy commented 11 years ago

Should be fixed now.

billyquith commented 11 years ago

Thanks. You'll probably have to redo it all now as GWEN as been reformatted. Not quite sure what the point of that is when there seem to be so many issues outstanding. I imagine all outstanding code patches will now have merge conflicts.

jeremieroy commented 11 years ago

Well, I'm assuming that's one of the reason why it haven't been merged yet ^^

garrynewman commented 11 years ago

Yeah sorry you'll have to merge in the code changes from the main branch so I can easily merge this in.