Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5374 - redone text editor..

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Wednesday, 17 May 2006, 17:28 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

this is a drop in replacement for the old text_editor.c plugin..
its a complete rewrite, removing the line length and number of lines limitations. adds end-of-line-type checking, faster (?) better...
ok, well... its slower on biiig files (which i wouldnt want to edit with this anyway), and there is probably some tweaking that can be done to speed it up a bit more.. but this is good enough for now.
This task depends upon

Closed by  Dave Chapman (linuxstb)
Saturday, 20 May 2006, 12:16 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed to CVS.
Comment by Jonathan Gordon (jdgordon) - Wednesday, 17 May 2006, 17:32 GMT+2
bugger.. gg gcc.. stupid optimization crap makes it seg fault on line 154 on the target only... sorry...
ill fix it tomorow.. bed time now...
its safe to use as long as u use it from the open with menu..
Comment by Jonathan Gordon (jdgordon) - Thursday, 18 May 2006, 10:05 GMT+2
ok, all fixed.. everything seems to be working fine, except its a tad slow if u open a file with loong lines.. no probs with editing wps files..
for some reason the stupid thing isnt accepting the statusbar disableing..
Comment by Jonathan Gordon (jdgordon) - Saturday, 20 May 2006, 12:01 GMT+2
ok, few more fixes.. this is ready to use.. (i hope :p )

Loading...