During my work with Elmer I found that in some cases it is convenient to work directly with SIF files instead of using ElmerGUI.
But utilizing Notepad or default editor in the case where we have coupled solvers, a lot of bodies, BCs, BFs etc. is quite heavy.
I really like Notepad++ and it helps me again

https://yadi.sk/d/BCQGHTEMpSTMM
I use following markers to open groups of code related to different types of settings:
- !constants
- !bodies
- !BF
- !materials
- !eqns
- !solvers
- !IC
- !BC
Single sections like "Header", "Simulation", "Solver i", etc. may be opened by !block marker and closed directly by End operator.
You can see exemples of work with Notepad++ below from my cloud:
https://yadi.sk/i/0TTQxNIOpSRpC
https://yadi.sk/i/ccSvlptDpSS29
As you can see it is possible to work in "OpenSCAD style".
That's all for now!
PS: It is just simplification of work, nothing else
