Force Internet Explorer to use a specific Java Runtime Environment install?

First, disable the currently installed version of Java. To do this, go to Control Panel > Java > Advanced > Default Java for Browsers and uncheck Microsoft Internet Explorer. Next, enable the version of Java you want to use instead. To do this, go to (for example) C:\Program Files\Java\jre1.5.0_15\bin (where jre1.5.0_15 is the version of …

Read more

Can’t install Cordova plugins from Git on CLI

It seems there is a bug in git source dependencies on Windows. Try to create the directory manually : mkdir C:\Users\DAVIDH~1\AppData\Local\Temp\plugman\git Then : git clone https://github.com/danwilson/google-analytics-plugin.git From there : https://github.com/sbt/sbt/issues/895 EDIT I removed the numerical extension, which is not needed, to follow the remark from FugueWeb UPDATE (From Sept 2014) As noted in Daren Beale’s …

Read more

How to turn-off a plugin in Vim temporarily?

You can do this if you use a plugin manager like Vundle or Pathogen, which will keep the plugin in its own directory underneath the ~/.vim/bundle/ directory. In that case, just find out the runtimepath of the vimacs plugin with the following command: set runtimepath? Let’s say it’s ~/.vim/bundle/vimacs. Then, put this command in your …

Read more

Anyone found a PowerShell Syntax highlighting or IntelliSense plugin for Visual Studio? [closed]

Update 2013-08-20 Adam Driscoll has recently announced the PowerShell Tools for Visual Studio as successor of his former PowerGUI Visual Studio Extension – see his blog post about The Future of PowerGUI VSX for details, where he acknowledges the drawbacks of the predecessor outlined by Simon Gillbee (see previous update below) and describes how they …

Read more