Tom Adler activity https://gitlab.com/arty.name 2024-05-13T11:13:15Z tag:gitlab.com,2024-05-13:3356551799 Tom Adler closed issue #1: "Can't read or change data on this site" when accessing a local .html file via file:// at Tom Adler / firefox-extension-scroll-nex... 2024-05-13T11:13:15Z arty.name Tom Adler

image

image

Not sure if there is a way to get around this or not, I would think so but I'm not a plugin expert.

tag:gitlab.com,2024-05-13:3356551780 Tom Adler commented on issue #1 at Tom Adler / firefox-extension-scroll-next-image 2024-05-13T11:13:15Z arty.name Tom Adler

As far as I know, local files are protected and browser extensions cannot work on them, sorry

tag:gitlab.com,2023-12-19:3047487934 Tom Adler commented on merge request !1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T20:20:42Z arty.name Tom Adler

Would not have happened without your active contribution! 👍

tag:gitlab.com,2023-12-19:3047389520 Tom Adler commented on merge request !1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:22:24Z arty.name Tom Adler

Hi Matouš! You can now update your installed addon and enjoy the new feature 😄

tag:gitlab.com,2023-12-19:3047385211 Tom Adler pushed new project tag v1.0 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:19:38Z arty.name Tom Adler

Tom Adler (f8f74c95) at 19 Dec 19:19

initial commit

tag:gitlab.com,2023-12-19:3047384950 Tom Adler deleted project branch v1.0 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:19:29Z arty.name Tom Adler

Tom Adler (f8f74c95) at 19 Dec 19:19

tag:gitlab.com,2023-12-19:3047384038 Tom Adler pushed new project tag v2.1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:18:56Z arty.name Tom Adler

Tom Adler (478bbafa) at 19 Dec 19:18

fallback for missing value

tag:gitlab.com,2023-12-19:3047384030 Tom Adler pushed new project tag v2.0 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:18:56Z arty.name Tom Adler

Tom Adler (30d0003d) at 19 Dec 19:18

forbidden link to addons.mozilla

tag:gitlab.com,2023-12-19:3047384027 Tom Adler pushed new project branch v1.0 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:18:56Z arty.name Tom Adler

Tom Adler (f8f74c95) at 19 Dec 19:18

tag:gitlab.com,2023-12-19:3047381162 Tom Adler pushed to project branch master at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:17:07Z arty.name Tom Adler

Tom Adler (478bbafa) at 19 Dec 19:17

fallback for missing value

tag:gitlab.com,2023-12-19:3047374538 Tom Adler pushed to project branch master at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:13:06Z arty.name Tom Adler

Tom Adler (30d0003d) at 19 Dec 19:13

forbidden link to addons.mozilla

tag:gitlab.com,2023-12-19:3047369622 Tom Adler pushed to project branch master at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T19:10:07Z arty.name Tom Adler

Tom Adler (abced5a0) at 19 Dec 19:10

modernize code and release

tag:gitlab.com,2023-12-19:3047339856 Tom Adler pushed to project branch master at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T18:52:11Z arty.name Tom Adler

Tom Adler (37fb20f5) at 19 Dec 18:52

tag:gitlab.com,2023-12-19:3047336198 Tom Adler accepted merge request !1: Make the indent size configurable at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T18:49:59Z arty.name Tom Adler

As per #1 , this adds an options page to configure the indent size. I also optimized the replacement a bit with a negative lookahead regexp.

options

tag:gitlab.com,2023-12-19:3047336196 Tom Adler pushed to project branch master at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T18:49:59Z arty.name Tom Adler

Tom Adler (50891759) at 19 Dec 18:49

Merge branch 'master' into 'master'

... and 1 more commit

tag:gitlab.com,2023-12-19:3047335553 Tom Adler approved merge request !1: Make the indent size configurable at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T18:49:34Z arty.name Tom Adler

As per #1 , this adds an options page to configure the indent size. I also optimized the replacement a bit with a negative lookahead regexp.

options

tag:gitlab.com,2023-12-19:3047332185 Tom Adler pushed to project branch master at Matouš Borák / firefox-extension-textarea-indent-tab 2023-12-19T18:47:49Z arty.name Tom Adler

Tom Adler (5c47d866) at 19 Dec 18:47

align code style

tag:gitlab.com,2023-12-19:3045778613 Tom Adler commented on merge request !1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T09:38:12Z arty.name Tom Adler

Thanks, now I see a message "Members who can merge are allowed to add commits."

One last question: do you have a preference for explicitly saving settings by clicking "save" rather than automatic saving on change?

tag:gitlab.com,2023-12-19:3045751437 Tom Adler commented on merge request !1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T09:29:08Z arty.name Tom Adler

Cool!

I know there’s a feature of GitHub PRs called "allow edits from maintainers", do you maybe remember whether something like this is activated for your MR?

tag:gitlab.com,2023-12-19:3045699491 Tom Adler commented on merge request !1 at Tom Adler / firefox-extension-textarea-indent-tab 2023-12-19T09:12:16Z arty.name Tom Adler

Thank you Matouš!

Do you mind me aligning your code to my style, since I’ll have to maintain it in the future?