The tab button is normally used to indent text, but
when the cursor is inside a /* */ comment, it does not
work. I believe this is because it thinks the "proper"
indentation is where the /* was, regardless of whether
the cursor is in a comment.
Steps to repdroduce:
1. Create a new file in IC.
2. Create a multiline comment (/* ... */) with the
beginning and end of the comment on different lines.
3. Move the cursor to inside the comment.
4. Press Tab.
Expected Behavior:
IC should indent my text.
Observed Behavior:
IC does nothing.