Gilbert Grant
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
Gilbert Grant 创建了一个帖子, 已回答How do regular expression work, when disabling code formatting
Hi, 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... -
Gilbert Grant 创建了一个帖子, 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... -
Gilbert Grant 创建了一个帖子, 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... -
-
-
Gilbert Grant 创建了一个帖子, 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... -
Gilbert Grant 创建了一个帖子, 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 -
Gilbert Grant 进行了评论, -
-
Gilbert Grant 创建了一个帖子, 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...