Gilbert Grant
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created Keyword 'not' is not syntax highlighted in coffeescript
Hi, in IJ 13.1 the coffeescript keyword 'not' is not syntax highlighted as a reserverd word - was fine in v12.~gilbert -
Created Preview compiled coffeescript
Hi, I've recently upgraded to IDEA 13.1In Idea 12 - i had a coffeescript plugin, that allowed me to preview compiled coffee (in js). So, i'd highlight a block of coffee, run the action and voila, i... -
Created Breakpoints in javascript libraries
I'm using Idea v12.1.6.I've configured a javascript library (Angular.js) in my project, and want to put down a breakpoint.I notice, when i configure the js lib, the Angular js file is no-longer ava... -
Created Use path variable in a module content root
Hi, not sure if i'm doing this wrong...i setup a path variable IDE settings | path variables, BUILD_HOMEI'm trying to use this in a module content root for my project: $BUILD_HOME$but IJ keeps tell... -
Created 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... -
Created 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" ... -
Created 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... -
Created 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" ... -
Created 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 -
Created 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 ...