Skip to main content

java - Auto Complete and content assist will not shut off (Eclipse) -


hello, have spent on hour attempting disable auto-complete , suggestions in android sdk in eclipse. android uses both xml , java files. have been working on xml files , every time reach end of line hit [enter], there auto-complete dialogue , prints "style" @ end of line.

any assistance great, have been searching online , have been turning off in: windows -> preferences -> java -> editor windows -> preferences -> xml -> xml files -> editor

while got closing tags , quotes popping up, irritating , downright wrong auto-complete keeps popping up.

if there overall disable switch missing feel stupid, grateful assistance.

thanks assistance.

hello all!

i working in eclipse java , xml doing android app development.

the above quoted text exact same issue i'm having. unfortunately posted in forum january of 2011 , received no replies makes me wonder if issue bug hadn't been fixed. have tried using eclipse 3.6.2, 3.7.2, sr2, , said above, have disabled options related auto completion or content assist, in every platform listed in eclipse, java, xml, etc... have spent 2 days messing manner of settings , researching online how solve problem.

the general advice in other forums, same problem, not xml, go window->preferences->[platform]->editor->content assist (and/or) typing , disable relevant options. half people claim fixes problem, while other half claim not. happen in "does not" crowd i've tried has no effect, after shutting down , restarting eclipse, content assist , code completion options still disabled yet continues happen. i'm starting desperate cramping coding style.

is bug? or missing something? thank you!

screen shot of said issue

the automatic insertion of "style=" appears result of suggestion box being triggered right after type closing quote on wrap_content. reason it's keyword "style" inserted after pressing enter because it's first item on list. i'm not sure if "suggestion box" content assist or not.

enter image description here

i have tried disable content assist shown below. contingues give me popup suggestion box when trigger characters typed.

enter image description here

any insight and/or on appreciated!

java - auto complete , content assist not shut off (eclipse) - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

hello, have spent on hour attempting disable auto-complete , suggestions in android sdk in eclipse. android uses both xml , java files. have been working on xml files , every time reach end of line hit [enter], there auto-complete dialogue , prints "style" @ end of line.

any assistance great, have been searching online , have been turning off in: windows -> preferences -> java -> editor windows -> preferences -> xml -> xml files -> editor

while got closing tags , quotes popping up, irritating , downright wrong auto-complete keeps popping up.

if there overall disable switch missing feel stupid, grateful assistance.

thanks assistance.

hello all!

i working in eclipse java , xml doing android app development.

the above quoted text exact same issue i'm having. unfortunately posted in forum january of 2011 , received no replies makes me wonder if issue bug hadn't been fixed. have tried using eclipse 3.6.2, 3.7.2, sr2, , said above, have disabled options related auto completion or content assist, in every platform listed in eclipse, java, xml, etc... have spent 2 days messing manner of settings , researching online how solve problem.

the general advice in other forums, same problem, not xml, go window->preferences->[platform]->editor->content assist (and/or) typing , disable relevant options. half people claim fixes problem, while other half claim not. happen in "does not" crowd i've tried has no effect, after shutting down , restarting eclipse, content assist , code completion options still disabled yet continues happen. i'm starting desperate cramping coding style.

is bug? or missing something? thank you!

screen shot of said issue

the automatic insertion of "style=" appears result of suggestion box being triggered right after type closing quote on wrap_content. reason it's keyword "style" inserted after pressing enter because it's first item on list. i'm not sure if "suggestion box" content assist or not.

enter image description here

i have tried disable content assist shown below. contingues give me popup suggestion box when trigger characters typed.

enter image description here

any insight and/or on appreciated!

share|improve question
1  
can post screen shot of problem? think understand more you're experiencing. – e-riz jul 7 '12 @ 15:23
    
you can upload screenshot on free uploading website , include link. – raul rene jul 8 '12 @ 11:44
    
it's not allowing me post screen shot because don't have enough reputation points. there work around this? thanks. – brighamandrew jul 8 '12 @ 11:45
    
i'm guessing nobody know's matter? – brighamandrew jul 11 '12 @ 0:40
    
as turns out, appears have restart editor changes take effect. – brighamandrew oct 23 '12 @ 10:53

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

jquery - Maximage plugin Position:absolute -

javascript - Fix div position and load mouse over content over another div using z-index -