Yee Keat Phuah <[email protected]> writes: > Hi, > > My project was quite big, that triggering > jde-open-class-source-with-completion, sometimes takes up to 20 > seconds! And its a shame when my eclipse-r colleagues are behind me > asking me "why are you not opening this class?", and I have to explain > to him that my "IDE" is a bit slow. > > Recently, I have been playing a bit with anything.el, and integrating > with locatedb/updatedb, its very fast, and it also enables me to open > xml files, properties files instead of just .java files. Any of you > that are using anything.el in the place of jde-open-class-source? > > Cheers, > Phuah Yee Keat > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > jdee-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jdee-users
Hi Phuah, We are in the same boat. The project I am working on has really big code base, also has deep directory path. I only heard about anything.el before, but didn't try it. As you know, there are so many non-java files in the project either, jde-open-class-source-with-completion does not work for those files. My current solution is file-cache + ido + homemade lisp code. It takes some time to generate the file names cache at the first time, but once it is done, it really quick to choose any file in the file cache just using file name. Also it can support regular expression on choosing file name. Regards, Lei ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
