AkelPad_scripts icon indicating copy to clipboard operation
AkelPad_scripts copied to clipboard

Scripts for AkelPad text editor with Scripts plugin

Results 10 AkelPad_scripts issues
Sort by recently updated
recently updated
newest added

Thanks for your useful scripts ! https://github.com/nvdavsamd/AkelPad

Failed for requests like https://exchange-rates.org/converter/EUR/USD/1/N ```js var asyncUpdater = { … addRequest: function(code) { … request.send(null); //

bug
compatibility

Updated version: https://github.com/Infocatcher/AkelPad_scripts/blob/jsBeautifier_new/jsBeautifier.js Changes: https://github.com/Infocatcher/AkelPad_scripts/commits/jsBeautifier_new Merged with master branch: 532e193acb70db41c8e88cac090c5d76ea84ce15 Tests: ``` ==== Old tests ============================================================ ---- input ------- #! ---- expected ---- #! ---- output ------ #! ---- expected-ws...

bug
compatibility

The script fails to work in a wine environment under FreeBSD: Is there anything can be done about it? Imported libs: msls31 (MS Line Services) riched20 (MS RichEdit Control 2.0...

Requested here: http://akelpad.sourceforge.net/forum/viewtopic.php?p=28783#28783 (and not only here…) https://en.wikipedia.org/wiki/Quoted-printable Example: ``` 7 =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB =D1=81=D0=BE=D0=B7=D0=B4= =D0=B0=D0=BD=D0=B8=D1=8F =D0=BA=D1=80=D0=B0=D1=81=D0=B8=D0=B2=D1=8B=D1=85 = =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=D0=BE=D0=B2 / =D0=A5= =D0=B0=D0=B1=D1=80=D0=B0=D1=85=D0=B0=D0=B1=D1=80 ```

enhancement
WIP

Example from SearchReplace.js: ``` js function RectToArray(lpRect, rcRect) { rcRect.left=AkelPad.MemRead(_PtrAdd(lpRect, 0) /*offsetof(RECT, left)*/, 3 /*DT_DWORD*/); rcRect.top=AkelPad.MemRead(_PtrAdd(lpRect, 4) /*offsetof(RECT, top)*/, 3 /*DT_DWORD*/); rcRect.right=AkelPad.MemRead(_PtrAdd(lpRect, 8) /*offsetof(RECT, right)*/, 3 /*DT_DWORD*/); rcRect.bottom=AkelPad.MemRead(_PtrAdd(lpRect, 12) /*offsetof(RECT,...

compatibility

Example: ``` js // /* alert(1); // */ ```

enhancement
fixed?

See d6eda6fbaf318ed8486bfa27e01a999666496633 commit.

enhancement
WIP

Like ``` javascript "\\totalcmd.exe" ```

enhancement
WIP