homberghp opened a new issue, #7045:
URL: https://github.com/apache/netbeans/issues/7045
### Description
For readability, you sometimes format code in a nicely aligned way, e.g.
columnar for operations on a sequence of array elements.
For instance
```
return new Student(
java.lang.String.class.cast( components[ 0 ] ),
java.lang.String.class.cast( components[ 1 ] ),
java.lang.String.class.cast( components[ 2 ] ),
java.time.LocalDate.class.cast( components[ 3 ] )
);
```
This is hard work, even in this wiki editor I am currently using, for lack
of a fixed sized font.
Anyhow, if you could keep that formatting intact even with a reformat all
over the code, that would be nice.
The start and end tags could look like this: The first to turn reformatting
off.
- `//!reformat-`
- `//!reformat+`
### Use case/motivation
The readability of code is key.
This would help
### Related issues
reformatting in general
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists