01-14-2010 02:00 PM
01-14-2010 02:31 PM - edited 01-14-2010 02:35 PM
Hello!
No, there is only a line comment and no block comment. You can use a external editor like Notepad++ (free) or UltraEdit (comercial). There you can select multiple line and comment them in/out in one step. DIAdem is missing this feature.
If you only have global code you can use another trick: Just build a Sub around.
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
01-15-2010 01:13 AM
Hi bm2cox
Please refer tho the DIAdem help index keyword "Shortcuts" and the section "Script". In DIAdem SCRIPT press CTRL + ' (single quotation mark) to comment or CTRL+ Shift + ' to uncomment selected lines. In the latest version you can also press CTRL + D (The '-sign makes some problems with asian keybords).
Hope this help
Winfried
01-15-2010 05:50 AM
01-15-2010 06:18 AM
Hi
you are right, this is available in DIAdem 11.0 an later. The SCRIPT module was completely revised and has a lot of new feature (e.g. codecompletion).
Winfried
08-25-2016 09:50 AM - edited 08-25-2016 09:50 AM
Just for additional info.
Ctrl+D will comment out the selected lines.
Ctrl + Shift + D will uncomment selected lines.
Regards,