hoijui

Results 284 comments of hoijui

@stevenhoneyman Did you have this implemented somewhere, or did you just gimp/photoshop it in the image?

I would say, we could do this ourselfs in a PR. The difference to the original leafpad is, as much as I know, only that it uses GTK3 instead of...

@stevenhoneyman Could you please give me access? I can not guarantee always fast reactions or anything, but I would do some stuff right now, and I think... even in the...

@eyalroz an action-plan ... :D * I will add 2 feautre-branches (never to be merged), and link to them from the README. * I might merge in the cmake branch....

I had a look at the mentioned URL (help for the error): https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation and the code in l3afpads `configure.ac`: ``` AC_INIT(L3afpad, 0.8.18.1.11, [email protected]) AM_INIT_AUTOMAKE($PACKAGE_TARNAME, $PACKAGE_VERSION) ``` It looks like `AM_INIT_AUTOMAKE`...

I read that it is common with GNU (leafpad is a GNU project) to not list authors. I think the idea is to prevent people committing just to up their...

The idea is to use `watch -t wc --chars file.txt` in a terminal window instead, or for you to fork and add the functionality in a branch of l3afpad.

Just added a fix to auto-create the cache-dir (`~/.cache/l3afpad/buffers/`) if it does not yet exist.

i usually use it without line numbers, so i have not noticed this yet, and in a short test, was unable to reproduce it. how often does it happen? which...

@matozoid could you give some hints for updating from current javaparser 2.5.1 to the latest? it looks like the API changed a lot (i got something like 100+ compile errors...