arduino / arduino/Arduino

Editor and Auto Format have conflicting multi-line comment styles

Open
#3,941 4 comments 0 reactions 0 assignees View on GitHub
Component: IDE user interface Type: Bug Upstream notified
Dominant language
Java
Stars
14.6k
Forks
7k
PR merge metrics
No merged PRs in 30d

Description

Using Arduino IDE 1.6.6 2015/10/08 05:43
- type: /*
- press enter key

editor produces the following:

```
/*
*
*/
```
- Tools>Auto Format

auto format changes it to:

```
/*

*/
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the example in Arduino IDE 1.6.6 by entering a multi-line comment and then running Tools > Auto Format. Compare the editor-produced and auto-formatted comment styles; done means both paths use the same formatting without removing the comment's interior spacing.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
desktop, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.