Bug 32341 - [typing] Ensure spacing when typing "=", "+", ... (Standard operators)
Summary: [typing] Ensure spacing when typing "=", "+", ... (Standard operators)
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-20 07:48 EST by Leopold Welsch CLA
Modified: 2003-08-28 12:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.