Mike Ratcliffe
Mike Ratcliffe
Acebug history should be optionally separate from small command line history. Firebug's large and small command lines traditionally share their history so this will need to be controlled via a...
<ctrl><f> triggers find dialog but the title of the dialog is [JavaScript Application]
Acebug should have a preference to choose session type: either One console per tab or Global Console
Acebug should have a preference to choose session type: One console per tab Global Console
A simple way to change layout is by setting -moz-box-orient:vertical !important; or -moz-box-direction:reverse !important; on #fbPanelPane But we obviously need to be a little smarter to do this only for...
Hi Antonin I have had a problem in Firebug for a while now that if I highlight textin the Script Panel, right-click and 'Add Watch' the wrong text is added......
...ugzil.la/864098)
Since https://github.com/OctoPrint/OctoPrint/pull/4628 we need to use `#classicwebcam_container` otherwise all controls and text information provided by this plugin is `display:none`. Fixes #38 (Landed in OctoPrint v1.9.0)
Since rclone v1.56, multiple fields in the job widget are empty due to rclone output changes. This simple patch fixes this. Your CI must be broken because these changes don't...
This is the relevant stuff from my .emacs: ``` ;; jshint (add-to-list 'load-path "~/.emacs.d/jshint-mode") (require 'flymake-jshint) (setq jshint-mode-jshintrc "~/.jshintrc") (add-hook 'js3-mode-hook (lambda () (flymake-mode t))) ;; Turns on flymake for...
Just as a file explorer has icon modes and list modes, it would great if a list mode could be implemented in QRookie. A list mode would be similar to...