Re: Chainsaw plugin for IntelliJ IDEA

2004-12-15 Thread Brad Lane
Thanks for the reply, finally :-) I haven't had time to work on it anyway but this will give me a starting point when I do. HUGE apologies for the delay here. From CVS Head, the key classes are: org.apache.log4j.chainsaw.LogUI - this is the 'startup' class that contains the main(...) method, a

Re: Chainsaw plugin for IntelliJ IDEA

2004-12-14 Thread Paul Smith
HUGE apologies for the delay here. From CVS Head, the key classes are: org.apache.log4j.chainsaw.LogUI - this is the 'startup' class that contains the main(...) method, as well as a static method, createChainsawGUI(ApplicationPreferenceModel, Action), that is designed so that one could create

Chainsaw plugin for IntelliJ IDEA

2004-12-07 Thread Brad Lane
I want to write a Chainsaw plugin for IDEA but I'm having a hard time getting started. I have the log4j source code from CVS but I was hoping someone could give me a pointer as to where to start. i.e. - classes to initialize Chainsaw, settings dialogs, etc... Any help would be truly appreciated