I have made a patch file but I am working out of the 1.7 SVN branch, not sure if its compatible with the trunk or other versions, it probably is as I don't think these files changed that much.
Patchfile can be downloaded here:
Download
Changes:
* Now has a vertical scroll bar that can be enabled with setVScrollbarEnabled()
* Contains bug fix for weird scrolling issue (see this thread: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=42417)
* The mouse wheel now scrolls the edit box while it has focus. setMouseWheelScrollAmount() can be used to set how much it scrolls by. Defaults to 3 lines which seems to be standard in windows.
* Added setCursorPos() functions which can be used to set where the blinking text cursor is. There are two different versions, one that lets you set by line and position within that line and one that sets by character index.
* You can also get the current cursor position with getCursorPos() functions.
* Added a getMaxScroll() function which returns the maximum scroll value of the scroll bar for use in conjunction with:
* setCurrentScroll() which lets you set the scroll bars current position.
Use and enjoy