Larry Hannay
- Total activity 324
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 92
-
Created How to set Project Widnow fonts
Hi,I just upgraded to 5.0.1. The fonts in the Project Window are *really bold* to the point of being distracting. I would like to change them but can't figure out how.I saw in another thread in thi... -
Created How can I add a data source in the database tool window???
I've screwed around with this for over 1/2 hour and I still can't figure it out - which probably just means I'm stupid. But still, it seems that this should be a simple operation.I'm using RubyMine... -
Created A way to stop code analysis on commit?
AnsweredHi,Whenever I commit code it takes a long time because RM is analyzing it. I click the guy-icon on the status bar and reduce the level from "inspections" to "syntax" which causes him to face to th... -
Created No Console Output
Hi,I'm runing RM 4.5.4 on 64-bit Ubuntu 12.04.I just noticed that I'm not getting any output in the Console window while palying around with the stie in Development Mode. When I click the "Server d... -
Created Debugger prints out breakpoint info instead of stopping
Hi,Ubuntu 12.04RubyMine: 4.5.4Ruby: .1.9.2Rails: 3.1.5I set two breakpoints in a controller and when I hit that action the debugger does not highlight-and-stop at the desired lines, rather it print... -
Created Way to turn cucumber highlighting off?
Hi,I just upgraded to 4.0.3 and so far so good. (As usual!)Quick question regarding cucumber steps in feature files: Whenever I put the cursor in a step, all other similar steps are automatically h... -
Created HTML 5 Tags Parsing Error
Many view files are marked as having an error in them (i.e. squiggly red underline in the project-files window and red markers in the file itself) because HTML 5 tags aren't recognized. For example... -
Created How Do You Push With Tags
Hi,In the "old" Rubymine (not sure how old), the "Push" dialog box had a lot more options, including a "Push Tags" checkbox, which is described in the "Push Changes Dialog" page.I just created a n... -
Created Can't download 4.0.3
When I fired up Rubymine (4.0.2) it told me a new version (4.0.3) was available. But when I went to the site and clicked the 'Download Now' button (for Linux) the filename/version said 4.0.2. ???--... -
Created Bundler 'clean' command?
Hi,I just upgraded my bundler gem to verison 1.1.3.Supposedly bundler 1.1 has a 'clean' command that will delete old versions of gems:Bundler 1.1 has a bundle clean command that removes unused gem...