cliff2310
cliff2310

Reputation: 590

How to turn on the java smart editor?

Well I did something, but I do not know what. In one java file in my project, but not the others, when I bring it up in the editor it looks like a plane text editor. It compiles when I save, but that is it. How can I turn it back to the normal java smart editor? And what did I do? I am using the default eclipse editor. Thanks Cliff

Upvotes: 0

Views: 223

Answers (1)

meriton
meriton

Reputation: 70564

Right-click the file, choose Open With -> Java Editor.

Eclipse remembers the last editor you used, and will use that if you simply double click the file.

Upvotes: 1

Related Questions