8760b4ddde
* Update AbstractCodeArea.java In general, we need data, not text in code. But now every time you copy the highlighted text, you copy the highlighted quotes as well. This often results in an extra need to delete the quotation marks around the sides, which is confusing. Now when copying selected highlighted text, quotes are not copied in. * Update AbstractCodeArea.java fix code format * additional checks, move to common method --------- Co-authored-by: Skylot <skylot@gmail.com>