Marcin Raczkowski wrote:
> I just noticed that it would be good idea to make sure
it's plugin that
> reload button is reloading :] not ui or something else
that's in tree
> view.
> i just copied button code from "refresh"
button, no idea why it's not
> working with new FXRuby.
>
There has been a few API changes between FOX 1.2 and FOX 1.4
which may
explain the problem.
And this is also why I suggested that you leverage the
'Invoke Command'
button because it is exactly the same idea but the button
shows up only
when you click ona command node. The reload button should
show at the
same place whenever you click on a plugin node.
> anyway this where rought changes, but I'll make sure to
check them on
> windows and linux before commiting to cvs (currently
I'm able to check
> FreeRIDE on Win2k Win 98se, ubuntu and debian)
>
great!
> I'm going to continue working, right now I'm focusing
on two things -
> plugin menagement plugin and code completion plugin.
>
Good.
> any ideas what to implement in plugin menager? - right
now i'm
> implementing manual change of state for every plugin -
importing new
> plugins in run-time.
>
> I'm thinking about plugin catalog, dependencies and
mayby downloading
> from www.
> any idea how to implement this? mayby with gems?
>
being able to download and install FR plugins from a remote
location is
an appealing one. reusing the gem packaging mechanism seem
to be an
obvious choice if it can adapt to the FR needs. Installation
from a
remote site would be nice but it's really mandatory. having
a new tab in
the preferences dialog box to display the list of plugins,
un/reloading
them and installing new ones would be nice.
by the way: dependencies between plugins are already
expressed in each
plugin property YAML.
> Greets
> Marcin Raczkowski
>
> _______________________________________________
> Freeride-devel mailing list
> Freeride-devel rubyforge.org
>
http://rubyforge.org/mailman/listinfo/freeride-devel
>
_______________________________________________
Freeride-devel mailing list
Freeride-devel rubyforge.org
http://rubyforge.org/mailman/listinfo/freeride-devel
|