I'm developing a GWT application and I hate using super dev mode so I've still been using IE as it still supports NPAPI plugins. The problem is that when I have IntelliJ launch the browser as part of the run configuration, it opens it in IE (No Addons) mode which then disables the GWT plugin.
Now, I can take the URL and open normal IE and paste it in which works fine, however it's horribly annoying that I can't just have it launch without the extra work.
So far, in IntelliJ where you can setup the browsers, I've pointed the IE one to a shortcut that I know launches in normal IE, yet it still somehow opens in no addons mode when IntelliJ launches it.
Any and all help is appreciated!
Edit: I know other people who have used IE while developing a GWT app in IntelliJ and they never ran into this issue, so it's possible it's an IE issue and not necessarily IntelliJ related
To fix this, I had to clear the oophm.dll file and download the installer directly. From there, I needed to run the following command from the command prompt with administrator priveleges:
regsvr32.exe "C:\Users\USERNAME\AppData\Local\Google\Google Web Toolkit\Developer Plugin\IE\oophm.dll"