Re: [Github-comments] [geany/geany] "Help"->"About" -> crashed (#1856)

2018-06-04 Thread 3togo
Dreli:/c/appz64/bin $ gdb geany.exe GNU gdb (GDB) 8.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by l

[Github-comments] [geany/geany] "Help"->"About" -> crashed (#1856)

2018-05-07 Thread 3togo
Whenever I select "Help"->"About", geany crashed. I am using MSYS2 with x86_64 architecture(git version) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1856

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-07 Thread 3togo
Closed #1850. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1850#event-1614257143

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-07 Thread 3togo
Reopened #1850. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1850#event-1613039447

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-07 Thread 3togo
Some minor issue which is honestly not my concern. Whenever I select "Help"->"About", geany crashed. I am using MSYS2 with x86_64 architecture -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-07 Thread 3togo
Closed #1850. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1850#event-1613039016

[Github-comments] [geany/geany] windres - fixing fatal error: when writing output to : Invalid argument (#1855)

2018-05-06 Thread 3togo
I compiled git version in msys2 for x86_64 architecture according to the steps posted in the following link: https://wiki.geany.org/howtos/win32/msys2 I ended up with the following errors. I fixed it by adding option "--use-temp-file" to "windres" in src/Makefile.am make[3]: Entering direct

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-06 Thread 3togo
my pleasure下午4:26, 2018年5月6日, "Enrico Tröger" :Interesting. On my MSYS2 setup I don't need that option. But I just tested it and with the temp-file option it compiles also fine, so it is probably a good idea to add it. Would you mind creating a pull request with the change? —You are receiving t

Re: [Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-05 Thread 3togo
the bug fixed by adding --use-temp-file Dreli:~/geanyTemp/geany/src $ git diff Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 86c3b7ff..bd8ef8cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -147,7 +147,7 @@ geany_LDADD += geany_private.res WINDRES = $(host_alias)-windre

[Github-comments] [geany/geany] windres.exe: can't open file `page:': Invalid argument (#1850)

2018-05-01 Thread 3togo
I compiled git version of version in msys2 according to the steps posted on the following link https://wiki.geany.org/howtos/win32/msys2 I ended up have the following errors. Any pointers to fix the problems? make[3]: Entering directory '/home/Dreli/geanyTemp/geany/src' windres -i ../geany_priva

Re: [Github-comments] [geany/geany] Print white text on white background when "invert syntax highlighting colors" is ticked (#1791)

2018-03-05 Thread 3togo
Any chance to let user define a hotkey for "Invert syntax hightlighting color" or temporarily disable "Invert syntax hightlighting color" while printing? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/gea

[Github-comments] [geany/geany] Print white text on white background when "invert syntax highlighting colors" is ticked (#1791)

2018-03-01 Thread 3togo
If "invert syntax highlighting colors" is ticked, (Pref->Editor->Display), the print out will print white text on white backgroud. ![screenshot from 2018-03-01 17-50-18](https://user-images.githubusercontent.com/731338/36838206-872c616a-1d79-11e8-8c85-d6e6ac2670b4.png) ![screenshot from 2018-03-