WebStorm 7.0.3 trial version doesn't allow to edit files
I've trial version of WebStorn installed, but I can't edit any files. I can copy paste etc.
Does trial version not allow editing files? If so, how is one suppose to evaluate this product against competition, e.g. Sublime?
Please sign in to leave a comment.
Hello!
trial version doesn't limit the feature set in any way, and, of course, it does allow editing files.
Do you have any additional plugins installed? AngularJS?
I do have AngularJS plugin installed, as the
project I'm working on happens to be AngularJS project.
Then it seems that the kotlin-runtime.jar is missing from ~/Library/Application Support/WebStorm7/angularjs-plugin/lib (~/.WebStorm7/config/plugins/angularjs-plugin/lib if you are on Windows); please make sure to remove the angularjs plugin and reinstall it from the repository (Settings/Plugins, Browse repositories...) - this should solve the problem.
Thanks Elena. That did it.