Commit History

作者 SHA1 備註 提交日期
  Piotrek Koszuliński 4f18fa38c3 Merge pull request #87 from ckeditor/t/86 8 年之前
  Piotrek Koszuliński 6dadafd155 After merge fixes. 8 年之前
  Piotrek Koszuliński 2c8692a6b2 Merge branch 'master' into t/86 8 年之前
  Piotrek Koszuliński f020000877 Merge pull request #91 from ckeditor/t/90 8 年之前
  Piotrek Koszuliński b4d49cfab5 Other: Removed `ToggleAttributeCommand` class as well as other helpers from the `core/command` namespace. Closes #14. 8 年之前
  Piotrek Koszuliński 7c1d584e99 Minor documentation fixes and aligned keystrokes notation to the standard. 8 年之前
  Piotrek Koszuliński 82aeefb65d Merge branch 'master' into t/90 8 年之前
  Piotrek Koszuliński bfc56b881e Internal: Use a more standard .gitignore notation. See https://github.com/ckeditor/ckeditor5/issues/456. 8 年之前
  Piotrek Koszuliński 7b17f11e64 Bumped up dev-lint. 8 年之前
  Piotrek Koszuliński 8237852b9d Merge branch 'master' into t/ckeditor5/456 8 年之前
  Aleksander Nowodzinski eb3bebbd5b Fix: EditingKeystrokeHandler should prevent default only for commands. Closes #90. 8 年之前
  Piotrek Koszuliński 90f2641c65 Docs: Fixed a link. 8 年之前
  Szymon Kupś 661f894253 Merge pull request #89 from ckeditor/t/88 8 年之前
  Piotrek Koszuliński f8c8965d23 Changed the default value of isEnabled to false. It's set to true on first refresh(). 8 年之前
  Piotrek Koszuliński 13337998c3 Added default implementation of execute() because the constructor depends on that. 8 年之前
  Piotrek Koszuliński 2fa0959369 Implemented automatic command execution blocking and got rid of unnecesary CommandInterface. 8 年之前
  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 年之前
  Piotrek Koszuliński c329f5332a Fixed API docs. 8 年之前
  Piotrek Koszuliński ee817be05d Tests. 8 年之前
  Piotrek Koszuliński f9df5d8515 First batch of changes – CommandCollection and new Command class. 8 年之前
  Kamil Piechaczek 5997debc33 Use a more standard directory/ notation in .gitignore. 8 年之前
  Kamil Piechaczek e19c3bc19a Changed order of destroying the editor layers. Plugins must be destroyed before the UI. 8 年之前
  Piotrek Koszuliński ed9d4a7880 Minor improvements in the tests. 8 年之前
  Kamil Piechaczek 00e44f2860 Implementation for PluginCollection.destroy() is more readable. 8 年之前
  Kamil Piechaczek 223c6e0071 Fix: PluginCollection.destroy() does not crash if a plugin does not have a "destroy()" method. 8 年之前
  Kamil Piechaczek 7c753c5d3f Updated docs for PluginCollection.destroy(). 8 年之前
  Kamil Piechaczek 50eaeefa0f Editor.destroy - plugins will be destroyed first. 8 年之前
  Kamil Piechaczek 409bf0e894 Improvements for Plugin, PluginCollection and Editor classes. See details. 8 年之前
  Piotrek Koszuliński 1b36d477e8 Docs: Minor API docs fix. [skip ci] 8 年之前
  Piotrek Koszuliński af061d9422 Merge pull request #84 from ckeditor/t/78b 8 年之前