Never does for me. I open AM from a CB about: menu button or Rclick in the toolbar button from Exts. Option menu ext. or Tools/Addons. It's all the same, tab or sidebar.
See if you have this pref in your about:config: extensions.ui.lastCategory Should have a string value of your last selected category (Ex: addons://list/userstyle).
Noticed something peculiar. Since my AM still opens on exts. category every time (Chris said he'll think about it), sometimes it opens with exts. sorted z-a (all by itself, i never sort it that way). If it does (show z-a) and i click Styles/Tag, it will show tags sorted a-z but styles inside them sorted z-a. I then have to click Name to sort a-z and Tags again. Seems like a lot of work and wasted time to use AM. I miss my sidebar! It was a glance & 2 clicks and i'm on my way doing whatever i need to do.
In Chris's ext., he has in the overlay xul this: BrowserOpenAddonsMgr('addons://list/extension') All he needs to do is this: var url = EOMPref.getCharPref('extensions.ui.lastCategory'); BrowserOpenAddonsMgr(url);
Yeah, he answered, i linked above. But he says do it ... well, if i do, i will end up doing it on every update. I'll wait to see if he'll add it as an option maybe. Thanks!
I have a problem. It seems you use .tag for tag name and that small down arrow next to style name (on the left). This prevents me from styling :hover on tag name only and applies my code to both which isn't what i want. Could you rename that small arrow into something else?
EDIT: i'm using this but maybe i should try something else there, more specific: richlistitem[type="userstyle"]:hover .tag
I have no idea what you're talking about. Are you talking about your post on page 2? If so, all that stuff is in the editor, as seen on my pic in my response post. Open a style and tag it (type something in that Tag field). Open AM on Styles categoy (not exts., not plugins, not themes but Styles), click Tag button and it will sort by tags.
No need to be rude, I'm just asking for help...
The extension does not fill a need for me, how does one go about removing it?
Just now got it coded. Where to put it ? One button with first click to scroll end and second click scroll top ? Two buttons, scroll bottom/scroll top ?
First set up external editor button to use system editor, such as wordpad/notepad, and see if that works.
Nope, it doesn't. If it helps the text on the button shows only the editor extension and an inverted bar (.app\)
I think the problem is that the path the mod saves is Applications\Sublime Text.app\ The paths on the mac use normal slashes. It should be Applications/Sublime Text.app
I see. Before I make any changes, try going into your about:config and manually modify string pref extensions.stylishmod.externalEditor value using the forward slash "/" and see if it then works.
Sonny, one button is fine. I'd like it be movable 'cause i need it somewhere on the left side. When i open AM in the sidebar, i don't open the sidebar all the way, just enough to see tags or part of styles names. In order to get to the styles closer to bottom, i have to expand the sidebar to see the scrollbar and then scroll or use mouse wheel, both are a pain. If i have the scroll button on the left side, i wouldn't have to do that. So, i was going to put it between back/forward and Name, which would be perfect for me. I used to have the scrollbar on the left side of the sidebar. The style still works for bookmarks and history but not for AM any more.
Comments
Edit:
Beta works the same as Release for me, as does Nightly. Retains last category and sort.
Should have a string value of your last selected category (Ex: addons://list/userstyle).
Edit:
Ext. Option Menu is the culprit.
Seems like a lot of work and wasted time to use AM. I miss my sidebar! It was a glance & 2 clicks and i'm on my way doing whatever i need to do.
All he needs to do is this:
var url = EOMPref.getCharPref('extensions.ui.lastCategory');
BrowserOpenAddonsMgr(url);
Thanks!
I have a problem. It seems you use .tag for tag name and that small down arrow next to style name (on the left). This prevents me from styling :hover on tag name only and applies my code to both which isn't what i want.
Could you rename that small arrow into something else?
EDIT: i'm using this but maybe i should try something else there, more specific:
richlistitem[type="userstyle"]:hover .tag
richlistitem[type="userstyle"]:hover .tag
EDIT: this works:
richlistitem[type="userstyle"]:not([dupe]):hover .tag
Thank you!!
The extension does not fill a need for me, how does one go about removing it?
Cheers,
Dan
Calling exts. plugins is like calling dollar peso. Hey, it's all money, isn't it?
In any case, like any other ext. - open addons manager and click the Remove button to the right of the ext. name:
Good luck!
is it possible to make a button to go up/down w/in the addons list?
Could anybody help me?
The external editor button doesn't work. Is there anything I could do to make it work or is it a known bug?
(FF Release channel, Mac OSX Yosemite, Sublime Text as an editor)
If it helps the text on the button shows only the editor extension and an inverted bar (.app\)
I think the problem is that the path the mod saves is Applications\Sublime Text.app\
The paths on the mac use normal slashes. It should be Applications/Sublime Text.app
one button is fine. I'd like it be movable 'cause i need it somewhere on the left side. When i open AM in the sidebar, i don't open the sidebar all the way, just enough to see tags or part of styles names. In order to get to the styles closer to bottom, i have to expand the sidebar to see the scrollbar and then scroll or use mouse wheel, both are a pain. If i have the scroll button on the left side, i wouldn't have to do that. So, i was going to put it between back/forward and Name, which would be perfect for me.
I used to have the scrollbar on the left side of the sidebar. The style still works for bookmarks and history but not for AM any more.