ved icon indicating copy to clipboard operation
ved copied to clipboard

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

Results 40 ved issues
Sort by recently updated
recently updated
newest added

Mouse support, etc. Right now you have to know Vim to use Vid.

Don't know what are the goals of *vid*, but when I saw that *vid* wants to have some configuration (colors, ...), needs undo, wants non-vim controls, then I asked myself...

I saw the comment on https://github.com/vlang/vid/blob/80532b878123176d5380ecc0ed77e07716e8043d/view.v#L507 and would suggest reusing/mimicking the curated clipboard support as matured over the years in Neovim: https://github.com/neovim/neovim/blob/master/runtime/autoload/provider/clipboard.vim (that is the most advanced, seamless, and most...

![image](https://user-images.githubusercontent.com/30901439/63230648-fc051400-c20f-11e9-8eae-9207ced1971d.png)

It seems to only support GUI. but it is difficult to run GUI in some cases

why do you use boehm garbage collector ? doesn't vlang work with autofree engine ? will vlang continue to use boehm gc ?

v -cc gcc -cg . ``` /tmp/v_1002/ved.01HQR4FMTN3GPAPHDZNW391S6Z.tmp.c: In function ‘sokol__sapp__get_dropped_file_path’: /tmp/v_1002/ved.01HQR4FMTN3GPAPHDZNW391S6Z.tmp.c:35806:49: warning: passing argument 1 of ‘cstring_to_vstring’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 35806 | string _t1 =...