Ev Haus

Results 51 comments of Ev Haus

In that case, please consider this as a new feature request. Editing of dates should support both text typing, as well as a jQuery.DatePicker option.

I can think of a couple of ways to do this. Both are major breaking changes, but might get us a solution to this: ### Option A: Split up the...

The steps for configuring Brackets might have changed since the configuration instructions for brackets-jscs have been written. As the README says, this extension is being deprecated, so there are no...

I'm not sure if the Brackets API allows this. At the moment, you can run it from the context menu.

I recommend you migrate to ESLint. JSCS is being deprecated.

Have you tried this: ``` - In the extensions folder navigate to /user/globexdesigns.brackets-jscs - Open a terminal to this folder and run npm install - Restart Brackets ```

Hmm, that message sounds like it's coming from inside the Brackets extension SDK. Does it stop working in all windows, or only in the latest opened window?

I could use your help tracking this down. I'm not entirely sure what's causing the issue. Brackets is simply rejecting the requests on the other windows. It might be a...

The error is coming from `nodeDomain.exec()` where `nodeDomain` is an instance of the Brackets NodeDomain (http://brackets.io/docs/current/modules/utils/NodeDomain.html) object. It, sometimes, returns this `Max connection attempts reached` but I can't find any...

The extension currently mimics the command line tool whereby it scans directories upwards until it finds the first configuration file match. So in that respect - the extension works just...