Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
53 stars 19 forks source link

Microinstructions cannot be dragged while a comment microinstruction is being edited #72

Open moirage opened 8 years ago

moirage commented 8 years ago

There is a small issue that, when editing a comment microinstruction, any microinstruction inside the implementationFormatPane cannot be dragged until after the user has committed the edit made in some way. When we first added this feature, this situation would result in a thrown illegalStateException. We made it so that this error is never thrown, but the functionality is still less than desirable and we didn’t have time to figure out how to fix it.