vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
GNU General Public License v3.0
1.34k stars 78 forks source link

Created from what I've seen, full windows compatibility #175

Closed convict-real closed 4 months ago

convict-real commented 4 months ago

I have fixed the math of some spacing in some files but mainly I made everything compatible on windows. I also wasn't really thinking when I did this but I removed the autocomplete too because it also doesn't work on windows. (The live build of ved on windows is like 75% non functional and completely unusable)

spytheman commented 4 months ago

Sorry, but this PR breaks many more things, than it fixes. What is worse, it breaks the app on macos, which is the main platform that Alex uses ved on, in favor of still broken experience on windows. Please make several more targeted PRs, containing smaller changes, and not containing cruft like the C file, unrelated fonts etc.