Posted 18 years ago
by Daniel Wadenhof
-
Software Developer,
ABB Robotics
Version: 4.0.0237
Platform: .NET 2.0
Environment: Windows XP (32-bit)
(Using the sample project...)
There is a bug in the TranposeLines Command. An exception i thrown when transposing wrapped lines (having enabled WordWrap==Word at least)
1. Launch sample project.
2. Luanch SDI Editor Application.
3. In Properties Window, change WordWrap to "Word".
4. Resize the window to make sure some lines are wrapped.
5. Press and hold Alt+Ctrl+Shift+T (for Transpose Lines).
Result:
System.IndexOutOfRangeException was unhandled
Message="Index was outside the bounds of the array."
Source="ActiproSoftware.SyntaxEditor.Net20"
...
/Daniel
There is a bug in the TranposeLines Command. An exception i thrown when transposing wrapped lines (having enabled WordWrap==Word at least)
1. Launch sample project.
2. Luanch SDI Editor Application.
3. In Properties Window, change WordWrap to "Word".
4. Resize the window to make sure some lines are wrapped.
5. Press and hold Alt+Ctrl+Shift+T (for Transpose Lines).
Result:
System.IndexOutOfRangeException was unhandled
Message="Index was outside the bounds of the array."
Source="ActiproSoftware.SyntaxEditor.Net20"
...
/Daniel