Re: [Github-comments] [geany/geany] "Find in files" output really messy for long-line matches (#2247)

2019-09-10 Thread Chris Graham
Agreed, that makes more sense. -- 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/2247#issuecomment-530174540

Re: [Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread Matthew Brush
(@lynas685 fixed the code block, see [here](https://help.github.com/en/articles/creating-and-highlighting-code-blocks)) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Too Many Filetypes in Open Dropdown! How can I shorten list? (#2296)

2019-09-10 Thread Matthew Brush
Presumably `Document->Set Filetype` menu. While not an answer, I'm curious why you need to change the filetype manually so often as Geany will detect it from the file when opened. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Github-comments] [geany/geany] geany won't open after fresh install on Manjaro (#2295)

2019-09-10 Thread Matthew Brush
> My installation doesn't have a /share directory, so the error makes sense. It sounds like the package you used is broken. If your `geany` binary is in, say, `/usr/bin` the `geany.glade` file needs to go into `/usr/share/geany`. > Is there a way to solve this? How? Geany is pretty easy to

Re: [Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread elextr
This is a recorded message, please always provide the version of Geany, Glib and GTK (see lines near the top of Help->Debug Messages) and the operating system and version you are using. And in your case what the compile and run commands and directories are configured to. -- You are receiving

Re: [Github-comments] [geany/geany] Too Many Filetypes in Open Dropdown! How can I shorten list? (#2296)

2019-09-10 Thread elextr
There is no "open dropdown", did you mean the recently used dropdown list? Menu->edit->preferences->files->recent files list length? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] "Find in files" output really messy for long-line matches (#2247)

2019-09-10 Thread elextr
Thanks for the patch, but why not pass 1024 to `stdout_max_length` when spawn is called to run programs displaying in the message window rather than add yet another mysterious constant to _every_ call to spawn? -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread lynas685
Trying this again using the insert code function `#include ` This should be the correct in the second line of the code. Regards, Paul -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread lynas685
In copy and paste from the Geany code page, the #include statement is only copying the #include but not the which follows. The line two text in the original code is #include Regards, Paul -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread lynas685
The second line of code should have shown #include This is the original code. Regards, Paul -- 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/2297#issuecomment-530091411

[Github-comments] [geany/geany] Cpp file compiled but not recognized as valid on execute (#2297)

2019-09-10 Thread lynas685
Geany fails to execute Cpp file following compiling with no error. File was vardef.cpp and compiled correctly with no errors, but when trying to execute, execute failed with the following message. '"./vardef"' is not recognized as an internal or external command, operable program or batch

Re: [Github-comments] [geany/geany] "Find in files" output really messy for long-line matches (#2247)

2019-09-10 Thread Chris Graham
(Thanks for all your replies to my issues @elextr - I know I've been posting a lot and fixing nothing myself, but I have too many backlogged commitments right now to start making pull requests.) This patch resolves the problem, simply by matching the spawn API line limit to the messaging

[Github-comments] [geany/geany] Too Many Filetypes in Open Dropdown! How can I shorten list? (#2296)

2019-09-10 Thread Rufus V. Smith
I tried removing files from /usr/share/geany/filedefs and editing filetype-extensions.conf but neither of those changes resulted in a shorter file pick list. I use less than 10 file types on a regular basis, but picking them out of that scrolling, out of window, file list is a pain. How do I

Re: [Github-comments] [geany/geany] geany won't open after fresh install on Manjaro (#2295)

2019-09-10 Thread elextr
Please note that the snap package is not made by the Geany project, so you may not get a solution here. You may be better off asking the snap creator if there is such a facility on snapcraft. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or