PseudocodeEditor / editor

The codemirror 6 editor for CIE spec Pseudocode
https://editor.pseudonaja.app
21 stars 2 forks source link

Check un-indent line on autocomplete selection #5

Closed Coding-Cactus closed 2 years ago

Coding-Cactus commented 2 years ago

Expected behaviour

When selecting an EndApplication word from autocomplete suggestions, such as ENDIF, the line should be un-indented to match the base indentation of the Application from which the EndApplication word is ending.

Actual behaviour

No change in indentation occurs

Coding-Cactus commented 2 years ago

Waiting on https://github.com/codemirror/language/commit/2ca183d9153d92d82b78696bc24afa54867ac006 to be pushed to npm