java - How to change popup in Eclipse? -


i new using eclipse (i downloaded it). began creating new project, wrote code, added packages , classes , closed project.

now, opened again , i'd add class package. right-click on package , standard popup window appears. when hover on "new ->", there 3 options: "project", "example" , "other". first time worked on project, there many more options, f.ex. able click on "class" direct. right now, have select "other", type "class" window , click "ok".

is there switch or in settings accidentally enabled changes default right-click popup?

i added image.

thank help!

enter image description here

it seems not in java perspective: window > perspective > open perspective > java


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -