Gilbert Grant
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 Gradle "cannot resolve symbol 'task'"
Hi,I've just started working with Gradle - wrote the "hello world"task helloWorld { println 'Hello World'}The symbols "task" and "helloWorld" are coming up cannot resolve.+ when i try to create an... -
创建于 URI not registered, XSD
Hi, I have the following xsd excerpt:Using IntelliJ 12 (latest)<?xml version="1.0" encoding="UTF-8"?><xsd:schema targetNamespace="urn:abc-com:abc" xmlns:abc="urn:abc-com:abc" ... -
创建于 Intellij does not recognise properties set by antcontrib's propertyregex
Hi,I'm using ant 1.9.2 with antcontrib 1.0b3. In intelliJ my properties are highlighted red (property is unknown) when i set them using propertyregex: <propertyregex property="ant.sf.arguments... -
创建于 Wildcard support in javascript debug URLs
Hi, I have setup a debug environment for Salesforce dev, in which i must reference my js files like this:https://c.cs20.visual.force.com/resource/1391230109000/customApplicationthe "1391230109000" ... -
创建于 Please allow eval of coffeescript in the debugger
Hi, it would be nice of we can eval coffee in the debugger - right now i have to convert to js beforehand.Regards,Gilbert -
创建于 Coffeescript formatting causes compilation issue
Hi,I have the following construct in Coffescript: @dataSource = Kendo.newDataSource sort: [ {field: 'vatScheme', dir: 'asc'}, {field: 'documentType', dir: 'asc'} ]When i ... -
创建于 Charging for an IntelliJ plugin
Hello, I am considering starting development of a plugin for IntelliJ IDEA. Is there any possibility of being able to sell this plugin? Is support for paid plugins in any IntelliJ plugin repo?~gilbert -
创建于 Method extraction refactor in Coffeescript uses Javascript
Hi,Using IDEA Ultimate 12.1.4Refactor | extract | method, in a Coffeescript file - the new method is generated in Js style. How do I get it to gen Coffee?(the help file http://www.jetbrains.com/ide... -
创建于 Coffee script code inspection inconsistency
Hi,This code_add = (type) => type + 1_add v for v in viewType... genarates a code inspection warning "Invalid number of parameters, expected 1"whereas, this does not_add = (type) => type + 1_add(... -
创建于 Coffee script syntax highlighting issues
Hi, there are a few discrepancies i have seen in the CoffeeScript syntax highlight (I'm using IntelliJ IDEA 12.1.4)...when using the existential operator, the local variable syntax is lost:if local...