Mj-lists
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created [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 ... -
Created [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... -
Created 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... -
Created 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!