Gilbert Grant
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
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...