Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Project Explorer freezes when selecting any Working Set
Project Explorer freezes when selecting any Working Set [message #203124] Fri, 19 October 2007 06:39 Go to next message
Eclipse UserFriend
Hi,

I'm using Eclipse Europe, Version: 3.3.0, Build id: M20070921-1145 on
Windows XP SP2 (32bit).
I've got a relatively huge project (the selected SVN trunk has almost
10.000 files, but only ~800 are relevant for my work, the rest is for
example a complete VTK folder, that's why it is so big).
It's obvious that I want to select working sets. At work I use Eclipse on
a 64bit Linux system and there I never had a problem with working sets.

Now I imported the project on my personal Notebook and whenever I select
any of the working sets I defined, the Project Explorer (PE) freezes. No
matter if the working set consists of the whole project or just of one
file, the PE doesn't change it's view and it doesn't react to any mouse
input any longer. I close the PE, reopen it via menu and nothing changed,
still the whole project tree...

Any ideas? Is this a known bug (didn't find anything)?

Greetings,
Christian
Re: Project Explorer freezes when selecting any Working Set [message #203224 is a reply to message #203124] Tue, 23 October 2007 06:03 Go to previous messageGo to next message
Eclipse UserFriend
Christian Remy wrote:
> Hi,
>
> I'm using Eclipse Europe, Version: 3.3.0, Build id: M20070921-1145 on
> Windows XP SP2 (32bit).
> I've got a relatively huge project (the selected SVN trunk has almost
> 10.000 files, but only ~800 are relevant for my work, the rest is for
> example a complete VTK folder, that's why it is so big).
> It's obvious that I want to select working sets. At work I use Eclipse
> on a 64bit Linux system and there I never had a problem with working sets.
>
> Now I imported the project on my personal Notebook and whenever I select
> any of the working sets I defined, the Project Explorer (PE) freezes. No
> matter if the working set consists of the whole project or just of one
> file, the PE doesn't change it's view and it doesn't react to any mouse
> input any longer. I close the PE, reopen it via menu and nothing
> changed, still the whole project tree...
>
> Any ideas? Is this a known bug (didn't find anything)?
>
> Greetings,
> Christian
>

This is new to me.
Is there anything in the error log?
What kind of working-set do you use?

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: Project Explorer freezes when selecting any Working Set [message #203310 is a reply to message #203224] Tue, 23 October 2007 10:28 Go to previous messageGo to next message
Eclipse UserFriend
On Tue, 23 Oct 2007 12:03:29 +0200, Anton Leherbauer
<anton.leherbauer@windriver.com> wrote:

>This is new to me.
>Is there anything in the error log?
>What kind of working-set do you use?

Errorlog:
http://nopaste.org/p/a2IwlWelg

Kind of working set is a simple C/C++ working-set with a few files
selected. (Yes, the project I select files from is a C/C++ project).

Thanks for your reply, hope you see anything in the errorlog... I need
a working-set :-(
Re: Project Explorer freezes when selecting any Working Set [message #203427 is a reply to message #203310] Wed, 24 October 2007 05:27 Go to previous messageGo to next message
Eclipse UserFriend
Christian Remy wrote:
> On Tue, 23 Oct 2007 12:03:29 +0200, Anton Leherbauer
> <anton.leherbauer@windriver.com> wrote:
>
>> This is new to me.
>> Is there anything in the error log?
>> What kind of working-set do you use?
>
> Errorlog:
> http://nopaste.org/p/a2IwlWelg
>
> Kind of working set is a simple C/C++ working-set with a few files
> selected. (Yes, the project I select files from is a C/C++ project).
>
> Thanks for your reply, hope you see anything in the errorlog... I need
> a working-set :-(

The exception in the log inidicates that the working-set contains null
elements.
Did you create the working-sets from scratch when you imported the
project or did you import the working-sets as well?

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: Project Explorer freezes when selecting any Working Set [message #203436 is a reply to message #203427] Wed, 24 October 2007 06:09 Go to previous messageGo to next message
Eclipse UserFriend
On Wed, 24 Oct 2007 11:27:09 +0200, Anton Leherbauer
<anton.leherbauer@windriver.com> wrote:

>The exception in the log inidicates that the working-set contains null
>elements.
>Did you create the working-sets from scratch when you imported the
>project or did you import the working-sets as well?

Sorry, I can't follow you. How can I import working-sets?

I use subclipse as SVN-browser, checked out my project from my work's
SVN. Then I converted the project to a C/C++ project. Then I click on
the rightmost icon in the Project Explorer tab, the downward arrow,
and select "Select Working Set". Then I create a new working-set with
the "New"-Button, choosing C/C++ as my working-set type and some files
from my project as working-set (no matter if I choose the whole
project or only one file as working set, this error occurs).

Hope that answers your question, because I don't understand... there
is no working-set-import-button...
Re: Project Explorer freezes when selecting any Working Set [message #203484 is a reply to message #203436] Wed, 24 October 2007 09:19 Go to previous messageGo to next message
Eclipse UserFriend
Christian Remy wrote:
> On Wed, 24 Oct 2007 11:27:09 +0200, Anton Leherbauer
> <anton.leherbauer@windriver.com> wrote:
>
>> The exception in the log inidicates that the working-set contains null
>> elements.
>> Did you create the working-sets from scratch when you imported the
>> project or did you import the working-sets as well?
>
> Sorry, I can't follow you. How can I import working-sets?
>
> I use subclipse as SVN-browser, checked out my project from my work's
> SVN. Then I converted the project to a C/C++ project. Then I click on
> the rightmost icon in the Project Explorer tab, the downward arrow,
> and select "Select Working Set". Then I create a new working-set with
> the "New"-Button, choosing C/C++ as my working-set type and some files
> from my project as working-set (no matter if I choose the whole
> project or only one file as working set, this error occurs).
>
> Hope that answers your question, because I don't understand... there
> is no working-set-import-button...

:-) Right, there is no import wizard for working-sets, but people tend
to find ways of their own...

Could you try the working-set in the C/C++ Projects view?

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: Project Explorer freezes when selecting any Working Set [message #203492 is a reply to message #203484] Wed, 24 October 2007 09:36 Go to previous messageGo to next message
Eclipse UserFriend
>Could you try the working-set in the C/C++ Projects view?

There it works. But nonetheless it provides another feeling like on my
linux workspace. I have a directory structure like that:
projectName\main\src\
and select four sub-folders in src. On Linux, it displays only these
four folders in the working-set view, now on Windows it shows the full
path, which gives me three unnecessary "+"-signs to click on before I
get to my desired source files.

And I'd like to know yet why it only works in project view, not in
project explorer...

But thanks beforehand for giving me a workaround to get some kinda
working-set ;-)
Re: Project Explorer freezes when selecting any Working Set [message #203514 is a reply to message #203492] Wed, 24 October 2007 10:46 Go to previous message
Eclipse UserFriend
Christian Remy wrote:
>> Could you try the working-set in the C/C++ Projects view?
>
> There it works. But nonetheless it provides another feeling like on my
> linux workspace. I have a directory structure like that:
> projectName\main\src\
> and select four sub-folders in src. On Linux, it displays only these
> four folders in the working-set view, now on Windows it shows the full
> path, which gives me three unnecessary "+"-signs to click on before I
> get to my desired source files.
>
> And I'd like to know yet why it only works in project view, not in
> project explorer...

I'd like to know that too. Could you create a bugzilla to follow up on
this?
Thanks.

--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:Toolchain problem for a newbie?
Next Topic:Setting Eclipse/CDT up for embedded toolchain
Goto Forum:
  


Current Time: Fri May 23 17:51:43 EDT 2025

Powered by FUDForum. Page generated in 0.03724 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top