[Gd-chatter] [Bug 7355] New: Dylan Mode indents incorrectly when "local method" is on one line
bugzilla-daemon at gwydiondylan.org
bugzilla-daemon at gwydiondylan.org
Thu May 17 15:51:54 CEST 2007
http://www.gwydiondylan.org/cgi-bin/bugzilla/show_bug.cgi?id=7355
Summary: Dylan Mode indents incorrectly when "local method" is on
one line
Product: tools
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Emacs Mode
AssignedTo: gd-bugs at chris-page.org
ReportedBy: gd-bugs at chris-page.org
CC: gd-chatter at gwydiondylan.org
Dylan Mode indents comma-separated local methods incorrectly when the first
method begins on the same line as "local". The body and end of the first method
is indented to align with the start of "method", but subsequent methods are
only indented one level deeper than "local". All the methods should be indented
to align with the first occurrence of "method".
Current behavior:
local method foo ()
end, // aligned with "method"
method bar () // one level deeper than "local"
end;
Desired behavior:
local method foo ()
end, // aligned with "method"
method bar () // aligned with the first "method"
end;
--
Configure bugmail: http://www.gwydiondylan.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the chatter
mailing list