Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Paste coordinates into the List using keyboard shortcut Ctrl+V #565

Closed lfunkhouser closed 5 years ago

lfunkhouser commented 5 years ago

Current Copy coordinate from source Right-click in List section and click Paste

Expected Add ability to use keyboard shortcut Ctrl+V to paste into the List

MT 3.3.0.195 Pro 2.3 ArcMap 10.6.1

dfoll commented 5 years ago

@saip I am testing this from build 57 DefenseSolutions\CoordinateConversion\Testing\CTLocalGovTeam-dev\57

In ArcMap, I am noticing a slight variation from what we discussed was the acceptable known issue. In ArcMap it was understood and accepted that the list could not be empty to paste in a list of coordinates. What I am finding the actual behavior to be is that you need to have at least one point in the List and additionally, you must specifically select a coordinate from the List, as opposed to just clicking somewhere inside the List to make sure it has the focus.

This is different from the ArcGIS Pro behavior from the same build. With ArcGIS Pro build 57 you need only make sure the Coordinate Conversion pane is has focus. If CC pane has focus in ArcGIS Pro, you can ctrl+v and those points are added to the list

BobBooth commented 5 years ago

In ArcMap, I'm seeing an issue where if I paste two MGRS coordinates into the list: 15SUB2902590916 20FLJ4322722249 Using Default Input coordinate format, the List shows one coordinate in DD and one in Web Mercator. image.png

dfoll commented 5 years ago

with build 58 I am seeing the issue in this comment resolved

dfoll commented 5 years ago

@BobBooth @saip were able to reproduce this today with build58 and confirmed it is not happening in the released version of MT, so this is something i think we will need fixed in this delivery

@BobBooth what we did notice is that this is happening with importing as well, not just copying. @saip saw that as well and will work to fix it

dfoll commented 5 years ago

Build 61 which pulls in this commit fixed @BobBooth comment.

BobBooth commented 5 years ago

Doc changes visible in What's new, CC, and MT Release page on STG.