-
Vrapper doesn't record moves made when editing text, if I want to record macro I need to hit Esc every time I want to make even the smallest move with arrow keys.
korda updated
7 years ago
-
Minimal repro:
```
import {EditorView, basicSetup} from "codemirror"
import {vim} from "@replit/codemirror-vim"
let editor : EditorView = new EditorView({
extensions: [vim(), basicSetup, solari…
-
This is something I've been doing vague experimentation on but haven't really recorded here, and I really ought to.
The short version is that right now we have three different implementations of "c…
-
Being able to record macros(similar to vim) on the fly could be useful.
How could it be useful?
Usecase: Sometimes I use some applications for a couple of hours, but then I don't use them ever a…
-
-
Motivation:
- Code gen as a solution is against the principle of code reuse, the results are not a means for continued/mutual development. Additionally, there is the concern of compiled code size.…
-
cf https://github.com/taviso/hiewdocs/blob/41859a65463b1481a9e1f25ca593284aabf89f19/index.htm#L330
angea updated
4 years ago
-
*_Reported by: will on Tue Apr 7 19:40:28 2009 *_
As reported by Derick Eddington. (Will believes this bug report
refers to R6RS `define-record-type`, not to SRFI 9 or ERR5RS
`define-record-type`, …
-
The code below can be run in Eclipse ide, but in my Idea13 it says there is an error.
%% ====================================================================
%% Macro definicaton
%% ==================…
-
I recorded a macro in NPP for find and replace NBSP character the following is the XML
```
…