Now based now on nex urls all the way through, with full implementation of basically everything. Needs a version and a more comprehensive help, and a shunt for stderr so it doesn't muck up the UI.
Now based now on nex urls all the way through, with full implementation of basically everything. Needs a version and a more comprehensive help, and a shunt for stderr so it doesn't muck up the UI.
code to modify links in read index pages only to add "[>#]" to identify link number. Recorded all links on a page in an array and
used URI to handle relative links including "../index" type links (I hope, there were none to test).
Added UI to navigate by link #s I made, went with kludgy dialog box. Had the idea to use > and < for navigation to copy the '[>#]' format I added to index page link lines, which works not bad. Added some help to status bar, other stuff.
What needs to get added is some 'branding' (program name, about dialog) and a help dialog and to reorganize the menu so it's not crazy.
Also could remove some of the status dialogs.
Looks good, been testing for awhile. Next features could include bookmarks, that would be nice. Or maybe like a temp bookmarks that might work like pushd and popd, so you could switch between two pages quickly?
Looks good, been testing for awhile. Next features could include bookmarks, that would be nice. Or maybe like a temp bookmarks that might work like pushd and popd, so you could switch between two pages quickly?
peteyboy
merged commit 0419abd3b0 into develop2024-06-24 20:21:34 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Now based now on nex urls all the way through, with full implementation of basically everything. Needs a version and a more comprehensive help, and a shunt for stderr so it doesn't muck up the UI.
Looks good, been testing for awhile. Next features could include bookmarks, that would be nice. Or maybe like a temp bookmarks that might work like pushd and popd, so you could switch between two pages quickly?