nimedit icon indicating copy to clipboard operation
nimedit copied to clipboard

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.

Results 14 nimedit issues
Sort by recently updated
recently updated
newest added

Tested on Windows and Linux and both display `NimEdit`, but there are a lot of errors in the right `console` window: ![image](https://user-images.githubusercontent.com/10289651/199792303-d1bb6f66-ee1d-4a9a-97f9-fa177b5c24fe.png) ``` C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\pure\bitops.nim(28, 8) Error: cannot open file: macros...

Creating file nimlib.cfg with appropriate entry did not help. Crap.

I'm trying to get nimedit to run on my Linux Mint, but I've been running on a series of problems. I downloaded the Linux version from here: https://nim-lang.org/nimedit/downloads.html The first...

Trying to install nimedit on my Gentoo Linux system fails like nimble install https://github.com/Araq/nimedit.git Downloading https://github.com/Araq/nimedit.git using git Verifying dependencies for [email protected] Info: Dependency on sdl2@#head already satisfied Verifying dependencies...

``` Warning: The .nimble file for this project could make use of additional features, if converted into the new NimScript format. ... For more details see:https://github.com/nim-lang/nimble#creating-packages Verifying dependencies for [email protected]...

nimedit crashes immediately after execution. compiled with 0.19.0 Traceback (most recent call last) nimedit.nim(1203) nimedit nimedit.nim(1127) mainProc nimedit.nim(547) loadTheme nimscriptsupport.nim(172) loadTheme nimscriptsupport.nim(73) getGlobal nimscriptsupport.nim(37) getGlobal vm.nim(1812) getGlobalValue SIGSEGV: Illegal storage...

If the ``save`` command is missing an argument, NimEdit crashes with an IOError. It tries to open the directory. ``` nimedit.nim(1203) nimedit nimedit.nim(1156) mainProc nimedit.nim(1013) processEvents nimedit.nim(782) runAction prompt.nim(273) runCmd...

bug

For unknown reasons ``getLineFromOffset`` in ``drawbuffer.nim`` returns wrong results after editing.

bug

Select a large block of code, ensure the cursor is not visible, press tab to indent, crash. ``` Traceback (most recent call last) nimedit.nim(1177) nimedit nimedit.nim(1142) mainProc nimedit.nim(1083) drawAllWindows nimedit.nim(1019)...

bug

- If there is only one occurence, NimEdit does highlight it, but claims there is no match. - Replace also seems to cause problems.

bug