On 7/3/07, Foreningen Selvet - Jesper Staun Hansen <[EMAIL PROTECTED]> wrote: > Hello. > > My first post :-) - yay. > As the subject says. I'm still a bit all around the floor, so I need to > get a few things precise. Is it possible to somehow edit in code for my > firefox extension, saving the piece of code, possibly restart firefox > and see the changes without having to make a .xpi file every time?
Yes, you can do this. Make a file with the only content beeing the path to you extension dev directory, name it after your extension id, and place it in your profile directory. You could perhaps make a script to automatically create the .jar ( http://remembertosurf.googlecode.com/svn/trunk/chrome/ se an example there ). -- Best regards / Med vennlig hilsen, Stian Hole "Human knowledge belongs to the world!" _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
