Git Product home page Git Product logo

pet's People

Contributors

wilkeraziz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pet's Issues

PETResourceInteractionEvent

Log events such as:

  1. Viewing alternative SRC/REF/MT/PE
  2. Selecting alternative SRC/REF/MT/PE
  3. Dictionary lookup

Consider whether or not this is part of the flow (PETFlowEvent).

PETTextChangeEvent

These are events detected by the document itself.
They are more concise than keystrokes.

The Java Document API allows one to detect accurately insertions and deletions.
Substitution is there in the API, but never seems to fire: it is always decomposed into two basic operations, except maybe in the initialization of the document.

PETEditOperationEvent

Active edit operations such as the ones triggered by shortcuts and dropdown menus:

  1. Insertion, deletion, substituion, shift and trim

SignalAdapter should have to do only with unit's statuses

SignalAdapter right is handling actual signals (that change things on the interface), and events (which are entries in a history).
This issue is to separate the two things (see PETEvent).
SignalAdapter should be used only to alert the interface about changes in units' statuses.

Show Reference

If showReference is on and there are no references in the input files PET crashes. It should either output a more informative error message or ignore showReference for the units missing references.

Assessment page

  1. Make the assessment page resizable

  2. Have an option (pec) that controls if assessment pages are re-presented in case of revisiting a unit:

    a. do not present

    b. query

    c. present

  3. Have an option (pec) that controls how assessment pages get presented in case of revisiting a unit

    a. cleared

    b. showing previous selection

PETFlowEvent

Flow events account for:

  1. Starting/finishing the editing
  2. Starting/finishing explicit assessment
  3. Left/returned to PET

TMXReader

Write a generic TMXReader.
Omega3 has support to TMX, but it does not seem easy to borrow code from there.

PETKeystrokeEvent

Keystrokes

Log keystrokes as events.
They represent letters, digits, symbols, navigation and commands (e.g ctrl+z, ctrl+x).

PETCommandEvent

These are events that may be fired by keystrokes, but they have more semantics associated with.
Examples:

Copy, cut, paste
Delete: with del and backspace
Undo, redo

PETNavigationEvent

These are events that may be fired by keystrokes, but they mean navigation only:
Examples:

Arrows, home, end, page up, page down.
Combinations of the above and ctrl.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.