[Geany-Users] Re: Converting HTML entities in text to UTF-8

2023-05-13 Thread Lex Trotman via Users
... > Aha, got it. Sadly no, it's been a long time since I wrote C code... > > I will check who the maintainer is of that plugin and see if he/she might be > interested. HTML chars is part of the Geany repository, so it doesn't have an individual maintainer, unlike those in the Geany-plugins

[Geany-Users] Re: Converting HTML entities in text to UTF-8

2023-05-13 Thread H via Users
On May 12, 2023 10:15:02 PM EDT, Lex Trotman via Users wrote: >A pull request means you have written the C code to provide the >feature and are providing it to the project. Are you a competent C >programmer? >If so "somebody" refers to you and github help and Geany HACKING file >should be your

[Geany-Users] Re: Help to start c++ with Geany

2023-05-13 Thread Lex Trotman via Users
On Sat, 13 May 2023 at 21:39, Lex Trotman wrote: > > Note this is a wx question, not a Geany question. > > You need to set the wx includes directories for compiles and probably > library directories for the linker. To add, a C++ compiler does not know where to find anything other than the

[Geany-Users] Re: Help to start c++ with Geany

2023-05-13 Thread Lex Trotman via Users
Note this is a wx question, not a Geany question. You need to set the wx includes directories for compiles and probably library directories for the linker. I am not a wx user and my quick perusal of the wx website did not show any information about how to build a wx program, not even the "hello

[Geany-Users] Help to start c++ with Geany

2023-05-13 Thread Jean-Philippe Combe via Users
*Hello everyone,* I use Geany for many years for Pearl and MQL4 language but I would like to learn standard c++ with Geany and I have some problems to compile : *My example program :* //#include #include "/usr/include/wx-3.2/wx/wx.h" // this file exists ! class MyApp : public wxApp { public: