Araq / nimedit

NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
https://nim-lang.org/nimedit/
MIT License
108 stars 12 forks source link

Windows fix #30

Open lilkeet opened 2 weeks ago

lilkeet commented 2 weeks ago

This pr fixes issue #29 so that nimedit will start and function normally on windows, except that a visual cpp assertion fail occurs when closing the application. It has something to do with closing the fonts out, but i havent figured out exactly what. I will create an issue detailing the problem upon this pr's approval and work on it later.

Araq commented 1 week ago

The imports should use import compiler / [...] and in a nim.cfg there should be this entry:

--path: "$nim"