- Posted by
- I found a tool from Crossbow Software called SourceFormatX which seems to be very robust and handles any convolution of coding... Guess I'll integrate that one into UE...Posted in Syntax Highlighting
-   Topics
-   Views
- dleach
May 29, 2007
- Okay, now when I reindent the following: function a () { if (a==1) { b = 1; } else { c = 2; } } I get the following: function a () { if (a==1) { b = 1; } else { c = 2; } }Posted in Syntax Highlighting
-   Topics
-   Views
- dleach
May 29, 2007
- Try this, which works for your example and hopefully also for all other situations. /Indent Strings = "{" /Unindent Strings = "{" "}" Okay, I'm struggling with this stuff and I'm ready to give up. What it looks like is that the indenting won't work correctly because if the braces are on the same li...Posted in Syntax Highlighting
-   Topics
-   Views
- dleach
May 26, 2007