I just learned something totally cool while using Notepad++. I accidentally hit ctrl-r and discovered that you can do a find/replace on text _blocks_. In other words, I can automatically replace
Code:
        begin_dummy_block 5
            spans 1 2
        end_dummy_block
with
Code:
        begin_dummy_block 5
            spans 1 2 3 4
        end_dummy_block
That's incredibly useful.

That's all. Just thought I'd share. Nearly done with 3.3.4--finishing up some labor-intensive upgrades to the AI formations.