David

Results 7 issues of David

This code gets too optimized resulting in extractTransform always returning.

If any "non-beauty" code is selected and "Beautify on Save" is on when saving, the selected lines get ugly instead and sometime it even breaks the code. Could it be...

bug

Being able to click on filepath in an stack trace would make this plugin very useful for tests etc. Example: 1. I run a mocha test in brackets-terminal that failes...

New feature
tty.js related

Before I used webpack I was able to share some common libs with main code and the worker through a separate file that was loaded on both sides. I see...

priority: 4 (important)
severity: 4 (inconvenient)
type: Feature
status: Needs triage

It would be nice to have Jshint 2.9.1. Some things seem to have been fixed so that brackets-jshint gives different result than the new jshint. I tried to only replace...

When jumping between files (ctrl+tab), Brackets freezes about a second. Not always but it seems to happen when jumping from some large files. I tried some of the earlier version...

Ternific does not handle require('folder') correctly. Hinting stops working when there is code that uses require('folder') in a javascript filer. require('folder') is equivalent to require('folder/index.js'). require('folder/index.js') gives hints but not,...