Aleksander Nowodzinski

Results 105 comments of Aleksander Nowodzinski

@ckeditor/qa-team Can you take a look at this PR, please?

> When I press Alt+0 on Mac, a character "ľ" is inserted into the editor. Please note, that I have remapped keys on my Mac, so I actually press Cmd+0...

@scofalik > When it comes to the API (also relates to accessibilityHelpMetadata) -- I thought that you will separately register category, group, and then keystrokes in them. But I can...

@wwalc https://www.npmjs.org/package/grunt-eol may do the trick.

`dev/builder/app.js` should be split into separate sub-tasks, based on `grunt-contrib-*` (and others) rather than promises and additional libraries (i.e. https://github.com/gruntjs/grunt-contrib-copy instead of ncp). Atomic tasks should be placed in short,...

@adelura I'm afraid you're on your own. I will not be able to focus on SDK for a couple of weeks.

https://github.com/ckeditor/ckeditor-sdk/tree/t/71 awaiting review. Also see #57.

Pushed branch [t/57](https://github.com/ckeditor/ckeditor-sdk/tree/t/57). Awaiting review.

Should be reviewed after #71, which defines necessary variable and a mixin.

Just keep in mind that: * IIRC this will also affect the selection/node (object) inspector on the right, * some attributes have huge nested structures, and printing two levels meant...