Kevin McCaughey

- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Kevin McCaughey created a post, Where is JavaFX scene builder in JDK8
Hi,As of JDK 8 JavaFX is included in the SDK. There is no scene builder included.According to oracle it should be available here: http://www.oracle.com/technetwork/java/javafx/downloads/index.htmlB... -
Kevin McCaughey created a post, Rubymine failing to start in Ubuntu 13.04 after Java update
Hi,I just updated Java (x64) in my Ubuntu 13.04 machine and now Rubymine is failing to start due to a Java error. The error text is as follows:kev@ubuntu:~/rubymine/bin$ ./rubymine.shJava HotSpot(T... -
Kevin McCaughey created a post, Please re-check Issue Ruby 13065 it is NOT a duplicate
Hi,I have re-posted on this issue (http://youtrack.jetbrains.com/issue/RUBY-13065) but with no response. The issue is not a duplicate and NOT related to FactoryGirl. It has been closed off before b... -
Kevin McCaughey created a post, Rspec should & should_not displayed in different colours
Hi,In my specnamehere.rb file the method names should and should_not from Rspec are displayed in the wrong colours. should is red (the colour for ruby special calls) and should not is in white (I c... -
Kevin McCaughey created a post, A quick, possibly daft, question about autocomplete
Hi,If I try to type in the line:subject { @user } the closing brace is helpfully added at the time I open the brace, leaving me just to type the local variable.My question is this:After I type the ... -
-
-
Kevin McCaughey created a post, Unregistered Git root detected The directory /X/git is under Git, but is not registered in the Settings.
Hi,I keep getting this error message and want to know what the problem is.I am on the master branch, the project is fine, the remote store is Bitbucket and that is all setup and works. I can push a... -
Kevin McCaughey created a post, No way to tell what branch you are on?
So, I just lost 2 days work and ended up with a mess and the main reason was that I thought I was on a different branch.Is there any way of telling what git branch you are on in Rubymine? I have lo... -
Kevin McCaughey created a post, Run rspec all specs in spec - only last test shown
Hi,I am running tests for the folder rspec. Running the tests individually works, but when I tick the box "All specs in folder" only the results of the last test in the folder are shown, even thoug...