Horizontal Scrollbar for Code Sample would improve readability

2278
9
02-23-2021 08:09 AM
Status:Implemented
KirkKuykendall1
Occasional Contributor III

When I post code, I would like the option to not use wordwrap, but instead show a horizontal scrollbar, likestackoverflow does.

This doesn't look good:

< x:用户控件类= " AttributeTableViewer。AttributeTableView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:ui="clr-namespace:AttributeTableViewer" xmlns:extensions="clr-namespace:ArcGIS.Desktop.Extensions;assembly=ArcGIS.Desktop.Extensions" xmlns:editing="clr-namespace:ArcGIS.Desktop.Editing;assembly=ArcGIS.Desktop.Editing" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300" d:DataContext="{Binding Path=ui.AttributeTableViewModel}">                                      

This is more readable, but a user can't copy and paste:

KirkKuykendall1_0-1614096514976.png

Tags(3)
9 Comments
KenBuja
by MVP Esteemed Contributor

The previous version of GeoNet had horizontal scrolling instead of wrapping

by Anonymous User

Thanks for the request for this functionality. We will look into the options to change the behavior from wrap to horizontal scroll and report back.

GrahamWood-HWC

@Anonymous UserI'm finding lots of posts that are compressed as a single line of code... is this related or another issue.

EG this page//www.gobook3.com/t5/python-questions/fieldmap-error-in-adding-input-field-to-field-map/td-p/129796

When loading the page it looks okay:

Page loading.PNG

And Once loaded I get a compressed single line of code in the code block

page Loaded.PNG

by Anonymous User

Thanks Graham for the question. What you are seeing with compressed code is a known issue with some migrated code snippets and I think different to the topic of this request for horizontal scrollbar instead of wrap in displaying code samples.

This example you shared was created in 2019 and we migrated this to our new platform in 2020. I have an open support ticket on this issue and have added this example to that ticket for further investigation. I have added your report to this document for further updates when we have themKnown Issues and Future Enhancements - Esri Community

by Anonymous User

The horizontal scrollbar was deployed today - please let us know your thoughts on this change and whether it meets your original suggestion?

GrahamWood-HWC

所以…多……更好。谢谢你的关注the users!

GrahamWood-HWC

I found some more old content that has lost the formatting and makes taking the code sample almost impossible to reuse.

//www.gobook3.com/t5/arcgis-desktop-installation-support-docs/change-arcgis-desktop-license...

by Anonymous User

Thanks Graham, good news we actually have a fix for this in our lower tier environments which is undergoing testing. This fix will be applied to all content where the code snippet has lost its formatting which we understand mostly applies to old content prior to our migration in November 2020. We are hoping to deploy this fix in the next few weeks.

by Anonymous User