Question about plugin creation

A place where plug-in developers can share their knowledge and experience.
Locked
deyot
Posts: 2
Joined: Sun Sep 25, 2005 8:44 pm

Question about plugin creation

Post by deyot »

Hello to everybody.
First of all sorry for my bad english. If this topic is located in a wrong place please accept my apollogise too.

I'm beginning to start with plugin development. Unfortunatly a documentation that is provided with FAR is a little too difficult to start only with it as a basis.

Therefore I have a specific question:
What event or message is processed/passed when FAR changes directory in a panel mode?
I wolud like to make a plugin that does some things when a directory is changed.
User avatar
t-rex
Admin
Posts: 417
Joined: Sun Mar 20, 2005 6:10 pm
Location: Ashdod
Contact:

Post by t-rex »

deyot
The only "messages" a plugin recieves in the panels are only from the panel the plugin itself created from a call to OpenPlugin or OpenFilePlugin. To notify the plugin that a directory is beeing changed on its panel FAR calls the SetDirectory function exported by the plugin.
Locked