You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
When editing Ruby files, a line is not un-indented or dedented when an "end" statement is encountered closing a block of code.
Steps
Create a new Ruby "*.rb" file.
Enter code like the following:
defsay_hiputs'hi'end
I'm expecting that when I type the "d" in "end" that the line shifts back one indentation level. You can do the same on the CodeMirror Ruby test page and get the desired results.
When editing Ruby files, a line is not un-indented or dedented when an "end" statement is encountered closing a block of code.
Steps
Create a new Ruby "*.rb" file.
Enter code like the following:
I'm expecting that when I type the "d" in "end" that the line shifts back one indentation level. You can do the same on the CodeMirror Ruby test page and get the desired results.
https://codemirror.net/mode/ruby/index.html
Brackets Version
Release 1.2 build 1.2.0-15697 (release "8f82e2a97")
build timestamp: Sun Feb 22 2015 22:34:50 GMT-0800
OS version
OS X Yosemite
Version 10.10.2
Did this work in a previous version?
I've just recently started using Brackets as of 1.2, so I'm not aware of how it worked previously
Were Extensions Disabled?
Yes
Were any errors logged?
Nothing was logged
The text was updated successfully, but these errors were encountered: