I'm not a friend of the mount attribute in the Configuration annotation. They're easy to overlook up there. However, a shortcut for mounting simple features became even more important with the implementation of #104. Some default implementations will be mounted very often.
The problem with the mount attribute could be solved by adding an attribute to the Mount annotation, e.g.:
This would move such "utility mounts" to where they're relevant, making them more visible.
The danger is to add another feature to Meld that turns out to be bad, just like the mount attribute was. Then again, we're experimenting here, it may be worth a try.
I'm not a friend of the
mount
attribute in theConfiguration
annotation. They're easy to overlook up there. However, a shortcut for mounting simple features became even more important with the implementation of #104. Some default implementations will be mounted very often.The problem with the
mount
attribute could be solved by adding an attribute to theMount
annotation, e.g.:This would move such "utility mounts" to where they're relevant, making them more visible.
The danger is to add another feature to Meld that turns out to be bad, just like the
mount
attribute was. Then again, we're experimenting here, it may be worth a try.