Robert Edgar

- Total activity 107
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created Continuing GitHub issues in EAP
So I reinstalled git for windows. Issue still persists. WS11 no problem, WS12EAP fails . So here is what happens when I just do a pull WS11 12:39:23.840: cd C:\workamajig\web12:39:23.915: git -c ... -
Created EAP and GitHub Issue
After installing EAP 144.3891.13 I have been having issues with github. The commit works but the push fails as below : 00:08:06.090: [..\..\web] git -c core.quotepath=false push --progress --porcel... -
Created Add SVGElement class definition
Is there a way to add class definitions to WebStorm, basically in the same way JetBrains do in DHTML.js i.e. to include classes not yet included (like for example SVGElement) so that it dosent show... -
Created Github error in latest WS142.5255
After latest WS EAP update github seems to no longer work.08:30:17.143: cd C:\workamajig\web08:30:17.144: git -c core.quotepath=false fetch origin --progress --pruneAn error has occurred while proc... -
Created Folding Custom Regions with Line Comments - Visual Studio Style
Documentation is wrong.Does anyone know how to actually do this? ThanksRob -
Created GitHub ignore files problem
I have a project under github.In WS there are two config files which although they exist in github the local version are always modified but they are not supposed to be checked back in.I added them... -
Created JSDocs Typedef problem
I am trying to document a type, so I start with a type defintion as below: /** * @typedef PluralDef * @type {Object} * @property {string} many the template for a plural * @property {string} one t... -
Created JSDocs Issue.
Just noticed this after starting to use EAP10 in the last few weeks but no idea if that is the cause or its something else:We define out js classes like this.function(){ var self=this; funct... -
Created Create WS plugins using javascript
Creating plugins with Javascript has been enormously popular in Brackets/Atom this year.I think it would really open up plugin development in WS if it was possible to also create plugin using javas... -
Created Publish to npm
Is there a way to publish a package to npm from within WebStorm.after I have pushed it to Git, if not, I know its a simple dos cmd but it would be a nice little feature to haveRob