icsharpcode/ResourceFirstTranslations

Navigating between resource strings in the current list

siegfriedpammer opened this issue · 0 comments

The Edit translation panel is always displayed at the bottom of the page. My workflow is as follows:

  1. filter by Show empty translations/Show modified translations
  2. Translate the (first) string
  3. Save
  4. Scroll up to the list and select the next string
    goto 2

Scrolling up and down all the time interrupts the flow a little bit.

Here are some possible solutions:

  1. Display Prev/Next buttons in the Edit translation panel.
    -or- 2. Automatically move to the next string in the list upon clicking the Save button.
    -or- 3. Pin the Edit translation panel to the bottom of the screen (like display: fixed); that would reduced the scrolling to the bare minimum.