Huh yep that's a bug. I usually ignore the text indenting system these days since I just use code wrapping. I'll dig into it and figure out what's going on. Can you email me with your customization code and a sample code file that it indents incorrectly for you? That often makes these things go more quickly. Email me at
[email protected].
The current code wrapping engine is mostly a proof of concept but the way it turned out customization is almost impossible. The new buffer engine in 4.1.X will feature fully C-customizable wrapping and indenting in the code wrapping feature.
Yes you can make your project commands save changes too. You just have to add an extra true to the command:
| fkey_command_win[1] = {"build.bat", "*compilation*", true, true};
|