Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Empty outline - how to fix?


  nope - that should be all that is required for those two pieces.

  are you sure your ModuleDeclaration object is being properly populated with the correct information?

On 11/5/07, Gerald Rosenberg <gerald@xxxxxxxxxx> wrote:
Yes, it is a rather basic sub-class, that merely implements ScriptOutlinePage.  Is there something more required?


At 10:24 AM 11/5/2007, you wrote:

  do you have a sub-class of the ScriptOutlinePage that is returned from your editor implementation via the doCreateOutlinePage() method?

 
On 11/5/07, Gerald Rosenberg <gerald@xxxxxxxxxx> wrote:
My ui editor and core parser appear to be running correctly.  The
problem is that my Outline view is not being populated -- the view
itself is properly constructed, but the contained outline tree is
entirely blank, no root node, nothing.

What is required to connect the parser constructed ModuleDeclaration
hierarchy to the Outline view?  Can you list the basic steps for
creating/enabling an Outline view that presents a ModuleDeclaration-based tree.

Thanks,
Gerald
----
Gerald B. Rosenberg
Certiv Analytics

www.certiv.net

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae

Back to the top