Peter Flynn

Results 28 issues of Peter Flynn

For various use cases, you may want to run code after a failed attempt and before the next try. For example: * Want to log errors/warnings whenever a retry is...

E.g. http://brackets.io/docs/current/modules/view/MainViewManager.html#-_sortWorkingSet Private members are hidden by default, so the hash part of the URL won't scroll to it. Fixing this _might_ be as simple as something like: ``` .member.private:target...

1. Type "getSelection" in the upper right field Result: nothing happens Expected: searches the docs for the text "getSelection" It looks like the search field only searches the file and...

http://brackets.io/docs/current/modules/command/Commands.html is basically blank. Ideally it would list all the constants that are exported. This seems to be working for other modules, though -- e.g. [Menus](http://brackets.io/docs/current/modules/command/Menus.html) does include things like...

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.

enhancement

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.

enhancement

This is a little tricky since the values are usually unbounded. We wouldn't want the scrubbing to stop when the thumb reaches the end of the track. For colors it...

enhancement

For discoverability, there should be some way for the user to see which things are scrubbable. In decreasing order of risk of being distracting: a) Faint outline around all values,...

enhancement