On Thu, 2004-12-02 at 09:19 +1300, Len Trigg wrote:
> Phillip Lord <[EMAIL PROTECTED]> wrote:
> > > "Kai" == Kai Grossjohann <[EMAIL PROTECTED]> writes:
> > Kai> I had been using Eclipse for some time a year ago. One thing I
> > Kai> really liked about it was the quickfix functionality. W
Phillip Lord <[EMAIL PROTECTED]> wrote:
> > "Kai" == Kai Grossjohann <[EMAIL PROTECTED]> writes:
> Kai> I had been using Eclipse for some time a year ago. One thing I
> Kai> really liked about it was the quickfix functionality. When the
> Kai> compiler found an error in your source code
Hi Kai,
Great job!
Take a look at flymake.el and jde-flymake.el. Together they provide on-the-fly
compilation to JDEE. This makes for a nice complement to your module; you
wouldn't have to do a full compile to get the compilation buffer in order to
call qfix. As soon as flymake kicks in and de
> "Kai" == Kai Grossjohann <[EMAIL PROTECTED]> writes:
Kai> I had been using Eclipse for some time a year ago. One thing I
Kai> really liked about it was the quickfix functionality. When the
Kai> compiler found an error in your source code, you could hit
Kai> Ctrl+1 to pop up a littl