Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RScript: Display expression blocks( {...}) on a new line #21

Open
ghost opened this issue Aug 2, 2016 · 0 comments
Open

RScript: Display expression blocks( {...}) on a new line #21

ghost opened this issue Aug 2, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 2, 2016

Many statements like if or while statements have a body. In case that the body is an expression block it should be placed on a new line to improve usability. It can be implemented with a indent collection and a condition:

indent-layout-on-new-line:(editorContext, node)->boolean{ 
  node.body.isInstanceOf(BodyExpr); 
}

This would of course need to be implemented in a more generic way.

Old version:
screen shot 2016-08-02 at 4 13 13 pm
New version:
screen shot 2016-08-02 at 4 15 29 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants