Hi there,
I'm trying to use the getPartService to detect automatically expand the outline view whenever I open a document. (Doing this on activation because when I tried to expand the outline on the actual open event it fired too early before the document was actually open and affected the previously open document.)
My attempt is detailed here:
http://blogs.edgehill.ac.uk/webservices ... y-outline/
I thought this was all working perfectly. However today is a new day and I realise that getPartService isn't exactly working properly.
Once Aptana is loaded it appears to register the listener (verified by printing out notifications to the console). But non of the listener events fire at all. Once I open and modify the script (inserting a space anywhere) and save it, then it seems the getPartService listener is registered properly and all the events fire as expected.
Any help would be greatly appreciated.
Thanks

