Paul Rose

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
-
Paul Rose created a post, goto declaration stopped working 138.1968
I hit ctrl-B and it no longer goes to the definition. Yesterday, with the old EAP it worked.The old one expired, but seemed much more stable. Is there a way I can use the first EAP? Otherwise I nee... -
Paul Rose created a post, Editing windows sometimes go blank 138.1968
I just upgraded and have been having a problem where the editor windows suddenly go gray. If I change tabs, the other editor windows are also gray. The text seems to come back at random times. -
Paul Rose created a post, Syntax highlighting changed on html.erb files
After upgrading to 138.1466, my html.erb files are only doing syntax highlighting on the ruby insertion code, not the html code. I attached a small sample.Attachment(s):rubymine-syntax-formatting.png -
Paul Rose commented, -
Paul Rose created a post, JSHint not found
After upgrading to 138.1466, I get this message on the top of each js file:JSHint 2.3.0 not loaded -
Paul Rose created a post, image-url not found in scss
I have a file with the extension .css.scss that was created by the rails scaffold. In it, I have the following line: background-image: image-url('sprites.png'); The inspection says "Cannot find fun... -
Paul Rose created a post, Font for Terminal window
I just downloaded the Momiji release and am looking at the Terminal window. It seems to work just fine, but there is a cosmetic problem.I have my output font set to "Verdana" and the spacing and pl... -
Paul Rose created a post, Using currently focused file in Run configuration
Hi,I've got a script that I've written that works on a source file in my project. The way I've got it set up now works, but is a little clunky. I do this:I go to "Edit Configurations" and put the n... -
Paul Rose created a post, Recognizing knockout in js inspections
I noticed that knockout is not one of the environment options in the JSHint preferences.I get a bunch of yellow warnings on these lines of code:ko.computed(...);I can think of a couple of ways to s...