Robert Edgar
- Total activity 107
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created Javascript Validations
I have my projects set to JS5.1 as we have to continue to support IE11, though mainly focused on current browser.IE11 does support 'const' and 'let', but these are currently marked invalid as they... -
Created Prevent search and introspection of compiled JS/CSS
As well as normal js/less/css files I have a few 'compiled' js/css which are meant for production rather than development.All the files are part of the github projectAs these compiled files just co... -
Created Git Merge Problems
WS 2017.1EAP Windows10 I am trying to merge a branch and although it performs the merge, there is no popup to resolved any conflicts. But I am left at the end with 24 files that show in the IDE a... -
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...