The short answer is that it is now called Session, but there were a lot of changes to do with the internal API in months leading up to Oct last year. I posted some change notes on the Developers forum (which I've just made public so that you can see it) in a thread called "3.5.0.beta2 Developer Change Notes" on 9th Oct 2007 that you'll probably find helpful. It's not an exhaustive document and doesn't cover changes since then, but then again much of the refactoring was complete by that point - since then it's been relatively bug fixes and relatively minor changes.
Feel free to ask if you have any questions.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was writing a small plugin while version 3.0 was out; I was going to resume it, but there has been some API changes that I can't resolve :(
I use:
_editor.getSessionTreeNode().getCatalog()
_editor.getSessionTreeNode().getRoot()
_editor.getSessionTreeNode().getMetaData()
But _editor.getSessionTreeNode() is gone, and I can't find a replacement.
Help?
Cheers,
Bruno
Hi Bruno,
The short answer is that it is now called Session, but there were a lot of changes to do with the internal API in months leading up to Oct last year. I posted some change notes on the Developers forum (which I've just made public so that you can see it) in a thread called "3.5.0.beta2 Developer Change Notes" on 9th Oct 2007 that you'll probably find helpful. It's not an exhaustive document and doesn't cover changes since then, but then again much of the refactoring was complete by that point - since then it's been relatively bug fixes and relatively minor changes.
Feel free to ask if you have any questions.
John
Also, another place to check out is the change_log.txt in the root of the project, everything from the 3.5.0.beta1 section upwards.
John