forked from qt-creator/qt-creator
This patch allows commenting environment changes or adding comments to the batch edit widget. To mark a line as comment prefix it with '##'. Modifying the environment by using the batch edit mode allows using '#' to disable variables. Mis-using this to disable statements of the environment items widget is tempting and other tools explicitly allow it this way. But when doing so, the environment may get some unforeseen modifications. So, explicitly provide a mechanism for comments and be more clear about this inside the documentation. Change-Id: I6a58d0d00e996a3f886ec30e826cade324321818 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>