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

BugFix#67: Fixing Auto-indent #91

Closed

Conversation

siddharth-seth
Copy link
Member

Changes:

  • Created a new mode that inherits from ace's c_cpp mode.
  • Fixed a regular expression inside the getNextLineIdent to account for strings after an opening bracket.

TODO:

  • Figure out how to configure the editor to use a custom mode.

Closes #67

Changes:

* Created a new mode that inherits from ace's c_cpp mode.
* Fixed a regular expression inside the getNextLineIdent to account for strings after an opening bracket.

TODO:

* Figure out how to configure the editor to use a custom mode.

Closes cs-education#67
Changes:

* Fixed code styling issues.

Closes cs-education#67
@jwchang0206
Copy link
Contributor

one of my team (2015-2016 senior project) already have patch for this. Will be pushed to master soon.

@jwchang0206 jwchang0206 closed this Apr 1, 2016
@neelabhg
Copy link
Member

neelabhg commented Apr 5, 2016

@inspiredjw Can you post a link to your team member's branch here? How is their solution different from the one in this PR?

@jwchang0206
Copy link
Contributor

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

Successfully merging this pull request may close these issues.

Auto-indent does not indent a line followed by a comment
3 participants