Ed Henderson

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Ed Henderson created a post, Custom Event Handler Navigation plugin - find handlers, find initiators
I have a large scale javascript application. In this application, I have an event object that allows me to register new event handlers, and fire events from various places throughout the code. I of... -
Ed Henderson created a post, UML Class diagrams in Javascript
I write large-scale javascript applications, using object oriented techniques. IntelliJ does a nice job of identifying function overloads and base class functions, but I can't get any class diagram... -
Ed Henderson created a post, Mouse-Wheel Zoom of font size changes current text position.
I use the mouse-wheel text zoom feature often. It's one of my favorite IntelliJ features. My eyes are not as sharp as they once were, and zooming in is better than wearing glasses, at least for now... -
Ed Henderson created a post, JavaScript debug Variables display - does not use toString
In the IntelliJ options, there is an option under DataView to enable 'toString()' object view. I was hoping this worked in JavaScript, so I added some .toString functions to the prototype of some o... -
Ed Henderson created a post, javascript debugging with console.log and DOM traversal
I've been using IJ for a while, it works great for Python, and Java.. but, for javascript, I have some real frustrations.First, I can find NO way to traverse the DOM. I am trying to manipulate the ... -
-
Ed Henderson created a post, IntelliJ IDE Hangs - Repeatedly, on OSX
I am having a terrible time.. I recently finished evaluating IntelliJ and paid for a license.. now, it's become nearly unusable.Today I had an issue where the IDE stopped responding. What I mean is... -
Ed Henderson commented, -