- Status Closed
- Percent Complete
- Task Type Patches
- Category
-
Assigned To
learman - Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by thewolfwillcome - 2005-11-26
Last edited by learman - 2005-12-07
Opened by thewolfwillcome - 2005-11-26
Last edited by learman - 2005-12-07
FS#2788 - new wps-file-loader
This patch replaces the current wps-file loader with a
new one.
The new loader reads the file line by line and
following wps-tags and comment-lines(#) are directly
handled:
%we, %wd, %x, %xl
if a line is a comment-line or one of has these tags
this line doesn’t gets into the format-buffer.
Due this the used space for bitmaped-wpses in the
format-buffer can be reducesd ca. by half.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
i have forgotten to say, when using this patch then the tags
%we and %wd must be on a seperate line
a bit simplyfied and updated to the latest cvs
updated to the latest cvs-changes.
now it ignores the UTF-8 BOM(Byte Order Mark) if exist.
now it compiles cleanly
Accepted, with minor changes. Thanks!