Skip to content
Snippets Groups Projects
Commit 62144782 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

new additional whitespaces added - the issue 563 can now be closed

refs 563
parent f21fdbf1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import org.eclipse.jface.bindings.keys.ParseException;
* @author doebber
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 1D93C6EE0F858FCD327DA10C4CBD548A
* @ConQAT.Rating YELLOW Hash: 326EDB7B756E99A8B57427DF5E93343A
*/
public abstract class ProposalProviderBase implements IProposalProvider {
......@@ -58,6 +58,7 @@ public abstract class ProposalProviderBase implements IProposalProvider {
/** {@inheritDoc} */
@Override
public char[] getAdditionalWhitespaceChars() {
return new char[0];
return new char[] { '=', '<', '>', '+', '-', '*', '/', '%', '(', ')',
'&', '|', ';', '!', ',' };
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment