Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Mark Smith
Follow
New posts
New posts and comments
Total activity
44
Last activity
January 16, 2016 13:34
Member since
January 21, 2014 01:37
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (13)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
March 01, 2014 06:57
Thanks so much! BuildProcessParametersProvider is exactly what I was looking for.
Community
IntelliJ IDEA Open API and Plugin Development
Salesforce Plugin - Build Server Properties
0 votes
Created
February 25, 2014 01:55
Thanks Eugene! The piece I was missing was the dependency between salesforce-jpg-plugin and the main plugin module salesforce-plugin. It's all working now!
Community
IntelliJ IDEA Open API and Plugin Development
Help With Custom Language Plugin & External BuildServer (Compiling)
0 votes
Created
February 25, 2014 01:20
Thanks! That's exactly what I was looking for.
Community
IntelliJ IDEA Open API and Plugin Development
FileType Icon in Project Explorer
0 votes
Created
February 22, 2014 02:38
Just found the missing step......I had to right-click on the *.flex file and select "Run JFlex Generator". This downloaded the idea-flex.skeleton and JFlex.jar and then compiled the *.flex file in...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development with IDEA 13
0 votes
Created
February 22, 2014 01:53
I have gone through that example; however, it shows how to inject a reference into an existing language. I'm trying to use references within my custom language.I have read through http://confluence...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
February 21, 2014 07:59
In order to get references working, I renamed extendsClause to extendsDeclaration so I could get the named element support. That all works good.How would you suggest I deal with the implementsClau...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
February 21, 2014 06:05
I'm using IntelliJ 12 with Grammar-Kit Plugin version 1.1.2. When I change it to recoverUtil, then it highlights #auto with the warning Unused rule reference.
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
February 21, 2014 06:02
Thanks. That fixed it up.
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
February 20, 2014 11:50
I've been refactoring this evening using the new Grammar and I like it. Except for one thing.The ApexDeclaration interface has the following method declaration: @NotNull ApexIdentifier getIdenti...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
Created
February 20, 2014 10:38
#1 - I agree that '{' is more readable. I'll switch over to use that and keeping the keywords/symbols defined as tokens#2 - I"m still confused by what is a leaf and what is not a leaf. You say Ap...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 votes
1
2
›
»