Tom Malaher
Tom Malaher
Still happening after upgrade to Npp 7.8.1 64-bit MD Viewier 0.8.2.25564 Win 10 Enterprise 1803
Not happy with my current implementation. Need to do some more research/experimentation. Go does not make it easy to distinguish the reasons that a `Dial` fails, unlike ECONNREFUSED in C.
I agree with @cloud-yu For example: putty has a setting allowing you to choose whether the backspace key sends DEL (`0x7f`) or Backspace (^H `0x08`) Version: 1.0.187 Platform: Windows x64...
I see your point, but... When navigating between items using the arrow keys, the items are *not* selected, they merely become `currentFocus`. I would expect my additional keyboard navigation ("jump...
Oh, and while we are discussing focus, selection, and the Tree and List APIs. 1) Clicking the tree (to expand/close or select) should set the focus to the item interacted...