I wrote a new perspective for our Eclipse RCP Project, which worked fine. But because of a malconfiguration I had to revert to an earlier code-version in which this perspective didn't exist yet.
The strange thing is, that after the revert the perspective still shows up in the open perspective Dialog. The only difference is, that it is now shown in angle brackets and appears two times.
So the entries in the open perspective Dialog look like that:
---
a valid perspective
another valid perspective
<perspective that shouldn't be here>
<perspective that shouldn't be here>
yet another valid perspective
---
What do the angle brackets mean?
And how can I get rid of these entries?
Thanks a lot!
Angle Bracket in Java is used to define Generics. It means that the angle bracket takes a generic type, say T, in the definition and any class as a parameter during the calling. The idea is to allow type (Integer, String, … etc and user-defined types) to be a parameter to methods, classes, and interfaces.
An angle bracket is the combination of a bra and ket (bra+ket = bracket) which represents the inner product of two functions or vectors (or 1-forms), in a function space, or. in a vector space.
Angle brackets, sometimes known as chevrons, are a pair of punctuation marks that take the form of < and >. These marks are often considered to be a type of bracket, the same category that parentheses, square brackets, and curly brackets/braces are considered to belong to.
The user can select a perspective by invoking the "Open Perspective" submenu of the "Window" menu. This is why copying a plugin from one installation of eclipse into the dropin folder of the other eclipse will make the perspective available to your second Eclipse installation.
You can delete the perspective by going to Window->Preferences then select general->Perspectives.
Highlight the 'bad' perspective (the one with angle brackets) and click Delete.
Gone forever :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With