Re: Two code completion questions
Tassilo Horn <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
"Paul Kinnucan" <[email protected]> writes: Hi Paul, > I'm not sure but setting jde-import-excluded-classes to exclude the > classes you don't want may work. Yes, as far as I can remember, it always wanted to import some com.ibm.db2.* packages, so excluding this is should help. But thinking about it I can clearify the situation a bit: I have an import java.sql.* and use the IBM-DB2-JDBC-Driver. ,---- | import java.sql.*; | | // [...] | | Class.forName("com.ibm.db2.jcc.DB2Driver"); `---- I'm not completely sure how this works, but in java.sql.* there're only interfaces which are implemented by the com.ibm.db2-classes. And as long as I don't import the com.ibm.db2-classes explicitly, I want autocompletion only based on those interfaces. > I will look into the possibility of enhancing completion to work as > you suggest. That would be great. Thanks a lot. Tassilo -- "Emacs is not a development tool but a way of life." - David Kastrup in alt.religion.emacs -