Progress Continues

I’m specifically not posting this one to Planet ResTek because I think Sitzmar’s getting annoyed with me putting non-ResTek stuff on there.

Here’s what was completed tonight:

  • Settings Form design
  • Specifying default values from config for settings form
  • Config singleton, pulls values from config.xml
  • cleaned up link parsing
  • added code to reduce flickering (haven’t licked it yet…)
  • Updating dropdowns for font/fontsize automatically update sample text
  • Added FolderBrowserDialog to allow for changing folder for note storage
  • Wrote config saving function, saves on exit

Here’s what I know I have to do in the near future:

  • NoteForm.cs (213): TODO: Add URL ability in here somehow…
  • NoteForm.cs (238): TODO: implement note renaming (do I have to create a form? BOO)
  • Context Menu Item to show all notes on screen at once?
  • Make settings changes apply to all open notes
  • More testing of link insertion code, appears to still be a little wonky
  • try to track down slight flashing bug. I still don’t know what is casing that…
  • More robust file existence checking in all cases, but especially file backups!

Comments are closed.