Gilbert Grant
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created How do regular expression work, when disabling code formatting
AnsweredHi, I'm using Intellij 15.02.In settings > editor > code style > general > formatter control, there is a regular expression checkbox. IJ help simply say this:Select this check box to use regular ex... -
Created How do i get IntelliJ to recognise Angular directives
Hi, I'm using IntelliJ IDEA 14.0.3.I want the IDE to recognise angular directives in my HTML files, with click through. Is this possible? I have a project with a web module and a java application m... -
Created Generating JPA annotations from SQL Server identity columns
Hi,I'm generating entities from a MS SQL Server DB, using the following jpa file:<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema... -
Created IntelliJ 13 running very slow
Hi, I'm using IntelliJ IDEA 13.1.3.It's running slow when i have a coffeescript file open of 1000+ lines. In the task manager (Windows 7), it's always at 15%+ CPU, the editor window is jerky. How c... -
Created Breakpoints in coffeescript not stopping in the right place
Hi,using IntelliJ IDEA 13.1.2, withh npm coffee-scipt 1.7.1. IDE breakpoints never stop in the correct place - always a few lines before/after. Are there versions compatible?Gilbert -
Created Prevent coffeescript syntax highlighting fields as global variables
Hi, if i write a method on a class: _handleClick = (e) -> if e.currentTarget is blah...'currentTarget' is highlighted as a global variable... or it is covered by a setting I've not been able to...