Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to prevent Space from selecting proposal
How to prevent Space from selecting proposal [message #1019656] Sat, 16 March 2013 08:46
Hoang Trinh Huy is currently offline Hoang Trinh HuyFriend
Messages: 1
Registered: March 2013
Junior Member
I want to make eclipse more comfortable (like Xcode), so I went to Preferences->Java->Editor->Content Assist
and change Auto activation delay (ms) : 0
Auto activation triggers for Java : ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.!@#$%^&(

So when I type any of characters above, eclipse auto show me the proposals, but when I press Space, I want a really space

for example, if you want to declare "int x", you type int and then Space and then x, right? But when I pressed "t", some proposals appear because "t" is in the Auto activation triggers for Java, so when I pressed Space, eclipse auto select the Integer.

I don't want that. I want only when I press Enter, then eclipse select that proposal for me, and when I press Space, eclipse continue to input other key characters

Please tell me how I can do that, thank you very much!
Sorry for my bad English
Previous Topic:eclipse jdk1.7+win 8 64bit
Next Topic:how to install a java plugin
Goto Forum:
  


Current Time: Thu Mar 28 23:57:56 GMT 2024

Powered by FUDForum. Page generated in 0.03567 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top