- Sep 10, 2001
- 11,711
- 8
- 81
I need some help trying to change two Eclipse settings:
1. change the highlight color within the code complete popup
I dont know what Eclipse calls it but that code complete popup when you type out an object variable name and then hit dot (.) and the IDE automatically shows you the methods/fields of that object. The highlight color is a pale grey which is almost invisible on my notebook LCD screen. I need to increase the contrast on that
2. actually i just figured out how to do this one !
one other thing I was wondering, how do I trigger the templates? In the preferences, under Java -> Editor -> Templates are a bunch of templates which seems like it is there to auto generate common code snippets. I enabled the try/catch template and am confused now how to trigger it while I am writing code
1. change the highlight color within the code complete popup
I dont know what Eclipse calls it but that code complete popup when you type out an object variable name and then hit dot (.) and the IDE automatically shows you the methods/fields of that object. The highlight color is a pale grey which is almost invisible on my notebook LCD screen. I need to increase the contrast on that
2. actually i just figured out how to do this one !
one other thing I was wondering, how do I trigger the templates? In the preferences, under Java -> Editor -> Templates are a bunch of templates which seems like it is there to auto generate common code snippets. I enabled the try/catch template and am confused now how to trigger it while I am writing code