Bug 32341

Summary: [typing] Ensure spacing when typing "=", "+", ... (Standard operators)
Product: [Eclipse Project] JDT Reporter: Leopold Welsch <leo_welsch>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4    
Version: 2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Leopold Welsch CLA 2003-02-20 07:48:40 EST
The thing about the options in the Editor I'm missing is the insert of space before and after "=", "+", ... (Standard operators). And that this will be inserted automatically for code-format. Then the code would look little bit more similar AND do not force the User to make own formats.

At least I personally appreciate this feature *very* much at Visual Basic!
Comment 1 Dani Megert CLA 2003-08-28 12:22:43 EDT
Please note that some people have the following code style:
a= 4; (instead of a = 4;)

However, it would be easy to respect that already existing formatter preference.