matkuki

Results 52 comments of matkuki

@citycide the other thing I did was install `ui` with: `nimble install ui@#nimble-fixes`

@dom96 Just removed the `ui@#nimble-fixes` version and tried a fresh install with `nimble install ui`, commented out the `.../resources.o` line from `rawui.nim` and get the same error as @citycide ,...

@dom96 , @citycide Found the reason. To compile correctly, the `res/resource.o` file **needs** to be present in the ui `pkgs` directory. A fresh `nimble install ui` does **not** include that...

@dom96 Nimble needs to also copy the `res` directory from this repository to the local `pkgs/ui-X.X.X` directory. Currently it doesn't. @Araq Can you tell me how you created the `res/resources.res`...

@dom96 Only a change in the `ui.nimble` file on line 8 from `installDirs = @["ui"]` to `installDirs = @["ui", "res"]` is needed, i think. Can you tell my why the...

@dom96 I did locally and it works. But like I said, the git modules (in this case `ui/libui`) do not get initialized if you install with `nimble install` in a...

Will add it as soon as I can.

Hey @MikeHart66 Added the folding examples `folding.py` and `folding_with_lexer.py` in the `examples` directory. Documentation in chapter 4.3.2. will be added soon.

@JakobDev Thanks for the example. Yes, I will add it as soon as I can. Need to play with it for a bit to get the hang of it. Cheers