Foreningen Selvet - Jesper Staun Hansen schreef: > 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, two steps: make a directory for your extension files somewhere, and don't put anything in .jar files. Do that afterwards when packaging your extension for distribution. (Of course, update the chrome.manifest file accordingly.) Then, make a file in your Firefox profile extensions directory, with, as its name, the id of your extension, and as the only contents, the path to the folder where the extension files are stored. Also, install an extension that allows you to reload the chrome without restarting Firefox. - Frederik Vanderstraeten _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
