everyscrub
everyscrub copied to clipboard
Extension for Brackets that turns every CSS number/color into a draggable "scrubber"
(This is a suggestion.) Thank you for a wonderful extension.
Hi there! As mentioned, Ctrl + Alt + Up/Down doesn´t work though Ctrl + Shift + Alt DOES work! o.O I checked keyboard shortcuts to see if this is already...
So with having only everyscrub enabled on brackets 1.4, alt+dragging doesn't scrub numbers as it's supposed to. Ctrl+alt+up/down still works though. I'm on windows 7 64bit.
Was adding a Google Maps iframe within a page, then went into the CSS to scrub a value. With Live Preview, the scrub would not work and continuously produce a...
So nudging an integer would move in increments of 10, nudging a float would move in increments of 1.0... Someone suggested this on the forum.
1. Start with this CSS code: `left: 12px;` 2. Put the cursor between ':' and ' ' and try to scrub/nudge 3. Put the cursor between ' ' and '1'...
1. Start with a value like `#abc` 2. Nudge up (Shift+Alt+Up) until you hit `#fff` 3. Nudge up five more times 4. Nudge down Result: nothing changes. You have to...
Currently, gradients are always turned into lowercase hex letters as soon as you touch them. It should auto-detect uppercase vs. lowercase style from the existing code.
When scrubbing a string that has a number with more then one decimal dot, the second dot and numbers after that are ignored and NOT preserved while scrubbing/nudging. E.g. when...
When I try to clone using the following command: git clone https://github.com/peterflynn/everyscrub.git There's a warning and there's no branch when I issue "git branch -a": warning: remote HEAD refers to...