Re: [Github-comments] [geany/geany] MacOS Catalina: Geany 1.36 code editor display issue (#2413)

2020-02-12 Thread motorkap
Hi there, I also experienced this issue (Catalina 10.15.2, Geany 1.36). I have replaced my Geany with [the version available here](https://download.geany.org/snapshots/geany-1.36_osx.dmg) (n.b. the file name is the same as my original install but the contents are different...). Its early days y

Re: [Github-comments] [geany/geany-plugins] latex: added feature: indent line in new environment (fixes #950) (#951)

2020-02-12 Thread Frank Lanitz
Looks good from reading. Not yet tested -- stay tuned ;) -- 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-plugins/pull/951#issuecomment-585213430

[Github-comments] [geany/geany] Geany does not flush the entire buffer on save (#2434)

2020-02-12 Thread geekguy-wy
Currently, Geany does not flush the whole buffer on a save. This can cause problems when saving code to microcontrollers that show up as a disk drive. Please force Geany to flush the whole buffer on saving a file. -- You are receiving this because you are subscribed to this thread. Reply to thi

Re: [Github-comments] [geany/geany-plugins] Find in file not working in geany on ubuntu 16.04 (#593)

2020-02-12 Thread grubernd
Can confirm this. (xubuntu 16.04 / geany 1.27) - using "Find in Files" in geany returns "No matches found" while the exact same command run in the folder with bash returns all the matches as expected. -- You are receiving this because you are subscribed to this thread. Reply to this email direc

Re: [Github-comments] [geany/geany-plugins] Find in file not working in geany on ubuntu 16.04 (#593)

2020-02-12 Thread LarsGit223
@grubernd: could you provide an example file and search string so that we can reproduce the problem? -- 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-plugins/issues/593#issuecomment-585355440

Re: [Github-comments] [geany/geany-plugins] Find in file not working in geany on ubuntu 16.04 (#593)

2020-02-12 Thread grubernd
@LarsGit223 .. I would, but of course now it works for the first time. The only thing I did different was create a new file and search for some string in it. From then on it worked with any string. But also in other instances, which it did not before. Very weird. I know that the commands we

Re: [Github-comments] [geany/geany] Find in file not working in geany on ubuntu 16.04 (#2435)

2020-02-12 Thread elextr
Find in files is part of Geany, not plugins, issue transferred. -- 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/2435#issuecomment-585423272

[Github-comments] [geany/geany] Find in file not working in geany on ubuntu 16.04 (#2435)

2020-02-12 Thread raghuirs
grep -nHIF -- $mail = new Mail(); (in directory: /drive2/www/html/opcsupportocmod/opcsupport_2031/) /bin/grep: .idea: Is a directory /bin/grep: admin: Is a directory /bin/grep: catalog: Is a directory /bin/grep: image: Is a directory /bin/grep: system: Is a directory Search failed. -- You are r

Re: [Github-comments] [geany/geany] Geany does not flush the entire buffer on save (#2434)

2020-02-12 Thread elextr
This would only apply to "unsafe save" since its the only code we control. -- 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/2434#issuecomment-585425458

Re: [Github-comments] [geany/geany] Geany does not flush the entire buffer on save (#2434)

2020-02-12 Thread elextr
Although documentation for `fflush()` says `fclose()` does flush the streams so it should be doing it already. @geekguy-wy which file saving method are you using (see [the wiki](https://wiki.geany.org/config/all_you_never_wanted_to_know_about_file_saving)? -- You are receiving this because you

[Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-12 Thread kapad
hello i have install geany from the official latest debian buster repositories, Geany Version: geany 1.33 (built on 2018-04-16 with GTK 3.22.29, GLib 2.56.1) my problem is related with gtk3 i think, and is that when i have a filetree with names somehow long, and i wish to make that tree smaller

Re: [Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-12 Thread kapad
because somehow old version i build geany to 1.36 same behaviour ![geany-1 36-scrollbars-gtk3](https://user-images.githubusercontent.com/17152917/74384586-40a5ec80-4dfa-11ea-867b-db0b7ed4e727.jpg) -- You are receiving this because you are subscribed to this thread. Reply to this email dire

Re: [Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-12 Thread elextr
The truncation on the left as the pane gets smaller happens on other GTK apps too, most likely a GTK thing, definitely not something Geany does. -- 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/

[Github-comments] [geany/geany] '.' is not recognized as an internal or external command (#2437)

2020-02-12 Thread ljunzju
Hi there, I am a user of Geany for Python. One day I encountered an error when I run the software: '.' is not recognized as an internal or external command, no matter what is the code even though print("Hello world"). I tried to reinstall the software and reboot the computer but the error shows

Re: [Github-comments] [geany/geany] '.' is not recognized as an internal or external command (#2437)

2020-02-12 Thread elextr
Try running Geany with a new configuration, on Linux `geany -c /tmp/something_that_does_not_exist` If that fixes it you have modified something in your configuration and need to unmodify it. Note re-installing won't change your config, you need to either delete it and set up again, or find wha