ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Autocompletion of wrong form if on empty line between parenthesis #519

Closed ainslec closed 3 months ago

ainslec commented 1 year ago

When pressing control and space, and the cursor is on a new line between a ( and ) on different lines, as so:

image

Then the autocompletion is the wrong form:

image

ainslec commented 3 months ago
start_at = my_location

locations {
   my_location : location "You are in a room.";
}

on_command {

   : if (true) {
      : print ();

   }

}
ainslec commented 3 months ago

Fixed in beta 80