AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
696 stars 124 forks source link

Commenting a selection of code misses the last line of code #105

Closed nikolakasev closed 1 year ago

nikolakasev commented 4 years ago

Selecting the following three lines of Alloy code for example:

image

and pressing Cmd-/ misses to comment the last line:

image

pkriens commented 1 year ago

Fixed in #203