Skip to content

Auto closure of scope. #3390

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

Closed
Chris--A opened this issue Jun 22, 2015 · 1 comment
Closed

Auto closure of scope. #3390

Chris--A opened this issue Jun 22, 2015 · 1 comment
Assignees
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix) Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
Milestone

Comments

@Chris--A
Copy link
Contributor

I know that inserting brackets for users '{}' is handy when you're a beginner, which is why I've decided to try and like it. However when creating objects (class,struct,union) it does not add the required semicolon after the closing brace, and is probably going to cause more headaches than the advantages it provides. People new to the language will most likely accept that the IDE knows what it is doing.

Is this fixable here, or is this an issue for the RSyntaxTextArea repo?

@ffissore
Copy link
Contributor

Not something we may easily fix. However, I was just checking with my IDE (intellij) and it too leaves the closing brace alone, no matter what is behind the opening one: if it's a method, fine, otherwise it underlines the closing brace with a red line.

@ffissore ffissore added the Component: IDE user interface The Arduino IDE's user interface label Jun 22, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Jun 22, 2015
@ffissore ffissore self-assigned this Jun 22, 2015
@ffissore ffissore added the feature request A request to make an enhancement (not a bug fix) label Jun 25, 2015
@ffissore ffissore removed this from the Release 1.6.6 milestone Jun 26, 2015
@ffissore ffissore added the Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature label Aug 6, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Aug 6, 2015
@ffissore ffissore closed this as completed Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface feature request A request to make an enhancement (not a bug fix) Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
Projects
None yet
Development

No branches or pull requests

2 participants