MenuManipulator 20140526

Talk about add-ons and extension development.
Post Reply
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

Right Click > Save Link As...
Support mozilla.dorando.at through donations/contributions.
ellepi
Posts: 5
Joined: October 24th, 2005, 10:24 am
Location: Italy

Post by ellepi »

Hello dorando,
I am a member of eXtenZilla (italian extension translation project).
I have noticed that this extension isn't translated in italian... if you agree can I provide to do it?
Thank you in advance. :D
www.extenzilla.org - Italian house of the localization of the extensions
www.babelzilla.org - International house of the localization of the extensions
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

Sure.
Support mozilla.dorando.at through donations/contributions.
User avatar
Recall
Posts: 1686
Joined: November 7th, 2004, 11:07 am
Location: United Kingdom

Post by Recall »

dorando wrote:Anything in the JavaScript Console ( set javascript.options.showInConsole to true in about:config )?


Its now fixed with latest Tabmix. :)
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9) Gecko/2008051206 Firefox/3.0
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

I notice the tree displays the menu & menuitem icons, but does it not have the ability to read the -moz-image-region instead of displaying the entire sheet of images
Image
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

Greg S wrote:I notice the tree displays the menu & menuitem icons, but does it not have the ability to read the -moz-image-region instead of displaying the entire sheet of images[/URL]
MenuManipulator was supposed to ignore images with a -moz-image-region (don't know how to handle these in a tree without major changes), but apparently I did not add any code for it. #-o
User avatar
shawn^
Posts: 193
Joined: November 20th, 2005, 1:26 am

Post by shawn^ »

Dorando this extension is getting better & better. Could u please make it easier to hide/disable enteries so I can get rid of menu editor once and for all :) Also maybe remember what sections were collapsed so when we open manupilator again, its re-collapsed automatically.
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

shawn^ wrote:Could u please make it easier to hide/disable enteries [...]
Will likely happen with one of the next releases.

shawn^ wrote:Also maybe remember what sections were collapsed so when we open manupilator again, its re-collapsed automatically.
Should be easy to implement.
ellepi
Posts: 5
Joined: October 24th, 2005, 10:24 am
Location: Italy

Post by ellepi »

Hi Dorando, I completeded the translation of both the version (the translation is the same :lol: )

Here and here you can download the extensions containing English, Slovak and Italian.

I have also used this symply tutorial for translate the description... if you like it you can officially adopt it.

If yuo need other languages try to submit Menu manipulator on babelzilla :wink:

Thank you

Bye bye

ellepi aka Pedro
www.extenzilla.org - Italian house of the localization of the extensions
www.babelzilla.org - International house of the localization of the extensions
User avatar
cricketmilki
Posts: 557
Joined: June 11th, 2005, 4:03 am
Location: Somewhere on this Earth :)

Post by cricketmilki »

How do I delete or Hide Menu Entries.

I've just moved from Menu Editor (I've Uninstalled it Ofcourse), because Menu Manipulator offers more options.

But How do I remove or hide menu entries.
Even the greatest fool can accomplish a task if it were after his or her heart. But the intelligent ones are those who can convert every work into one that suits their taste.

http://www.vivekananda.org/quotes.aspx
User avatar
Kupfel
Posts: 416
Joined: December 18th, 2005, 10:03 pm

Post by Kupfel »

just click on the item you want to remove and then rightclick on the right panel, select add a new attribute, call it 'hidden' with value 'true'.
User avatar
cricketmilki
Posts: 557
Joined: June 11th, 2005, 4:03 am
Location: Somewhere on this Earth :)

Post by cricketmilki »

So Should set it to false to to show it again ?
Thanks for helping me figure this out Kupfel.

Dorando could you clean the interface a bit, please. Maybe add a drop down selector like Menu Editor.

Thanks
Even the greatest fool can accomplish a task if it were after his or her heart. But the intelligent ones are those who can convert every work into one that suits their taste.

http://www.vivekananda.org/quotes.aspx
User avatar
Kupfel
Posts: 416
Joined: December 18th, 2005, 10:03 pm

Post by Kupfel »

yeah either set it to false or remove it, same effect :)
User avatar
Mickey73
Posts: 26
Joined: March 4th, 2006, 12:16 pm
Location: Toronto

Conflict with another extension.

Post by Mickey73 »

First, let me say that I like MenuManipulator more than Menu Editor. But, when I installed a new extension called "Ctrl Tab Preview", MM showed a blank window only. I disabled Ctrl Tab Preview, and MM is back to normal. Is there a solution for that??? I'd love to keep both.
Ctrl Tab Preview --> https://addons.mozilla.org/extensions/m ... 10&id=2134
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

This happens due to a bug in the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=108480#c2">core</a> which affects any non-xul elements (Ctrl Tab Preview uses html:canvas).

To fix this open <code><a href="http://www.mozilla.org/support/firefox/profile#locate">Profile</a>/extensions/menumanipulator@dorando/chrome/menumanipulator.jar!/content/main.js </code>(.jar is a .zip), and remove

Code: Select all

|| node.getAttribute("image").indexOf("moz-icon:") > -1
(shouldn't be needed in Firefox). I'll add a workaround in the next release.
Post Reply