plantuml-mode icon indicating copy to clipboard operation
plantuml-mode copied to clipboard

indentation breaks after note anchored to method

Open cynhr opened this issue 3 years ago • 2 comments

When using the Note on field or method syntax, indentation fails.

Example

@startuml
class Foo {
    + method()
}

note left of Foo
    this indents fine
end note

note left of Foo::method
this does not indent
end note

class Bar {
all lines after the second note also are not indented
}
@enduml

cynhr avatar Dec 30 '21 18:12 cynhr

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 11:04 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I do not understand how this issue (or any other issue for that matter) would be resolved by waiting without any action.

cynhr avatar Apr 23 '22 16:04 cynhr