[tomboy-list] Watch for Changes Patch

Sandy Armstrong sanfordarmstrong at gmail.com
Fri Apr 24 13:06:37 PDT 2009


On Fri, Apr 24, 2009 at 12:31 PM, Michael Fletcher
<m.fletcher at theplanet.ca> wrote:
> Hello
>
> I am working on an addin that will watch your ~/.tomboy folder for
> changed notes and reload as required.

Awesome!

> The patch I have at the moment does nothing at all.  I was justing
> getting the makefiles, config, etc correct.
>
> Can you review that I have everything related to makefiles, addin
> config files, etc correct.

Everything looks good to me, except:

1) I'm not crazy about the "Watch" name...maybe
"NoteDirectoryWatcher"?  I dunno, I'm bad with names.

2) You still have "Fixed Width" as the name in your addin.xml file.

Feel free to add it to the MonoDevelop project, too, if you use that.
If not, no worries.  I need to reorganize it anyway.

> And can you confirm if the patch is usable?  Ie. I havn't messed up
> the formatting, indentation or something like that.

There are a few lines like this:

file_system_watcher = new FileSystemWatcher(note_path, "*.note");

Don't forget the space before the opening parentheses.

Thanks,
Sandy


More information about the Tomboy-list mailing list