Rod Pope
2008-11-13 23:11:46 UTC
I've looked in the bug reports, the programming area and the IDE newsgroup but couldn't find the answer to this question. If I'm debugging code, I'll use the source editor in the IDE. If I'm writing a lot of code or making mass changes, I'll use a third party source editor outside of the IDE. It "appears" that the source editor in dBase Plus 2.6.5.1 (we recently upgraded from Visual dBase 7.1) makes non-requested changes to position parameters (i.e. height, width, top, etc.) and removes explicit declaration lines for class parameters that otherwise would be default (e.g. Metric = 0).
The changes to position parameters are adding a decimal point & a zero (xx.0) when an integer measurement (xx) was specified.
Now, of course, none of these "changes" make any difference in the execution, HOWEVER, it makes a huge difference to the workload for configuration management.
We use WINMERGE to compare ready-to-release code with the currently approved code (previous release, etc.) to make sure ONLY the changes intended will be incorporated. With this apparent change to the source editor, there will be hundreds of "miscompares" for these non-requested changes obfuscating the "real" changes.
Is there a .INI parameter or option to avoid this?
The changes to position parameters are adding a decimal point & a zero (xx.0) when an integer measurement (xx) was specified.
Now, of course, none of these "changes" make any difference in the execution, HOWEVER, it makes a huge difference to the workload for configuration management.
We use WINMERGE to compare ready-to-release code with the currently approved code (previous release, etc.) to make sure ONLY the changes intended will be incorporated. With this apparent change to the source editor, there will be hundreds of "miscompares" for these non-requested changes obfuscating the "real" changes.
Is there a .INI parameter or option to avoid this?