beansoft / iscratch-support

Supports for the Notes IDEA plugin
Other
3 stars 0 forks source link

Feature Request: drag and drop code to a note should *copy*, not *move* #56

Open huyz opened 1 year ago

huyz commented 1 year ago

Right now when I select some text and copy it onto a note, it moves the source code. It should only copy. And in the case of Markdown, it should automatically be put in a code-block with the right filetype (e.g. java). For example:


```java
…source code that was dragged from a Java file…