mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
225 stars 77 forks source link

Code-completion menu is retained even if corresponding root node closed #1589

Closed Nandha1712 closed 11 months ago

Nandha1712 commented 7 years ago
  1. Open the project calculator tutorial from MPS Samples.
  2. Open the model "jetbrains.mps.calculator.sandbox.sandbox"
  3. Place the cursor on the output section and press Control+Space.
  4. Code Completion menu will appear. Now if we close the root node, the code completion menu should be disposed. But it stays. This menu isn't exited with 'esc' or backspace. The user is forced to select some item within the code-completion menu which will be created in the background at the initial node in which the cursor was placed.

page1 page2

alexanderpann commented 11 months ago

This issue was reported to the wrong project at that time. The right issue tracker would have been https://youtrack.jetbrains.com/issues/MPS but this is not a known issue anymore anyway.