Results 1 to 3 of 3
- 03-11-2008, 02:58 PM #1
Member
- Join Date
- Mar 2008
- Posts
- 1
- Rep Power
- 0
Open type (Ctrl-Shift-T) does not find types
Hello all,
Eclipse does not find certain classes that exist in the workspaces when Open Type (Ctrl-Shift-T) used. "Problematic" classes are from one certain directory. At the same time these classes can be found by Open Resource (Ctrl-Shift-R) and are perfectly compiled.
What settings should be changed to fix the problem?
- 08-05-2008, 09:54 AM #2
Member
- Join Date
- Aug 2008
- Posts
- 1
- Rep Power
- 0
I have exactly the same problem as you. Does somebody know how this could be?
My type filters list is emtpy.
I do have several projects opened.
- 11-04-2009, 10:15 AM #3
Member
- Join Date
- Nov 2009
- Posts
- 1
- Rep Power
- 0
To clear the Open Type indexes
Sometimes, the indexes that Eclipse use for searching the types, get corrupted. You can clear the Open Type indexes by going to <Workspace>/.metadata/.plugins/org.eclipse.jdt.core and deleting all files there. The indexes will be re-built the next time you use open type.
Note that this is a empirical observation, and you may delete some JDT saved data that you don't want to delete. I observed no ill effects, but for safety you could try deleting just the *.index files and the "savedIndexNames.txt", and see if it works.
Similar Threads
-
Run method on Ctrl+Shift+D
By Echilon in forum AWT / SwingReplies: 1Last Post: 02-16-2008, 10:31 PM -
How to add hotkey(Ctrl+VK) to a button?
By rpwtdj in forum Advanced JavaReplies: 5Last Post: 01-10-2008, 02:13 AM -
Displaying different image types
By splinter64uk in forum AWT / SwingReplies: 1Last Post: 12-05-2007, 08:12 AM -
how to issue the command of Ctrl-C (copy) in Java
By bilal_ali_java in forum Advanced JavaReplies: 0Last Post: 07-18-2007, 03:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks