Nils Nordman

Results 43 comments of Nils Nordman

@bugabinga I believe we talked about this on Gitter, but I see this as useful. Remove the WIP label when you feel it's ready for review.

Hmm, think I might have an idea. What cm do you use?

Just allowing scrolling past the end using the mouse is easy enough to allow, but should other commands also allow that then? Page down for instance?

I don't really have any experience with using any specific input methods myself. Right we're now just using the simple input context from Gtk, but perhaps adding support for other...

I realize that this is a quick and hacky start, but wow - it's fantastic to see the progress you've made in such a short time. You must have been...

I'm open for re-arranging the code to avoid the `aux` name, probably by just moving the contents of `aux` into `util` instead. @Mischanix Do you have a sense of how...

All right, that all still sounds very positive :) I'm not surprised about the process things causing problems, as that's one area that differs a lot between the two platforms....

The `aux` directory has now been renamed, so at least one hurdle is gone :)

@kirbyfan64 I'm guessing that's because we didn't use the `wb` mode when writing (just changed this in 33a224f). Would be nice if you could try with locally modifying `file.moon` similar...

The current structure of this is that completers only complete, they are not expected to do anything else. To better understand why you want this - what is the use...