Piotrek Koszuliński
Piotrek Koszuliński
I don't have JSDuck installed and I guess that building must have failed but I got: ``` Reading sample directory /www/ckeditor-sdk/samples Validating links in samples and index Parsing categories. Copying...
E.g.: - tabindex.html - api.html - enterkey.html - savetextarea.html - readonly.html and codesnippet.html (not sure about these) On the other hand I'm a little bit worried about inconsistency which will...
Let's avoid latin. If you want at least one reason, then see what happens when you enable SCAYT. Another reason - see what happens when you try to edit this...
I can see via this:  That it's updated synchronously. I don't see real issues with this yet (we'd have to edit really long content), but it seems more "correct"...
I tend to miss vertical space when both the inspector and the JS console are open. Docking the inspector to the right would be awesome, although, I'm not sure how...
We tracked it in: https://github.com/ckeditor/ckeditor5/issues/1205 Let's review those old ideas and report new tickets for those which make sense.
Stuff like "attributes", "startOffset", etc could link to API docs. Some might also be worth describing inline so the user will not need to go somewhere else. I don't want...
### Problem Jest is the default test runner used by many React apps. Unfortunately, Jest does not use a real browser – instead, it runs tests in Node.js with the...
### Origin URL https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/core-editor-architecture.html#commands ### Project version 37.1.0 ### Is the information outdated? How? The `disableCommand()` example can be replaced with https://ckeditor.com/docs/ckeditor5/latest/api/module_core_command-Command.html#function-forceDisabled. I think it's a leftover from the past...