bililiteRange icon indicating copy to clipboard operation
bililiteRange copied to clipboard

Library for manipulating text ranges and selections, and assorted other programs that use that

Results 6 bililiteRange issues
Sort by recently updated
recently updated
newest added

The v flag for regexp's is now standard JavaScript

`commandCompletion` uses `trialCommand.substr(0,command.length)`. Should use `substring`.

I changed `element[exkey]` from a version string to a `Set` of event handlers, so I need another way to set the version number.

[xRegExp](https://xregexp.com/) looks cool. I should allow using that in `bililiteRange.find.js`.

bililiteRange/test/prismeditor.html puts the insertion point at the end of "inner" languages like `` and `` elements. That seems to be a regression from bililiteRange version 2

I wanted to be able to `npm install [email protected]:DerekZiemba/bililiteRange.git#v5.0.0` So I hacked in module support, added a package.json, and changed the way it's built. It's quick & dirty, but could...