Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Suppressing Eclipse Java Proposals

Hi,

I am teaching Java programming directly in Eclipse and my students get confused by the Eclipse proposals to fix compiling errors.

Although the functionality is great, the net result is that students blindly follow the proposals and end up with messed-up code.

Given I want them to learn Eclipse and Java development in Eclipse, I am wondering how to:

     Suppress code proposals in the Java editor

     Suppress template proposals in the Java editor

Completion is fine, but I want just absolutely no proposal to fix compilation errors.

Doing it via setting up preferences could be a good start,

but it will not be good enough, since students would turn it back on...



So I would like to go in the code, build my own version of Eclipse, and disable the functionality entirely.

Can any one point me in the right direction in the source to short-circuit the proposals and templates.

Many thanks in advance.

--
Regards,
Pr. Olivier Gruber.
University of Grenoble-Alpes



Back to the top