Multiline comments in .idf?
A short question. Is it possible to comment out multiple lines at once in an E+ idf file? I can't seem to find information on the topic.
A short question. Is it possible to comment out multiple lines at once in an E+ idf file? I can't seem to find information on the topic.
If you are editing in Notepad++ and are using the user-defined language syntax highlighting from this question, then you can toggle comments for blocks of code by selecting them and hitting Ctrl-Q.
Thanks Jamie, that looks interesting.
Can you expand on what you are trying to do? Maybe give an example?
I'm using a text editor to make/change my idf files because I believe that this gives me the most control. (no openstudio, designbuilder ...) I'm trying to discard information without deleting it. The reason for not deleting is that it's easy to make- and track changes within a file without losing information (I think that comparing between two versions of the same file, e.g. with notepad++ or meld, is less efficient ). I have to type a '!' before every line to make E+ 'forget' it and I was wondering if there was an alternative to comment out multiple lines at once.
Thanks, that helps. As far as I know there is no block comment syntax for IDF, you have to put a ! on each line.