Code folding without closing bracket
-
Hello, I have a big problem with code folding in npp. I am
using LS Dyna, a FEM solver, which uses Keywords for running. Every keyword starts with an * but has no ending. The next keyword starts at the next *. Now I have the big problem that npp can’t fold blocks with only a opening “bracket”/keyword. The simple thing I want to have is folding starting from * and going to the next *. is there any option to make this work? I would really appreciate your help! Thanks in advance, Patrick -
you can save your file as a python source file (simply by changing the extention to .py)
then you can handle your folding by **indenting **lines using **tab character **