MustangGB

Results 18 issues of MustangGB

Request to add a syntax highlighting scheme for Twig. Perhaps this is a helpful starting point, it's an implementation for Notepad++, which I believe also uses Scintilla: https://github.com/Banane9/notepadplusplus-twig

scintilla

### Description Sometimes the save indicator (asterisk) in window title does not appear when it should. This may occur due to various scenarios, but here is one such case. ###...

My css fails because body classes are getting removed, here is a demo/bodge of the affected area. **mpdf.php** ``` php if (preg_match('/]*)>(.*?)/ism',$html,$m) || preg_match('/]*)>(.*)$/ism',$html,$m)) { - $html = $m[2]; +...

feature/enhancement
help wanted
HTML/CSS support

It doesn't seem like you can specify options when using as an html5 polyfill. Currently I'm testing the following: ``` case 'html5': // if or are not handled by the...

Feature

As noted in #29 CookieAuth doesn't always work. An attempted fix was made, which resolved some issues, but not all. Here is an alternative approach that should resolve all failures....

As noted in #29 CookieAuth doesn't always work. An attempted fix was made, which resolved some issues, but not all. Here is an alternative approach that should resolve all failures....

As per: https://makandracards.com/makandra/17267-trigger-a-link-s-click-action-with-javascript `$node.click();` only triggers jQuery registered click events, it doesn't trigger the native element click, and hence the href link isn't followed. The best option seems to be...

Bug
has-pr

Fantastic extension! Some feature requests: 1. New action "Hard refresh", same as the keyboard shortcut "Ctrl+F5" 2. New action "Stop", same as the keyboard shortcut "Escape" 3. Multi-gesture commands, meaning...

Fantastic extension, very helpful for use on domains that abuse `visibilitychange` detection, however many sites make good valid use of this event, so it would be nice if by default...

I know we have: `File > Line Endings > Default > Strip trailing blanks when saving`, `View > Show Blanks` and `Appearance > Customise Schemes > Common Base > Whitespace`...

enhancement / feature req.
change request