Jeff Booher
Jeff Booher
these are pretty tough but here is a simple example of a type: ``` javascript /** * A number, or a string containing a number. * @typedef {(number|string)} NumberLike */...
**Describe the bug** I took the simple sortable list [example](https://react-dnd.github.io/react-dnd/examples/sortable/simple) and added drag preview semantics using the handle preview [example](https://react-dnd.github.io/react-dnd/examples/customize/handles-and-previews) In other words, I married the render of the two...
I looked at this extension and found that there may be some issues running the extension with the SplitView branch. A more detailed explanation of what breaks and why it...
Creating a new project creates it with a trailing quote: 1. Create New Creative Cloud Extension 2. Accept the default "Hello World" stuff 3. Create Project > Project Name and...
Not sure what you can do about it. `if (a) b = 1;` Has a "more info" link that points to: http://jslinterrors.com/expected-a-and-instead-saw-b Which is missing. The missing page isn't a...
Hey Ian, The unit tests for this extension uses an API that has been removed `EditorManager.setEditorHolder()` You can use the `MainViewManager._init()` method to initialize to a DOM element. See: https://github.com/adobe/brackets/wiki/SplitView-Extension-Migration-Guide...
Hey Lance, I tested your Column Ruler extension with splitview (Jeff/Splitview-factory) and it doesn't work as designed. 1) primary ruler extends over secondary view 2) no ruler for secondary view...
It looks like this extension no longer does code completion because of recent changes to code mirror. ``` javascript TypeScriptDocument.prototype.updateScriptWithChange = function (doc, change) { // Special case: the range...
The unit tests for this extension uses an API that has been removed EditorManager.setEditorHolder() You can use the MainViewManager._init() method to initialize to a DOM element. See: https://github.com/adobe/brackets/wiki/SplitView-Extension-Migration-Guide branch: Jeff/splitview-factory...