Minor issue in the description: "they are bnot/b compatible" - presumably that should be "not" in bold.
[Release] Stylem
Moderators: FranklinDM, Lootyhoof
Forum rules
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
-
nicolaasjan
- Fanatic

- Posts: 104
- Joined: 2017-07-28, 14:44
- Location: the Netherlands
Re: [Release] Stylem
I think there is an issue with localisation (Pale Moon with Dutch language pack).
When trying to edit a style, I get:

There is no such issue in a test profile without a language pack.
When trying to edit a style, I get:

There is no such issue in a test profile without a language pack.
Last edited by nicolaasjan on 2026-07-10, 07:53, edited 1 time in total.
Linux Mint 21.3 MATE 64bit
Pale Moon latest
Pale Moon latest
-
Lootyhoof
- Themeist

- Posts: 1633
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Stylem
You're quite right, I've updated this.
I'll take a look at this later today.nicolaasjan wrote: ↑2026-07-10, 03:57I think there is an issue with localisation (Pale Moon with Dutch language pack).
When trying to edit a style, I get:
(appliesto isn't a Dutch word)
There is no such issue in a test profile without a language pack.
-
nicolaasjan
- Fanatic

- Posts: 104
- Joined: 2017-07-28, 14:44
- Location: the Netherlands
Re: [Release] Stylem
These lines in ./locale/en-US/edit.dtd are not present in the other locale files:
Code: Select all
<!ENTITY appliesto "Applies To">
<!ENTITY editappliesto "Edit…">
<!ENTITY appliestodesc "Specify which pages this style applies to using @-moz-document rules:">
<!ENTITY addappliesrule "Add Rule">Linux Mint 21.3 MATE 64bit
Pale Moon latest
Pale Moon latest
-
Lootyhoof
- Themeist

- Posts: 1633
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Stylem
Stylem 3.0.1 has been released.
What's new?
- ensure the edit pane's new strings are included in each locale
What's new?
- ensure the edit pane's new strings are included in each locale
-
sinfulosd
- Fanatic

- Posts: 111
- Joined: 2022-07-13, 03:01
Re: [Release] Stylem
I have once created a tool in my greasemonkey extension to check other locales, before building the extension, just to avoid any string regression that my extension could potentially make.
If it's gonna be an active extension, you might find a tool like that useful.
If it's gonna be an active extension, you might find a tool like that useful.
Windows 11
Pale Moon 34.3.0, Firefox 151.0.3, Ungoogled Chromium 148.0
Developing and maintaining Greasemonkey for UXP
Pale Moon 34.3.0, Firefox 151.0.3, Ungoogled Chromium 148.0
Developing and maintaining Greasemonkey for UXP
-
Lootyhoof
- Themeist

- Posts: 1633
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Stylem
Stylem has been updated to v3.0.2.
What's new?
- ensure nested quotes in vars are possible (e.g. "url('...))
- var changes in the default preprocessor should happen immediately
- ensure that CodeMirror only provides CSS properties available in UXP
What's new?
- ensure nested quotes in vars are possible (e.g. "url('...))
- var changes in the default preprocessor should happen immediately
- ensure that CodeMirror only provides CSS properties available in UXP
Thanks, I'll keep this in mind.sinfulosd wrote: ↑2026-07-12, 13:00I have once created a tool in my greasemonkey extension to check other locales, before building the extension, just to avoid any string regression that my extension could potentially make.
If it's gonna be an active extension, you might find a tool like that useful.
-
adoxa
- Astronaut

- Posts: 705
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: [Release] Stylem
I wanted to add a domain to an existing style, so click "Edit..." in "Applies To", select "Domain", enter it in the field, click "Add Rule" and it adds it...but also keeps the existing domain (i.e. the original -moz-document remains, plus there's a new one with both). OK, click the "X", now I have another new rule without that domain, but with duplicates of the existing rules, and it keeps the old new rule, as well as the original. Fun! 
-
Lootyhoof
- Themeist

- Posts: 1633
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Stylem
Stylem has been updated to v3.0.3.
What's new?
- fix duplicate CSS when editing applies-to rules
What's new?
- fix duplicate CSS when editing applies-to rules
-
adoxa
- Astronaut

- Posts: 705
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: [Release] Stylem
That's much nicer, thanks. Sorry to do this after a release, but something else I should have mentioned: I'm not seeing the check when a style is active. ... Ah, looks like checked must be true, not 1, in addStyleMenuItems.
-
Lootyhoof
- Themeist

- Posts: 1633
- Joined: 2012-02-09, 23:35
- Location: United Kingdom
Re: [Release] Stylem
Stylem has been updated to v3.0.4.
What's new?
- ensure toolbarbutton menu checkmark shows correctly
What's new?
- ensure toolbarbutton menu checkmark shows correctly
