[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: "Copy" from Outline Window

Hmmm - I don't see a context menu in 3.3.2, must be something new in 3.4 perhaps. But thanks for the note, I'll watch for that on my next update (for now I'm postponing any tool updates while in a project).

I did write a quick Python app to extract the outline of my Python code and it seems to work pretty good. Perhaps I'll post that here in a separate post, just in case someone else can benefit from it too.

Ross.

Steve Blass wrote:
In my 3.4 installation I can use Copy Qualified Name in the context menu to copy the names in the tree and paste them into an editor. It is not perfect but could save you some typing.
-
Steve



Ross wrote:
Looks like I'm likely stuck with manually typing the outline, or writing a python script to extract the method and class names. I suppose the latter might be the easiest. All for wont of a copy function :(

R.

Ed Merks wrote:
Ross,

I don't think so because generally a copy in a tree view would copy the underlying object represented by the selection rather than the textual representation in the tree view itself.


Ross wrote:


I'm using eclipse 3.3.2 and wondering simply if there is anyway to copy the contents of the "Outline" window. (I'm using PyDev, but I assume there are equivalent outline windows for any IDE flavour).

This would be very helpful for my documentation, as it outlines all my classes and methods.

I've noticed I can highlight all the elements in there, but copy isn't enabled.

Any suggestions? Thanks in advance

Ross.