Thread: [Pydev-code] PyDev Package Explorer now blank
Brought to you by:
fabioz
From: Ross <ro...@gm...> - 2009-07-17 00:38:54
|
Hello, I tried to update my PyDev plug-in for Eclipse, where I'd been pretty happy. I confess to not being an Eclipse guru - I know how to do what I need to do to be productive, and that's all. Working on Mac OS X 10.4 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. Kind Regards, Ross |
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 |
From: Ross <ro...@gm...> - 2009-07-17 03:19:45
|
Hi Fabio, Thanks for the suggestions.... On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: > > 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)? I looked at the working sets and tried both selecting "no working sets" and later tried to set up a working set, but neither helped make anything appear. > - you have some other active filter or the content is not properly > there (that's much more uncommon if you didn't change it) > I checked for filters, there were none set, and as you say I didn't change it so that makes sense. > 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. > Verified that both "pydev navigator content" and "resources" were there and selected. I see my projects and their files still there in my file system. Eclipse/Pydev just don't seem to be aware of them :( > Cheers, > Fabio Rgds, Ross. |
From: Fabio Z. <fa...@es...> - 2009-07-17 10:41:54
|
Hi Ross, Another thing: have you checked your error log for possible errors (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) Cheers, Fabio On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: > Hi Fabio, > > Thanks for the suggestions.... > > > On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >> >> 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)? > > I looked at the working sets and tried both selecting "no working > sets" and later tried to set up a working set, but neither helped > make anything appear. > >> - you have some other active filter or the content is not properly >> there (that's much more uncommon if you didn't change it) >> > > I checked for filters, there were none set, and as you say I didn't > change it so that makes sense. > >> 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. >> > > Verified that both "pydev navigator content" and "resources" were > there and selected. > > I see my projects and their files still there in my file system. > Eclipse/Pydev just don't seem to be aware of them :( > >> Cheers, >> Fabio > > Rgds, > Ross. > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Ross <ro...@gm...> - 2009-07-20 19:43:25
|
A testament to my earlier statement about not being a sophisticated Eclipse user. I found that the menu in the PyDev Package explorer also offers "Top Level Elements" of either "projects" or "working sets" My projects are visible once I select "projects". So with that I'm back in luck. Wish I'd seen that rather than waste a day and a half : ( but posting my doziness here just in case it helps someone similarly dozy later on. Thx for the attention and suggestions... Regards, Ross. On 17-Jul-09, at 6:41 AM, Fabio Zadrozny wrote: > Hi Ross, > > Another thing: have you checked your error log for possible errors > (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) > > Cheers, > > Fabio > > On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: >> Hi Fabio, >> >> Thanks for the suggestions.... >> >> >> On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >>> >>> 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)? >> >> I looked at the working sets and tried both selecting "no working >> sets" and later tried to set up a working set, but neither helped >> make anything appear. >> >>> - you have some other active filter or the content is not properly >>> there (that's much more uncommon if you didn't change it) >>> >> >> I checked for filters, there were none set, and as you say I didn't >> change it so that makes sense. >> >>> 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. >>> >> >> Verified that both "pydev navigator content" and "resources" were >> there and selected. >> >> I see my projects and their files still there in my file system. >> Eclipse/Pydev just don't seem to be aware of them :( >> >>> Cheers, >>> Fabio >> >> Rgds, >> Ross. >> >> --------------------------------------------------------------------- >> --------- >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited >> time, >> vendors submitting new applications to BlackBerry App World(TM) >> will have >> the opportunity to enter the BlackBerry Developer Challenge. See >> full prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > > ---------------------------------------------------------------------- > -------- > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) > will have > the opportunity to enter the BlackBerry Developer Challenge. See > full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@es...> - 2009-07-20 19:52:46
|
Thanks for sharing it. I'll add that to the faq so that that others can benefit from that. Cheers, Fabio On Mon, Jul 20, 2009 at 4:43 PM, Ross<ro...@gm...> wrote: > A testament to my earlier statement about not being a sophisticated > Eclipse user. I found that the menu in the PyDev Package explorer > also offers "Top Level Elements" of either "projects" or "working sets" > > My projects are visible once I select "projects". So with that I'm > back in luck. Wish I'd seen that rather than waste a day and a half : > ( but posting my doziness here just in case it helps someone > similarly dozy later on. > > Thx for the attention and suggestions... > > Regards, > > Ross. > > > > > On 17-Jul-09, at 6:41 AM, Fabio Zadrozny wrote: > >> Hi Ross, >> >> Another thing: have you checked your error log for possible errors >> (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) >> >> Cheers, >> >> Fabio >> >> On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: >>> Hi Fabio, >>> >>> Thanks for the suggestions.... >>> >>> >>> On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >>>> >>>> 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)? >>> >>> I looked at the working sets and tried both selecting "no working >>> sets" and later tried to set up a working set, but neither helped >>> make anything appear. >>> >>>> - you have some other active filter or the content is not properly >>>> there (that's much more uncommon if you didn't change it) >>>> >>> >>> I checked for filters, there were none set, and as you say I didn't >>> change it so that makes sense. >>> >>>> 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. >>>> >>> >>> Verified that both "pydev navigator content" and "resources" were >>> there and selected. >>> >>> I see my projects and their files still there in my file system. >>> Eclipse/Pydev just don't seem to be aware of them :( >>> >>>> Cheers, >>>> Fabio >>> >>> Rgds, >>> Ross. >>> >>> --------------------------------------------------------------------- >>> --------- >>> Enter the BlackBerry Developer Challenge >>> This is your chance to win up to $100,000 in prizes! For a limited >>> time, >>> vendors submitting new applications to BlackBerry App World(TM) >>> will have >>> the opportunity to enter the BlackBerry Developer Challenge. See >>> full prize >>> details at: http://p.sf.net/sfu/Challenge >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >> >> ---------------------------------------------------------------------- >> -------- >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited >> time, >> vendors submitting new applications to BlackBerry App World(TM) >> will have >> the opportunity to enter the BlackBerry Developer Challenge. See >> full prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |