Commit historia

Upphovsman SHA1 Meddelande Datum
  Piotrek Koszuliński b4d49cfab5 Other: Removed `ToggleAttributeCommand` class as well as other helpers from the `core/command` namespace. Closes #14. 8 år sedan
  Piotrek Koszuliński 7c1d584e99 Minor documentation fixes and aligned keystrokes notation to the standard. 8 år sedan
  Piotrek Koszuliński 82aeefb65d Merge branch 'master' into t/90 8 år sedan
  Piotrek Koszuliński bfc56b881e Internal: Use a more standard .gitignore notation. See https://github.com/ckeditor/ckeditor5/issues/456. 8 år sedan
  Piotrek Koszuliński 7b17f11e64 Bumped up dev-lint. 8 år sedan
  Piotrek Koszuliński 8237852b9d Merge branch 'master' into t/ckeditor5/456 8 år sedan
  Aleksander Nowodzinski eb3bebbd5b Fix: EditingKeystrokeHandler should prevent default only for commands. Closes #90. 8 år sedan
  Piotrek Koszuliński 90f2641c65 Docs: Fixed a link. 8 år sedan
  Szymon Kupś 661f894253 Merge pull request #89 from ckeditor/t/88 8 år sedan
  Piotrek Koszuliński f8c8965d23 Changed the default value of isEnabled to false. It's set to true on first refresh(). 8 år sedan
  Piotrek Koszuliński 13337998c3 Added default implementation of execute() because the constructor depends on that. 8 år sedan
  Piotrek Koszuliński 2fa0959369 Implemented automatic command execution blocking and got rid of unnecesary CommandInterface. 8 år sedan
  Piotrek Koszuliński 3c2423261d Provided Command with default implementation of refresh() and changed default values of command properties to better match how commands usually look. 8 år sedan
  Piotrek Koszuliński c329f5332a Fixed API docs. 8 år sedan
  Piotrek Koszuliński ee817be05d Tests. 8 år sedan
  Piotrek Koszuliński f9df5d8515 First batch of changes – CommandCollection and new Command class. 8 år sedan
  Kamil Piechaczek 5997debc33 Use a more standard directory/ notation in .gitignore. 8 år sedan
  Kamil Piechaczek e19c3bc19a Changed order of destroying the editor layers. Plugins must be destroyed before the UI. 8 år sedan
  Piotrek Koszuliński ed9d4a7880 Minor improvements in the tests. 8 år sedan
  Kamil Piechaczek 00e44f2860 Implementation for PluginCollection.destroy() is more readable. 8 år sedan
  Kamil Piechaczek 223c6e0071 Fix: PluginCollection.destroy() does not crash if a plugin does not have a "destroy()" method. 8 år sedan
  Kamil Piechaczek 7c753c5d3f Updated docs for PluginCollection.destroy(). 8 år sedan
  Kamil Piechaczek 50eaeefa0f Editor.destroy - plugins will be destroyed first. 8 år sedan
  Kamil Piechaczek 409bf0e894 Improvements for Plugin, PluginCollection and Editor classes. See details. 8 år sedan
  Piotrek Koszuliński 1b36d477e8 Docs: Minor API docs fix. [skip ci] 8 år sedan
  Piotrek Koszuliński af061d9422 Merge pull request #84 from ckeditor/t/78b 8 år sedan
  Kamil Piechaczek 754376c88e Tests: Added test case for "Plugin.destroy()". 8 år sedan
  Kamil Piechaczek ae158759b9 Added empty "Plugin.destroy()" method because some of tests do not pass. 8 år sedan
  Kamil Piechaczek f9e84bec14 Tests: Removed test cases for optional method in Plugin class. 8 år sedan
  Kamil Piechaczek e3b204c3aa Plugin class - "init" and "afterInit" methods are optional now. 8 år sedan