Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3946

Adding a method to the CAS Editor that selects Annotations without scrolling to them

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • CAS Editor

    Description

      While creating a view for the UIMA Cas Editor i came to the problem where i had to select a bunch of Annotations one after another. The main issue is that the person working with this view should be allowed to read the whole text. Now since the CAS Editor is always jumping directly to the selected Annotation its alot harder to keep track of where the last bit of text was you were reading.

      So adding a method that just selects the next Annotation without direclty jumping to it would be a nice feature.

      At the moment there is this method
      "protected void selectAndReveal(int selectionStart, int selectionLength, int revealStart, int revealLength)" which would provide me with all i need ( i guess), however it is located in org.eclipse.ui.texteditor.AbstractTextEditor
      and is protected.

      Thanks in advance Markus Krug

      Attachments

        Activity

          People

            Unassigned Unassigned
            Markus Krug Markus Krug
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: