Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » CTableTree, CTree?????
CTableTree, CTree????? [message #27990] Thu, 08 February 2007 22:37 Go to next message
Eclipse UserFriend
Originally posted by: alnospammajor.noboxspamspoon.com

what's going on with CTableTree? i just tried running my CTableTree
based code after a couple of months, and am getting lots of compilation
errors. among other things it looks like CTableTree has been renamed
CTree, but this doesn't actually compile.

before i investigate any further, i wanted to make sure that i'm not
missing anything obvious (like the code having moved to a different
repository). is there currently a working version of this widget?

al
Re: CTableTree, CTree????? [message #28030 is a reply to message #27990] Thu, 08 February 2007 22:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alnospammajor.noboxspamspoon.com

correction. it's the CTreeViewer that doesn't compile, not CTree.

al
Re: CTableTree, CTree????? [message #28068 is a reply to message #27990] Thu, 08 February 2007 22:56 Go to previous messageGo to next message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 181
Registered: July 2009
Senior Member
Yes, CTableTree is being renamed and refactored as CTree:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=162138

The first working version is targeted for the end of February for gtk
and win32.

Al Major wrote:
> what's going on with CTableTree? i just tried running my CTableTree
> based code after a couple of months, and am getting lots of compilation
> errors. among other things it looks like CTableTree has been renamed
> CTree, but this doesn't actually compile.
>
> before i investigate any further, i wanted to make sure that i'm not
> missing anything obvious (like the code having moved to a different
> repository). is there currently a working version of this widget?
>
> al
Re: CTableTree, CTree????? [message #28107 is a reply to message #28030] Thu, 08 February 2007 23:01 Go to previous messageGo to next message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 181
Registered: July 2009
Senior Member
The CTreeViewer was rebuilt using a patched version of 3.3M4 to test all
of Tom's hard work. When 3.3M5 is out this viewer will be updated
accordingly and then things like TreePaths should work correctly :)

Al Major wrote:
> correction. it's the CTreeViewer that doesn't compile, not CTree.
>
> al
Re: CTableTree, CTree????? [message #28145 is a reply to message #28107] Thu, 08 February 2007 23:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alnospammajor.noboxspamspoon.com

ahh. good. 3.3M5 is scheduled for tomorrow, so i should be able to test
it soon.

Jeremy Dowdall wrote:
> The CTreeViewer was rebuilt using a patched version of 3.3M4 to test all
> of Tom's hard work. When 3.3M5 is out this viewer will be updated
> accordingly and then things like TreePaths should work correctly :)
>
> Al Major wrote:
>> correction. it's the CTreeViewer that doesn't compile, not CTree.
>>
>> al
Re: CTableTree, CTree????? [message #28184 is a reply to message #28068] Thu, 08 February 2007 23:31 Go to previous message
Eclipse UserFriend
Originally posted by: alnospammajor.noboxspamspoon.com

i've started refactoring my own code to reflect the changes. most of it
is pretty self-explanatory from looking at the snippets.

i have a viewer class derived from the CTreeViewer (to override
doUpdateItem). it's calling doUpdateCell which appears to have
disappeared from the base class. is there a preferred replacement method?

btw, jeremy you may want to delete the
org.eclipse.swt.widgets.ctabletree package from the repository. that way
it'll be clear from compilation errors that all those classes have been
replaced by differently named ones.

regards,

al

Jeremy Dowdall wrote:
> Yes, CTableTree is being renamed and refactored as CTree:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=162138
>
> The first working version is targeted for the end of February for gtk
> and win32.
>
> Al Major wrote:
>> what's going on with CTableTree? i just tried running my CTableTree
>> based code after a couple of months, and am getting lots of
>> compilation errors. among other things it looks like CTableTree has
>> been renamed CTree, but this doesn't actually compile.
>>
>> before i investigate any further, i wanted to make sure that i'm not
>> missing anything obvious (like the code having moved to a different
>> repository). is there currently a working version of this widget?
>>
>> al
Re: CTableTree, CTree????? [message #577986 is a reply to message #27990] Thu, 08 February 2007 22:47 Go to previous message
Al Major is currently offline Al MajorFriend
Messages: 72
Registered: July 2009
Member
correction. it's the CTreeViewer that doesn't compile, not CTree.

al
Re: CTableTree, CTree????? [message #578000 is a reply to message #27990] Thu, 08 February 2007 22:56 Go to previous message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 181
Registered: July 2009
Senior Member
Yes, CTableTree is being renamed and refactored as CTree:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=162138

The first working version is targeted for the end of February for gtk
and win32.

Al Major wrote:
> what's going on with CTableTree? i just tried running my CTableTree
> based code after a couple of months, and am getting lots of compilation
> errors. among other things it looks like CTableTree has been renamed
> CTree, but this doesn't actually compile.
>
> before i investigate any further, i wanted to make sure that i'm not
> missing anything obvious (like the code having moved to a different
> repository). is there currently a working version of this widget?
>
> al
Re: CTableTree, CTree????? [message #578008 is a reply to message #28030] Thu, 08 February 2007 23:01 Go to previous message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 181
Registered: July 2009
Senior Member
The CTreeViewer was rebuilt using a patched version of 3.3M4 to test all
of Tom's hard work. When 3.3M5 is out this viewer will be updated
accordingly and then things like TreePaths should work correctly :)

Al Major wrote:
> correction. it's the CTreeViewer that doesn't compile, not CTree.
>
> al
Re: CTableTree, CTree????? [message #578042 is a reply to message #28107] Thu, 08 February 2007 23:24 Go to previous message
Al Major is currently offline Al MajorFriend
Messages: 72
Registered: July 2009
Member
ahh. good. 3.3M5 is scheduled for tomorrow, so i should be able to test
it soon.

Jeremy Dowdall wrote:
> The CTreeViewer was rebuilt using a patched version of 3.3M4 to test all
> of Tom's hard work. When 3.3M5 is out this viewer will be updated
> accordingly and then things like TreePaths should work correctly :)
>
> Al Major wrote:
>> correction. it's the CTreeViewer that doesn't compile, not CTree.
>>
>> al
Re: CTableTree, CTree????? [message #578081 is a reply to message #28068] Thu, 08 February 2007 23:31 Go to previous message
Al Major is currently offline Al MajorFriend
Messages: 72
Registered: July 2009
Member
i've started refactoring my own code to reflect the changes. most of it
is pretty self-explanatory from looking at the snippets.

i have a viewer class derived from the CTreeViewer (to override
doUpdateItem). it's calling doUpdateCell which appears to have
disappeared from the base class. is there a preferred replacement method?

btw, jeremy you may want to delete the
org.eclipse.swt.widgets.ctabletree package from the repository. that way
it'll be clear from compilation errors that all those classes have been
replaced by differently named ones.

regards,

al

Jeremy Dowdall wrote:
> Yes, CTableTree is being renamed and refactored as CTree:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=162138
>
> The first working version is targeted for the end of February for gtk
> and win32.
>
> Al Major wrote:
>> what's going on with CTableTree? i just tried running my CTableTree
>> based code after a couple of months, and am getting lots of
>> compilation errors. among other things it looks like CTableTree has
>> been renamed CTree, but this doesn't actually compile.
>>
>> before i investigate any further, i wanted to make sure that i'm not
>> missing anything obvious (like the code having moved to a different
>> repository). is there currently a working version of this widget?
>>
>> al
Previous Topic:CTableTree, CTree?????
Next Topic:label provider for grid viewer
Goto Forum:
  


Current Time: Thu Apr 25 08:24:00 GMT 2024

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

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

Back to the top