Hello all,
I'm new here and I hope this is the right way to submit this patch. Anyway, the bug was this: http://sourceforge.net/tracker/?func=detail&aid=3037795&group_id=153...
This manifested in PHP like this: /** * Miltiline comment */ _auto indentation has an extra space.
The reason for this was that auto_multiline function in editor.c trapped code to fix indentation after multiline comment in if (sci_get_style_at(sci, indent_pos) == style). I'm not sure why this was added in the latest release (the check didn't exist earlier), so I just moved the code for fixing the indent before this condition.
The patch is trivial and attached (it's against latest SVN).
Thanks, Dejan