N. Jourdane
N. Jourdane
Please don't merge, this introduces some breaks on icons I didn't check.
I think it's okay. The problems was mainly with header icons, I did not check **H+**, **H-**, **H1**, **H2** and **H3**. It was buggy both for fa-4, fa-5 and Material....
> PR is based on `master`, this should be `development`. > > EDIT: actually, ignore that. I am dropping the development branch. Could you merge development into master then? In...
> Done! Thank you! With ed96d18 this branch is up to date with master and can be merged safely. :) You should be able to use [rebase and merge](https://github.blog/2016-09-26-rebase-and-merge-pull-requests/) option...
Hi everyone, I don't use easyMde currently so I'm probably not going to continue to work on this PR. If anyone interested, please fork my fork and create a new...
CodeMirror [provides](https://codemirror.net/doc/manual.html#events) the `paste` event, triggered when the user paste something in the text area. The clipboard API standards [describes several datatypes](https://w3c.github.io/clipboard-apis/#mandatory-data-types) (which is now well supported by recent browsers),...
The file name could prepended to the window title, like in Firefox of many other software, like this: `box_with_holes.py - CQ-Editor`. Note that when #65 will be implemented, the file...
Oh, this will be solved when #228 will be merged.
I totally support this! For my use-case, I want svg files with several parts in different colors. For now I unify these parts in a single solid, export it to...
Also, here are good keyboard shortcut candidates, used in many text editors: - **ctrl + F**: find - **ctrl + R**: replace - **F3**: find next - **ctrl + F3**:...