Commit Graph

4 Commits

Author SHA1 Message Date
Lynne Megido b26326baf5
code cleanup: name conventions, redundant code...
- use var instead of specific type names where applicable
- get user's home directory from Environment.SpecialFolder.UserProfile instead of reading the HOME environment variable, which isn't always set
- use object initialisers where possible
- remove redundant identifiers (e.g. "Gtk.Application.Invoke" becomes "Application.Invoke"), of which there were MANY
- remove unused local variables
- replace "variable as Class" with "(Class) variable"
- many other miscellaneous improvements

thanks rider 0u0
2021-06-15 10:20:46 +10:00
Lynne Megido c2c53cedd2
stript #anchors from urls 2020-09-04 21:31:09 +10:00
Lynne Megido 80488d7c71
adding urls works, wahooooo 2020-09-02 13:21:32 +10:00
Lynne Megido d6bf37da44
i hope this actually goes somewhere and i don't abandon it a few days in 2020-08-29 02:04:37 +10:00