Bram wrote:
> A few comments from me:
> - The java_parser.vim file should probably also go
in autoload, I don't
>   see why this needs to be loaded when Vim starts
up.
> - Does the .class file need to be in the
distribution?
> - Need to move the remarks for users to some help
file.
> - Reflection.java does not have any copyright
notice.  Did you write
  this?

1. I will modify java_parser.vim to make it
autoloadable.
2. I will write a help file. 
3. I wrote Reflection.java myself and will Add
copyright notice as soon as possible.
4. It's necessary to include the *.class files to
obtain the reflection information if users don't want
to compile *.java themself. If what you means is why
not write a patching c code calling jvm dynamic
library directly, I think it's more difficult to do it
and may be not so portable. I have no good idea though
I know it is a big trouble to include it in the
distribution. Any good idea?
5. I use searchdecl() to search the variable
declaration. It does not work in .java file as well as
.c file.

Thanks for taking javacomplete into considering. I
will be pleased to listen more comments and
suggestions even if this script won't be included. 

-----
fang cheng


        

        
                
___________________________________________________________ 
Mp3疯狂搜-新歌热歌高速下
http://music.yahoo.com.cn/?source=mail_mailbox_footer

Reply via email to