skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

indentation breaks after note anchored to method #153

Open cynhr opened 2 years ago

cynhr commented 2 years ago

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
stale[bot] commented 2 years ago

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.

cynhr commented 2 years ago

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.