Gilbert Grant
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created 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 -
Created 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... -
Created 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(... -
Created 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... -
Created Unable to debug using Coffee script maps
Hi, I know this has been posted a few times before - but I still can't seem to close the loop here... my debugger does not stop at coffee breakpoints. I'm using a remote javascript Debug run profil... -
Created SQL DECLARE not retaining scope when running multiple statement
Hi, I have an issue when running multiple SQL statements through IDEA:DECLARE @x intSELECT * FROM MyTable WHERE id = @xgoDECLARE @y varchar(max)SELECT * FROM MyTable WHERE name = @ygo...in this sit... -
Created Refresh Git upstream branches
Hi, is there a way to have IDEA pickup/pull the full list of upstream Git branches?At the moment i have to use bash | git pull before IDEA can see them.~gilbert -
Created Importing ScalaZ libraries causes IntelliJ to abuse processor
Hi, after I import ScalaZ libraries into IntelliJ, the IntelliJ starts using a huge amount of processing - specifically in proportion to those files that use ScalaZ types. Is there any way 'round t... -
Created Adding bootstrap support to an existing project
Hi, I have IntelliJ 12 - an existing project with a web module. How do I add twitter bootstrap support to this module i.e. have bootstrap auto-complete attributes + have accordions etc work in the ... -
Created loading style sheets into live edit of HTML
Hi, I'm kinda new to this so just need some pointers...Trying to use IntelliJ Live Edit plugin to edit an HTML file - by clicking the chrome button on the html file. At this stage i'd like to let t...