Re: [Github-comments] [geany/geany-plugins] required library dev package (libenchat-dev) not mentioned in spellcheck docs (#1050)

2020-12-25 Thread Andy Alt
Closed #1050. -- 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/1050#event-4149352818

Re: [Github-comments] [geany/geany-plugins] GTK 3 not mentioned as an option requirement in spellcheck docs (#1051)

2020-12-25 Thread Andy Alt
Closed #1051. -- 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/1051#event-4149352883

Re: [Github-comments] [geany/geany-plugins] required library dev package (libenchat-dev) not mentioned in spellcheck docs (#1050)

2020-12-25 Thread Andy Alt
My big problem was that I haven't been doing much coding lately and am getting a bit rusty in the head. I was trying to find the .pc file and preceding './configure' with PKG_CONFIG_PATH... forgetting that I needed to install libenchant-dev. Fortunately I only lost 5 minutes of my life. -- Yo

Re: [Github-comments] [geany/geany-plugins] GTK 3 not mentioned as an option requirement in spellcheck docs (#1051)

2020-12-25 Thread elextr
Geany 1.37 switched to GTK3 by default, you can still build it with gtk2 by telling configure --enable-gtk2, but even that will go away in 1.38 (well thats the plan anyway) so references to GTK2 will slowly go away from Geany and plugins. Note that technically GTK3 is ">=2.8.0" :grin: See also

Re: [Github-comments] [geany/geany-plugins] required library dev package (libenchat-dev) not mentioned in spellcheck docs (#1050)

2020-12-25 Thread elextr
"you need to have the Enchant library installed" -- README To build anything you always need the development versions of libraries installed _if your distro separates them_. And different distros call the separated development packages different things, `libenchant-dev` on Debian and derivativ

[Github-comments] [geany/geany-plugins] GTK 3 not mentioned as an option requirement in spellcheck docs (#1051)

2020-12-25 Thread Andy Alt
*Debian Buster *Geany-plugins v1.37 *Geany (git) built with GTK 3 enabled The [spellcheck doc](https://github.com/geany/geany-plugins/blob/master/spellcheck/README) lists "GTK >= 2.8.0" as a requirement, but I think it should list it as "GTK >= 2.8.0 or GTK 3" because Geany itself can be built

[Github-comments] [geany/geany-plugins] required library dev package (libenchat-dev) not mentioned in spellcheck docs (#1050)

2020-12-25 Thread Andy Alt
*Debian Buster *Geany-plugins v1.37 *Geany (git) built with GTK 3 enabled The 'libenchat-dev' package is required to build the spellcheck plugin; however, I didn't find that information in /README.md or in https://github.com/geany/geany-plugins/tree/master/spellcheck. -- You are receiving this

Re: [Github-comments] [geany/geany-plugins] geany-plugins sourceforge site should be maintained or removed (#1049)

2020-12-25 Thread elextr
Agree Needs "somebody" whose sourceforge account still works to do it @eht16 maybe? -- 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/1049#issuecomment-751307781

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-25 Thread elextr
First of all, Geany is a totally volunteer project, people work on it in their own time, and cover a wide spectrum of knowledge and experience. I am likely older and have more coding experience than you (and I like to think capable of being grumpier than most :grin:) so there is no need for rep

[Github-comments] [geany/geany-plugins] geany-plugins sourceforge site should be maintained or removed (#1049)

2020-12-25 Thread Andy Alt
Came across this today in a Google search. I didn't realized I was on an outdated site until after I navigated to the plugins site from geany.org. http://geany-plugins.sourceforge.net/downloads.html Seems that this SF site should be maintained or removed, or a 301 redirect set up. -- You are

Re: [Github-comments] [geany/geany] Create julia lexer and tags parser (#2584)

2020-12-25 Thread getzze
Thanks for testing it, I commited a correction, you should be able to compile it now. Happy to hear your feedback. -- 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/pull/2584#issuecomment-7512990

Re: [Github-comments] [geany/geany] Create julia lexer and tags parser (#2584)

2020-12-25 Thread getzze
@getzze pushed 1 commit. d3ec25d5be98e4b0a6e72d19a0ea8752eccee141 missing constructor LexerJulia -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2584/files/252509e30858bc41ac06686ac9d156eec2265b6b..d3ec25d5be98e4b0a6e7

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-25 Thread ruminations
25 December 2020 Noon First of all, the sub-process state is irrelevant as is suspension and hibernation. What is relevant is the state of the geany user interface, and surely there is state storage of that if only in RAM. Second of all, I am talking about a **complete power failure**, intenti