Stu

Results 12 issues of Stu

I would like to disable the dropupAuto feature, so that it is a dropdown only select, but setting false in either js or data- doesn't work. Take a look at...

confirmed

For some reason I can't bind keyboard shortcuts to either `sftp.upload.file` or `sftp.upload.file` commands. I'm trying to utilise the keyboard shortcuts so I can upload one or multiple selected files...

It would be very helpful to introduce more easing options, or enable integration with the Easing.js jQuery plugin. Having just one easing option seems a little bit silly and less...

It might be a nice addition to add functionality to allow us to detect browsers and version numbers (mainly for IE), while adding classes to the html as usual.

## Describe the bug If a closure/anonymous function is used as a callback in a function call, then indentations doesn't get fixed with `Generic.WhiteSpace.ScopeIndent` sniff property `exact` set to `true`....

Type: bug
Status: triage

I would like to implement a refresh callback to allow the layout to essentially refresh, like it does on window resize. However, I am a newbie to building plugins, and...

This reverts commit 58b1febbef5aec408805c4a4f287c31c533e8570. The code to escape spaces in filepaths doesn't work on Windows. It just thinks it's a directory... ![image](https://github.com/user-attachments/assets/c33f7796-1a7f-408f-99d6-2350148c13d2) Instead this PR adds double quotes to both...

Fixes #57 and #156 by using the open PR's #142 and #155. Adds new `phpExecutablePath` setting to specify the path to PHP executable, which injects the php path into Node's...

While a quick fix for #57 in PR #58 was merged, the file still gets emptied when PHPCBF can't find PHP in the PATH environment variable, as reported in the...