Mj-lists
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 AspectJ - Out of memory or internal error...
I'm trying out the official AspectJ support (1.0) within IntelliJ 10.5 without much luck.On a tiny proof of concept project, it works. A single file in a larger project may also work.A set of 10 fi... -
创建于 Find usages example
I had written a plugin (for internal use) for IDEA 4.5 to help find JSP tags with a certain criteria.Now with IDEA 7 the search and usages code have been refactored so that I cannot find my way aro... -
创建于 Incoming changes not working
The Incoming tab of the Changes tool view is not working for my main project. It works for other projects using the same CVS repository.When I click Refresh there is a (very!) brief note of "Refres... -
创建于 Scope for web facet
Hi all. I'm trying to set up a scope for the JSPs in my web aspect, but I just can't figure it out.The file structure is like thissandbox\project = Module content rootsandbox\project\src = Java roo... -
创建于 Type of expression language (JSTL-EL) loop and collection variables
Hi. I'm currently evaluating IntelliJ IDEA 7 and hope to persuade management to upgrade from 4.5, since there are a couple of nifty features that may make it worthwile. On of them is the expression... -
创建于 [Ann] AspectJ weaver 1.00 released
Version 1.00 of the AspectJ weaver plugin is now available for IntelliJ 4.5.4 through 6.0.x.Download through the plugin manager, or read more here: http://intellij.expertsystems.se/aspectj.htmlBug ... -
创建于 [ANN] AspectJ weaver plugin
I have started converting my plugin that does AspectWerkz weaving inside IntelliJ IDEA to work with AspectJ.So far, the scope of the plugin is very limited. It can weave re-compiled classes with pr... -
创建于 ClassInstrumentingCompiler: How to get modified files only
I have read the discussion in this thread: http://www.intellij.net/forums/thread.jsp?forum=23&thread=146746&tstart=0&trange=15Trying to follow the instructions there, I still get all the classfiles... -
创建于 Other JSP compiler than Jasper
Is it possible to configure IDEA to use some other JSP compiler than Jasper?Jasper does not allow me to have (boolean) attributes without values!