Posted 20 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC
I've noticed a small issue when you turn off automatic outlining. If you had a lot of collpased nodes when you turned off automatic outlining and your cursor was a the bottom of your document, the current line will not be visible after outlining is turned off. It appears you should call an EnsureVisible method on the document line after turning off outlining to make sure the screen adjusts properly.
This is easy enough to duplicate in the Sample Application. Launch the sample with C# code and collapse the namespace node. Position your caret after the collapsed region. Now use the Outlining Menu to stop outlining.
You'll notice by the status bar that the caret is still located on Line 57, but that line is now out of view.
Enjoy!
This is easy enough to duplicate in the Sample Application. Launch the sample with C# code and collapse the namespace node. Position your caret after the collapsed region. Now use the Outlining Menu to stop outlining.
You'll notice by the status bar that the caret is still located on Line 57, but that line is now out of view.
Enjoy!
The latest build of this product (v24.1.1) was released 3 months ago,
which was after this thread was created.