Gilbert Grant
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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 ... -
创建于 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...