Fix docpack shortcut for sysfuncs in text editors #222
Reference in New Issue
Block a user
No description provided.
Delete Branch "dunkaist/kolibrios:dunkaist-pr-fix-docpack-sysfuncs-tinypad-cedit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Docpack app has several help files included. Tinypad and CEdit run the
app to show one of sysfuncs.txt/sysfuncr.txt files. The text editors
pass a one-letter argument to specify the text file. It used to be 'f'
for sysfuncs, it has become 'e' recently. Update this one-letter
argument both in tinypad and cedit.
Resolve #216
@dunkaist - do you know why the letter was changed?Ok - found the change in
78d5942bb8 (diff-1f661e1877b22e5291172300868fd94f7e408168)
Are any of the other re-labelled docs linked to elsewhere?
You never know for sure, but quick grep'ping didn't reveal similar issues.
@dunkaist Did I understand correctly that the letter here is an index in docpack?
Yes
Very dirty patch... I hope I never see anything like this again.
@dunkaist It seems there is a date in the Cedit header. Should it be changed after your changes?
9980ea63f8
tocd1c2ce969
New commits pushed, approval review dismissed automatically according to repository settings
Perhaps yes, done.