Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Implementing a File Listener in a plugin

Thanks,

i try this.

best regards!

少壮 schrieb:
> may be you can check the file's last modified time in a new thread and
> make the thread sheduled in a short time
> socend, you can make the plugin to be load when the eclipse is loaded
> instead of the lazy load by implemention the org.eclipse.ui.startup
> extension point
>
>
> 2008/12/2 Artur Zeiler <artur.zeiler@xxxxxx <mailto:artur.zeiler@xxxxxx>>
>
>     Hi everbody,
>
>     I would like to implement a file listener in an eclipse plugin,
>     which notifies the user whether a file has changed. My problem is
>     that my files are saved outside the eclipse workspace, so i can't
>     use the IResourceChangeListener interface.
>     Also the Listener should notify the user, as soon as eclipse is
>     loaded.
>
>     Thank you in advance!
>
>     cheers,
>     azeiler
>
>     _______________________________________________
>     pde-dev mailing list
>     pde-dev@xxxxxxxxxxx <mailto:pde-dev@xxxxxxxxxxx>
>     https://dev.eclipse.org/mailman/listinfo/pde-dev
>
>
>
>
> -- 
> ************************************************
> 少壮
>
> 15801211072
> Thanks & Best ragards!
> ************************************************
> ------------------------------------------------------------------------
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>   



Back to the top