Live Edit does not work in my WebStorm 5.0 - webstorm

Live Edit does not work in my WebStorm 5.0, and I have installed jb.crx for webstorm.
I have try these steps.
menu "view" -> select "Live Edit"
menu "view" -> select "Open In Browser"
when I changing my html file, but nothing happens in chrome browser.
Could you help me, thanks in advance!

Make sure that the path to the browser is correct (seems ironic but my chrome is installed in \program files so it was a problem)
Make sure, that the extension is installed in chrome - webstorm has a wiki for this. One special thing to remember is to allow the extension access to local files
Finally, it only worked for me after restarting both browser and webstorm
Hope that helps :)

Make sure you install the JetBrains IDE Chrome extension from the Chrome Store :
https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji/reviews

You should also configure Debug Configuration like described in http://blog.jetbrains.com/phpstorm/2013/09/live-edit-in-phpstorm/

Related

WSO2 developer studio doesn't show API Resource Properties tab

I've installed WSO2 Developer Studio and restarted Eclipse but when I tried to get Properties Tab only get this:
Properties????
It should be like this:
API Resource Properties
What do I have to do? Thanks!
The properties should appear when you click on the big 'Resource' blok. You can also right click this and select 'Show Properties View'
Are you on Java 10?
I had the same problem. I don't think Developer Studio supports that.
Try going back to Java 8 (JDK 1.8) and it should work just fine. At least that did it for me. :)
As far as i see there is no issues with the eclipse DEV studio, once you have added the API you need to drag and drop one of the mediators only then you can see the properties tab below.
Before
After

Web Essentials 2017 not showing up in VS 2017

I've installed Web Essentials 2017. When I open Visual Studio Enterprise 2017, it shows as being an installed extension, and "Reset Web Essentials" shows on the tools menu, but there are no settings that I can see. Shouldn't a settings dialog box be available somewhere?
Also, I thought if I create a .less file, open it, then save it, .css and .min.css files should immediately show up below the less file. That doesn't happen.
Additionally, the Web Essentials toolbar doesn't appear in Edge when I run a website from within Visual Studio. Hitting Ctrl doesn't make it appear.
What's going on here? Looks like Web essentials didn't install correctly and isn't working.
Clicking Tools->Reset Web Essentials fixed it. It looks like that just reinstalls it. Although I had already uninstalled and reinstalled, this worked.
There still doesn't appear to be an overall Web Essentials settings dialog box under tools. It appears that since it was broken up into individual components rather than one huge plugin, each plugin has its own little popup menu now, and a few of them show up when you right click on the Project.
According to this link it was removed for few reasons. To fix it you have to download the chrome extension and also download the Browser Link Inspector
I had the same issue with extension downloaded from the web.
So i installed it from the marketplace and it works just fine.

Sitecore 8 Installation Wizard in Development tools not working

After I installed sitecore 8, looks like I cant access installation wizard on development tools. All I can see is blank popup on all the browsers. I checked the log files and could not find anything related.
Any suggestions will be appreciated.
Might help anyone with the same problem.
Sitecore is checking for Packages folder in Data Folder and failed. I don't understand why it can't create one(I checked the permissions all good.)Kind of bug in Sitecore 8 rev. 141212.
Once I created Packages folder, it's all good.
This is probably due to mongoDB not being setup properly.
See this article
http://sitecorejourney.nileshthakkar.com/2015/01/is-your-sitecore-8-stuck-up-while.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed:+SitecoreJourney+(Sitecore+Journey)&m=1

Google visualization API doesn't work in IE9

I'm trying to use Google Visualization API to generate Pie charts. My implementation is working on all the browsers except IE 9.
Not sure if there is any fix for this. When I try to open the page in IE 9, it shows a popup to install the Google chrome frame. But this wasn't working even after installing the chrome frame.
I've even tried the Google code playground, the same problem in IE 9. So, I confirmed myself that it is something to do with the IE 9.
Has anyone got any idea?
I finally figured out that the issue is - Chrome framework plugin hasn't been enabled when I've installed i.e.; by default this plugin was not enabled.
We need to manually enable it (after the installation, when you restart the browser IE displays you a popup showing plugin is ready with two button Enable and Don't enable).
I'm giving you the screenshot of the plugins dialog (You can go to the below screen from Tools -> Manage add-ons)
After enabling, make sure you restart the browser and refresh the page which is using the Visualization framework.
Unfortunately, end user has to install this in order to get this work in IE 9 which is really a bad user experience.

JAX-RPC support in Netbeans 6.9.1

I am trying to generate new Web Service Client. When choosing Client Style to JAX-RPC Style I get a notification from Netbeans: "You must download JAX-RPC support plugin to create a JAX-RPC Client".
Plugin is not listed in Available Plugins.
I searched topics regarding this issue and they are saying to add this address to search for available plugins:
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz
The problem is, link is dead.
Are there any other possibilities to solve this or does anyone have a working link?
Original poster - Thank you for the link! It worked perfectly for me today!
Version: NetBeans 6.9.1
Tools -> Plugins
Click "Settings" tab and "add" button
Provide a name (ex. Hudson) and the URL above in the original post
(http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz)
Close the dialog box
Click on Reload Catalog and click the "Available Plugins" tab
Find your JAX-RPC plugin goodness in the list, select its checkbox, and click "Install" :-)
Thanks again!!!
There were some network configuration changes that might have affected this.
I had looked at the Hudson results for nbms-and-javadoc a few days ago.
Your best bet is to try it tomorrow...