Glen Stampoultzis
- 活动总数 166
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 66
-
创建于 Gradle support?
Hi, I was wondering if Gradle [1] support would be added to Idea anytime soon? There's a feature request [2] for this currently sitting at 104 votes. There is even an offer of help from the Gradl... -
创建于 Anti-alias
Hi, I'm using Idea under 64-bit Ubuntu. For some reason even though I have anti-alias checked in the settings the fonts in the editor aren't anti-aliased. Is there a trick to get this working?Reg... -
创建于 Zen Coding
Hi, I was wondering how much of Zen Coding is implemented?Typing in the following expression I don't get the result I was expecting:div>ul[dir="ltr"]>li*5instead it expands to:<div> <ul dir=... -
创建于 Latest version
The latest uploaded version of La Clojure seems to be 0.2.1.178. This looks like a mistake in the numbering since previous versions were:0.2.1750.2.173etc... -
创建于 Code coverage in menus
Hi I was just wondering if anyone else is getting the same problem as me. If I right click in the editor I get a menu with the entries:* Show Code Coverage Data &* Generate Code Coverage Reportrep... -
创建于 Project frame focus & blur
Hi, I'm trying to determine whether the current project frame has focus or not. It's not too hard to do this by getting the JFrame (WindowManager.getInstance().getFrame(project)) and attaching a ... -
创建于 Much longer until the next release?
It's been a while since the last release. I was just wondering if it would be much longer until we see another release? -
创建于 A few more suggestions
While I'm waiting for the next release of the clojure plugin I thought I'd chip in with a few more feature suggestions.Suggestion 1:Don't switch focus to the REPL when evaluting the current selecti... -
创建于 Request For Enhancements
Some features I'd like very much to see (in order of priority): A way to specify VM options to the REPL. Specifically I really really need to set java.library.path. Make it work in Maia. Faster re... -
创建于 How to use Javascript debugger?
I'm probably missing something obvious but I can't figure out how to use the Javascript debugger in Idea. I thought it was just a case of using the embedded mozilla but so far none of my breakpoin...