Re: [Pydev-code] PyDev Package Explorer now blank
Brought to you by:
fabioz
From: Fabio Z. <fa...@ap...> - 2009-07-17 00:51:11
|
> My first sign of trouble was right after the update, there was a > weird focus thing, where I couldn't get keystrokes or mousing to go > to the Eclipse app. Even though I selected Eclipse, the keystrokes > would continue to go to the previous application I had used. > > That went away after minimizing the window and bringing it back. > However now, even though I've restarted, and changed workspaces > several times, my PyDev workspaces don't show up in the "Pydev > Package Explorer". I can open my python files and run them still. > Just can't see the projects. > > I've verified I can create a new project and it shows up in the > explorer, but I can't get Eclipse/Pydev to recognize the existing 10 > projects in my workspace. I've tried changing workspaces, disabling > and re-enabling pydev, and even reverting to an old pydev. > > Perhaps it's an Eclipse related thing - anyone know how to force it > to recognize the existing workspace? > > Interestingly, if I select Export a project as an archive, it offers > me the projects in the workspace, so it knows about their existence. Ok, in that case, there are 2 things to check: - you have a working set selected that doesn't include your projects (I've seen one case where eclipse selected 'window working set' and nothing appeared there anymore)? - you have some other active filter or the content is not properly there (that's much more uncommon if you didn't change it) To check, the working set, go to the pydev package explorer, ctrl+F10 (not sure if it's the same for that menu on mac os, but if it's not, there's a triangle icon to activate that menu), then choose 'select working set' and try to select 'no working sets' -- or create a working set containing the projects you want to work on and select that working set. To check the active filters, go to that same menu > customize view and check if the content contains "pydev navigator content" and "resources" and if your filters match what you want. Cheers, Fabio |