Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature ckeditor #253

Merged
merged 4 commits into from
Jun 1, 2016
Merged

Feature ckeditor #253

merged 4 commits into from
Jun 1, 2016

Commits on May 27, 2016

  1. CKEditor Adapter - Use CKEditor KeyPress Events

     - Instance currently hardcoded
     - Known issue: Space after complete not included
    amenk committed May 27, 2016
    Configuration menu
    Copy the full SHA
    f038f64 View commit details
    Browse the repository at this point in the history
  2. CKEditor Adapter - Fix Space Problem by   + Delayed Search

    Problem was, that spaces after the completion were "Eaten" by CKEditor.
    
    Don't worry, the   is replaced by a normal space on the next non-space anyways.
    
    Search was delayed as well, i.e. the last key was not used in the search, that is why
    we listen again to the native event.
    amenk committed May 27, 2016
    Configuration menu
    Copy the full SHA
    625036a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b1ddd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53b0187 View commit details
    Browse the repository at this point in the history