Importing POIs to navpoints would replace even if you selected append.
Import from DCS (Send to JAFDTC from in-game Lua dialog) wasn't correctly doing a config save and UI update.
The navpoint list was overflowing over the Link/Reset buttons at the bottom.
In the A-10 waypoint upload, ensure the CDU scratchpad is empty before starting.
Tweaks
I tried to streamline the flow where you create a bunch of navpoints from the in-game F10 map, send them to JAFDTC, then want to tweak them before uploading them to the jet.
Added MaxNameLength to IEditNavpointPageHelper. If an airframe specifies a max length, the navpoint name TextBox gets a yellow warning highlight when the name exceeds it. The change will still save in this state, it's just a visual warning that the name will be truncated.
Automatically focus the name field, and select its text, when the navpoint edit page loads. This makes changing the name or tabbing to other fields easy. No reaching for the mouse.
Add keyboard shortcuts (ctrl+enter, ctrl+shift+enter) for the next/prev buttons. Still no reaching for the mouse.
Fixes
Tweaks
I tried to streamline the flow where you create a bunch of navpoints from the in-game F10 map, send them to JAFDTC, then want to tweak them before uploading them to the jet.
MaxNameLength
toIEditNavpointPageHelper
. If an airframe specifies a max length, the navpoint name TextBox gets a yellow warning highlight when the name exceeds it. The change will still save in this state, it's just a visual warning that the name will be truncated.