Cesar,

you may want to try my Antenna preprocessor plugin.

it works differently than the preprocessor integration with Eclipse ME,
and might be better suited for your needs.

Open this:

http://antenna.sourceforge.net/wtkpreprocess.php

and look for 'Eclipse' in it.


Cesar Castro wrote:

> Thanks for answering Craig!
>  
> Well... What I'm looking for is a way to split a huge class in several
> small files (I can't create new classes). The problems (for me. it's
> not a bug or anything, just what I was hoping would be there, kkkk)
> with the #include directive as it is currently implemented are
>  
> 1)  It does not point errors and outline to the source files, but to
> the huge class file (and there's no tool to take me there either). So
> if I want to edit something, I have to find the code in the small file
> by myself.
>  
> 2) I can't use some jdt functionalities in the small files. For
> example, if I forget a ";" or if I make some other small mistake, I
> don't know right away; only after the code is inserted in the big
> class file (I guess this is a bit more complicated :P).
>  
> Well... This is it. Just so you know, as it is the #include directive
> is already helping a lot. I was wondering if there's any plan to
> improve it with the features I listed above. Or if someone here knows
> of a tool I can use to achieve similar results.
>  
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to