theia-ide / yangster

Yangster is a YANG IDE based on Theia
Apache License 2.0
42 stars 17 forks source link

Double click on a module should enlarge that module instead of opening the text file #36

Open lmcbout opened 6 years ago

lmcbout commented 6 years ago

Double click on a module in the diagram open the text portion for it with the selected piece of the diagram, is it possible to enlarge the selected module only , not necessary open the editor with double click. Open the editor should be on another key. peek 2017-10-23 doubleeditor

hexa00 commented 6 years ago

Do you have another usage for double click ?

lmcbout commented 6 years ago

Double click should open the default defined editor for this those files extension. Double click could also be used to en-large the pointer selection inside the diagram, then another Double click to return it to it original size. Currently, Double click only open the text editor

JanKoehnlein commented 6 years ago

I don't like that overloaded double-click. Currently it means "open" everywhere which is pretty consistent. Is there a specific tool you have in mind that works like that?