Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Content outline page for editor

Hello everyone,
I trying to do simple ui bridge for Mylyn but it's really hard because there are classes without documentation and/or magic relations.

For AbstractContextUiBridge (mapping between mylyn context and tools UI) i must get outline viewer for given editor (PHPStructuredEditor) but i don't know how (i got editor and can't get tree viewer for outline view). JavaUIBridge using IJavaElements (parts of java model) for outline decoration, but i don't know how to get PHPCodeData for editor/editor input.

Regards,
Lukasz



Back to the top