Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Disable autocomplete space-key commit?
Disable autocomplete space-key commit? [message #820557] Wed, 14 March 2012 09:26 Go to next message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
It's probably unclear from the title so I'm gonna explain. When I type Java code in Eclipse, I have it setup so I get my suggestions automatically, without doing ctrl+space. When typing my code I'll do something like:


DecimalFormat df = new DecimalFormat("#.##");


So, if I were to do this with the suggestions, the space-key automatically commits to the suggestion, like so:


DecimalFormat dFormat = new DecimalFormat("#.##");


I don't want to have to backspace to write it as df. How can I make it so the space key doesn't commit to the dFormat and just does "space", like I want it to?
Re: Disable autocomplete space-key commit? [message #829814 is a reply to message #820557] Mon, 26 March 2012 20:36 Go to previous messageGo to next message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
bump?
Re: Disable autocomplete space-key commit? [message #835466 is a reply to message #829814] Tue, 03 April 2012 08:54 Go to previous messageGo to next message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
Bump?
Re: Disable autocomplete space-key commit? [message #846299 is a reply to message #835466] Mon, 16 April 2012 00:21 Go to previous messageGo to next message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
Another bump?!
Re: Disable autocomplete space-key commit? [message #860980 is a reply to message #846299] Sat, 28 April 2012 09:56 Go to previous messageGo to next message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
Yet another bump...
Re: Disable autocomplete space-key commit? [message #865696 is a reply to message #860980] Mon, 30 April 2012 14:18 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/28/2012 3:56 AM, Kayton Summers wrote:
> Yet another bump...

Did it occur to you to example Window -> Preferences -> Java -> Editor
-> Content Assist?
Re: Disable autocomplete space-key commit? [message #866216 is a reply to message #865696] Mon, 30 April 2012 19:53 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

On 4/30/2012 10:18 AM, Russell Bateman wrote:
> On 4/28/2012 3:56 AM, Kayton Summers wrote:
>> Yet another bump...
>
> Did it occur to you to example Window -> Preferences -> Java -> Editor
> -> Content Assist?

That controls activation, not the application of a proposal. AFAIK
there is no way to change the application keys through Preferences.

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Disable autocomplete space-key commit? [message #904080 is a reply to message #866216] Mon, 27 August 2012 17:58 Go to previous message
Kayton Summers is currently offline Kayton SummersFriend
Messages: 6
Registered: March 2012
Junior Member
Is there a way for me to request such a feature?
Previous Topic:trouble with adt plugin in eclipse 4.2
Next Topic:another startup issue
Goto Forum:
  


Current Time: Thu Apr 25 14:49:02 GMT 2024

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

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

Back to the top