Robert Edgar
- 活动总数 107
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 28
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Folding Custom Regions with Line Comments - Visual Studio Style
Documentation is wrong.Does anyone know how to actually do this? ThanksRob -
创建于 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... -
创建于 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...