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.
First time here? Check out the Help page!
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.
No, it's a text file and is not interpreted as it is read in.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-11-23 09:04:48 -0600
Seen: 423 times
Last updated: Nov 24 '15
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.