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
These are the currently known bugs as of 4/29/16. They have been organized into representative categories. The linked issue should provide sufficient info on reproducing the bug and where to start looking.
Indenting
Indent the next line when the user presses enter (implemented by Ace)
Auto-indent does not indent a line followed by a comment #67
Auto-Indenting
Auto-Indent is the action of indenting the whole file after a set time whenever any input is performed (implemented by out teams, built upon the above "next line auto indent" functionality of Ace)