(no title)
sophistication | 7 years ago
vim tools/Text.js
self.addEventListener('click', function (e) {
if (e.detail === 3) {
self.selectAll();
}
});
:wq
git add tools/Text.js
git commit -m "Add triple click select all"
git push origin master
Done.
IvanK_net|7 years ago
pwaivers|7 years ago
kakarot|7 years ago
Any particular reason you choose Notepad++ over a full-featured IDE for a project of this scope?
mcintyre1994|7 years ago
AltruisticGap|7 years ago