I've been refactoring that extension for a long time now (part of the reason being that I started without any clue about extension development). I kind of want to drop some features I don't particularly like, but I'm not sure how useful or not they are to others.
Yeah, that's its primary functionality of course and that's what I use it for, all the time.
What I am thinking of getting rid of is all the link handling stuff; that can all be done without an extension, although it requires about:config hacking and external glue scripts to make it work well.
I would like the extension to do one thing and do it well and I don't feel like supporting all that extraneous code for the link handlers. Plus it hugely complicates the configuration dialog and bleah.
ask and ye shall (Score:1)
Re:ask and ye shall (Score:1)
Now I just have to figure out why a command that works on the command line isn't working within mozex :-) (no, it's not path related)
Thanks, tinman :-)
Re:ask and ye shall (Score:1)
Which functionality exactly do you use? (Score:1)
I've been refactoring that extension for a long time now (part of the reason being that I started without any clue about extension development). I kind of want to drop some features I don't particularly like, but I'm not sure how useful or not they are to others.
So I wonder, which parts of MozEX do you use?
Re:Which functionality exactly do you use? (Score:1)
I edit text areas with it all the time. I also use it to view the source with vim.
A while back I was also using it to send emails... and that's it :-)
Editing a text area with vim can be really really helpful, you know? :-)
Re:Which functionality exactly do you use? (Score:1)
Yeah, that's its primary functionality of course and that's what I use it for, all the time.
What I am thinking of getting rid of is all the link handling stuff; that can all be done without an extension, although it requires
about:confighacking and external glue scripts to make it work well.I would like the extension to do one thing and do it well and I don't feel like supporting all that extraneous code for the link handlers. Plus it hugely complicates the configuration dialog and bleah.
Re:Which functionality exactly do you use? (Score:1)
Is there a guide of some sort about this?
Re:Which functionality exactly do you use? (Score:1)