Jay Gindin
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created Display profiles?
AnsweredI have a laptop with multiple external 4k monitors. Unfortunately, the display on the laptop itself is only 1080p. Most of the time, I'm happily working hooked up to the external monitors. However,... -
Created 2017.1 File History for Mercurial
AnsweredWill the mercurial support be getting the same File History improvements as were done for Git? thanks, jay -
Created IntelliJ 15 and GWT
I was *very* excited to see the comment on GitHub regarding improved debugging of GWT in IntelliJ 15 (https://github.com/gwtproject/gwt/issues/8460#issuecomment-111004579).Before I filed any ticket... -
Created Debugging with GWT 2.7 and SuperDevMode.
I don't know if this is a limitation of (a) Source Maps; (b) GWT; or (c) IntelliJ 14...I've got a good sized project which we recently updated to use GWT 2.7 and SuperDevMode. (Side note--Very pain... -
Created Parity with Android Studio?
I'd love to see some sort of line in the IntelliJ IDEA EAP release notes that indicates how the EAP corresponds to the Android Studio release. Is there any chance of this happening?thanks,jay -
Created GWT 2.7 Super Dev Mode and IntelliJ 14
I'm trying to do a pretty simple test of GWT's Super Dev Mode and IntelliJ 14 (138.2458.8). Specifically, I want to see the file-by-file recompilation working, and then demo it to my co-workers.To ... -
Created GWT SuperDev Mode work for IJ 14?
Can someone talk about enhancements that may be coming in IJ 14 with regards to GWT and Super DevMode? Will you be closely tracking the changes / enhancments that are coming in GWT 2.7 and 3.0?Than... -
Created How to track Android Studio Updates?
Is there a wiki / web page somewhere that shows which version of IntelliJ corresponds to which version of Android Studio?For example, today Android Studio v. 0.6.1 was released. How can I know when... -
Created How to configure code coverage to ignore lines?
We're using the IntelliJ IDEA code coverage runner. We've got some code within classes where we don't want the code coverage to run. Things like extreme conditions or places where writing a test to... -
Created [GWT] Can't set breakpoint in a non-JSNI method of a JavaScriptObject subclass?
I've got a number of Java classes which extend GWT's JavaScriptObject. In them, I will often have static or final methods which are *not* JSNI. For example, I have this pattern in a few of my class...