[Geany-Devel] Windows installer snapshots with GTK 2.24

2014-10-14 Thread Enrico Tröger
Hi, I've built new Windows installers from current GIT master against a GTK 2.24 development environment and the GTK 2.24 runtime environment is also included in the full installer. This is a preparation step for future releases which should be shipped with a recent GTK runtime on Windows.

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-10-05 Thread Enrico Tröger
On 01/10/14 21:17, Matthew Brush wrote: On 14-09-30 06:40 AM, Enrico Tröger wrote: Hey, Attached is the trivial diff of my changes to your confdir.c. So, if my modifications work also on your Windows XP, I'd say go ahead and commit your changes and I will start to build the installer

Re: [Geany-Devel] SourceFarce

2014-09-30 Thread Enrico Tröger
On 23/09/14 01:40, Matthew Brush wrote: On 14-09-22 04:44 AM, Nick Treleaven wrote: On 01/09/2014 03:27, Matthew Brush wrote: I deleted my Source Forge account after like 20 times of losing my comments. This final time it was a detailed C++ explanation on Scintilla's bug tracker that took a

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-09-01 Thread Enrico Tröger
On 01/09/14 01:25, Matthew Brush wrote: On 14-08-31 07:38 AM, Enrico Tröger wrote: On 30/08/14 03:04, Matthew Brush wrote: On 14-08-29 07:24 AM, Enrico Tröger wrote: [snip] I'd implement this way first, based on your patch, and if we want, we can change to .../Local later anyway if desired

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-31 Thread Enrico Tröger
On 30/08/14 03:04, Matthew Brush wrote: On 14-08-29 07:24 AM, Enrico Tröger wrote: [snip] I'd implement this way first, based on your patch, and if we want, we can change to .../Local later anyway if desired. I think it's probably the easiest solution, with the least code, and most

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-30 Thread Enrico Tröger
On 30/08/14 06:47, Matthew Brush wrote: On 14-08-29 07:24 AM, Enrico Tröger wrote: On 28/08/14 01:49, Matthew Brush wrote: On 14-08-27 10:54 AM, Enrico Tröger wrote: Am 24.08.2014 um 17:18 schrieb Matthew Brush: On 14-08-22 11:23 AM, Enrico Tröger wrote: Hi, lately, I started building

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-27 Thread Enrico Tröger
Am 24.08.2014 um 17:18 schrieb Matthew Brush: On 14-08-22 11:23 AM, Enrico Tröger wrote: Hi, lately, I started building a new Windows installer which includes a recent GTK 2.24 runtime for Windows which need for future releases. While most things went fine I noticed one problem: GTK

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-24 Thread Enrico Tröger
Am 23.08.2014 um 01:22 schrieb Lex Trotman: On 23 August 2014 04:23, Enrico Tröger enrico.troe...@uvena.de wrote: Hi, lately, I started building a new Windows installer which includes a recent GTK 2.24 runtime for Windows which need for future releases. Hi Enrico, Do you have access

Re: [Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-24 Thread Enrico Tröger
Am 23.08.2014 um 02:26 schrieb Matthew Brush: On 14-08-22 11:23 AM, Enrico Tröger wrote: Hi, lately, I started building a new Windows installer which includes a recent GTK 2.24 runtime for Windows which need for future releases. [snip] - add some code to check if a config in ...\Roaming

[Geany-Devel] Windows GTK Runtime 2.24 and config directory

2014-08-22 Thread Enrico Tröger
Hi, lately, I started building a new Windows installer which includes a recent GTK 2.24 runtime for Windows which need for future releases. While most things went fine I noticed one problem: GTK, in detail Glib, changed the way g_get_user_data_dir() works on Windows: in older releases,

Re: [Geany-Devel] build.c missing win32.h include

2014-08-08 Thread Enrico Tröger
Heyho, On 08/08/14 01:19, Matthew Brush wrote: On 14-08-07 02:58 PM, Colomban Wendling wrote: Le 07/08/2014 23:38, Enrico Tröger a écrit : On 07/08/14 18:41, Colomban Wendling wrote: Le 07/08/2014 18:24, Enrico Tröger a écrit : [...] I'd like to make the nightly builds a bit stricter

Re: [Geany-Devel] [PATCH] Fix marker blinking by specifying of which indicator to clear

2014-08-07 Thread Enrico Tröger
On 04/08/14 17:10, Pavel Roschin wrote: --- spellcheck/src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spellcheck/src/gui.c b/spellcheck/src/gui.c index 5748e72..e05d5ce 100644 --- a/spellcheck/src/gui.c +++ b/spellcheck/src/gui.c @@ -404,7 +404,7 @@ static

Re: [Geany-Devel] build.c missing win32.h include

2014-08-07 Thread Enrico Tröger
On 07/08/14 18:41, Colomban Wendling wrote: Le 07/08/2014 18:24, Enrico Tröger a écrit : [...] I'd like to make the nightly builds a bit stricter especially if it helps to spoil out such problems. Any idea how to make such warnings error without using -Werror? I'm afraid -Werror is too hard

Re: [Geany-Devel] [PATCH] Fix marker blinking by specifying of which indicator to clear

2014-08-07 Thread Enrico Tröger
On 07/08/14 20:23, Pavel Roschin wrote: On 04/08/14 17:10, Pavel Roschin wrote: --- spellcheck/src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spellcheck/src/gui.c b/spellcheck/src/gui.c index 5748e72..e05d5ce 100644 --- a/spellcheck/src/gui.c +++

Re: [Geany-Devel] Geany uses g_signal_handlers_disconnect_by_data from glib 2.32

2014-06-02 Thread Enrico Tröger
On 02/06/14 18:55, Dimitar Zhekov wrote: Hello, all, While attempting to compile the latest Geany snapshot, I received a compiler warning and then a linked error: src\document.c.5.o:document.c: (.text +0x5b97): undefined reference to `g_signal_handlers_disconnect_by_data'

Re: [Geany-Devel] Geany/plugins win32 waf build/install

2014-05-29 Thread Enrico Tröger
On 25/05/14 13:26, Dimitar Zhekov wrote: On Sat, 24 May 2014 11:55:47 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: On 18/05/14 19:08, Dimitar Zhekov wrote: On Sun, 18 May 2014 15:30:21 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: On 16/05/14 18:41, Dimitar Zhekov wrote

Re: [Geany-Devel] Geany/plugins win32 waf build/install

2014-05-24 Thread Enrico Tröger
On 18/05/14 19:08, Dimitar Zhekov wrote: On Sun, 18 May 2014 15:30:21 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: On 16/05/14 18:41, Dimitar Zhekov wrote: The prefix problem is workarounded. Since geany.pc is installed in \geany\path\lib\pkgconfig now, win32 pkg-config automatically

Re: [Geany-Devel] Geany/plugins win32 waf build/install

2014-05-18 Thread Enrico Tröger
On 16/05/14 18:41, Dimitar Zhekov wrote: Hi, I tested $subject again with 1.24, and it's improved significantly. Geany now installs geany.pc and the development headers properly, so the plugins build without problems. The plugin installation, however, creates a \lib directory on the

Re: [Geany-Devel] [Geany-Users] Downtime of geany.org and lists on Saturday, May 03 2014

2014-05-03 Thread Enrico Tröger
On 27/04/14 18:32, Enrico Tröger wrote: Hi, one of the hard disks in the server where geany.org is hosted recently showed up some errors and so we will change the disk against a new one just to be prevent a complete failure in advance. This maintenance is planned for upcoming Saturday, May

Re: [Geany-Devel] Geany 1.23 Waf install under win32

2014-04-11 Thread Enrico Tröger
On 11/04/14 08:41, Steven VALSESIA wrote: Hi ! I wanted to try this test-build http://uvena.de/tmp/geany-1.24_setup_test.exe, but I cannot ran it. I had to had these dependency : *libgcc_s_sjlj-1.dlllibstdc++-6.dlllibwinpthread-1.dll* But even if I had them, I cannot run it because

Re: [Geany-Devel] Geany 1.23 Waf install under win32

2014-04-10 Thread Enrico Tröger
On 16/06/13 20:37, Dimitar Zhekov wrote: On Sun, 16 Jun 2013 15:59:14 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: On 06/16/13 15:11, Dimitar Zhekov wrote: - no header fiels are installed, or maybe they are copied somewhere outside the $prefix. Copying the headers manually is OK

Re: [Geany-Devel] Geany Releases

2014-04-03 Thread Enrico Tröger
On 01/04/14 00:49, Lex Trotman wrote: Since we are about to produce a new release I propose a change to the Geany workflow. More regular releases. Acknowledging that Geany hasn't the number of contributors that say firefox has, monthly would seem too often, so instead I propose an 8 week

Re: [Geany-Devel] [geany/geany] 71b48b: Regenerate 16x16 Geany icon to be not cutoff

2014-03-18 Thread Enrico Tröger
On 16/03/14 20:55, Matthew Brush wrote: On 14-03-16 05:20 AM, Enrico Tröger wrote: Branch: refs/heads/master Author: Enrico Tröger enrico.troe...@uvena.de Committer: Enrico Tröger enrico.troe...@uvena.de Date:Sun, 16 Mar 2014 12:20:05 UTC Commit

Re: [Geany-Devel] Spellcheck plugin doesn't work with enchant

2014-03-13 Thread Enrico Tröger
Hi Chris, Is there anything special in your setup? I can't imagine enchant/*spell doesn't work out-of-the-box on a FreeBSD system. No special setup per-se'. But FreeBSD provides aspell(1) out-of-the-box part of System. So I /assumed/, because the dictionary was present, as well as aspell,

Re: [Geany-Devel] [Geany-Users] Short downtime of geany.org and lists on Sunday, March 09 2014

2014-03-09 Thread Enrico Tröger
On 05/03/14 21:26, Enrico Tröger wrote: Hi, I'll upgrade the operating system on the geany.org server on Sunday, March 09 2014. Therefore the server and its services will be down for a short period of time (ideally just a reboot). The following services will be affected: - all mailing

Re: [Geany-Devel] Win32 color chooser dialog removal, concerning the Pull Request #215

2014-03-05 Thread Enrico Tröger
On 04/03/14 16:41, Matthew Brush wrote: On 14-03-04 06:57 AM, Steven VALSESIA wrote: Hi everybody ! I copy-paste a code that belong to Peter Scholtens that add an apply button to the color chooser. But to make that code useful to windows users, and make the code more maintainable, I

Re: [Geany-Devel] Spellcheck plugin doesn't work with enchant

2014-03-02 Thread Enrico Tröger
Hi, Any thoughts on how I might overcome this problem? Could you try on the command line the following command: # enchant-lsmod Here's the output: # enchant-lsmod aspell (Aspell Provider) ispell (Ispell Provider) myspell (Myspell Provider) that's fine. to check if Enchant knows

Re: [Geany-Devel] Python tags

2014-02-08 Thread Enrico Tröger
On 06/02/14 17:59, Colomban Wendling wrote: Le 26/01/2014 13:10, Enrico Tröger a écrit : On 09/01/14 23:00, Enrico Tröger wrote: On 09/01/14 21:57, Johann SAUNIER wrote: Hi all, Code navigation in Python language is a pain due to the fact that the action go to symbol definition on classes

Re: [Geany-Devel] Python tags

2014-01-26 Thread Enrico Tröger
On 09/01/14 23:00, Enrico Tröger wrote: On 09/01/14 21:57, Johann SAUNIER wrote: Hi all, Code navigation in Python language is a pain due to the fact that the action go to symbol definition on classes or methods don't go to the actual definition, but rather heads to the import line

Re: [Geany-Devel] [Geany-Users] Short downtime of geany.org and lists on Saturday, 11.1 starting from about 1pm UTC

2014-01-11 Thread Enrico Tröger
On 09/01/14 12:37, Frank Lanitz wrote: Hi folks, We need to do some maintenance at the host of geany.org which needs a little downtime. We will start at upcoming Saturday, 11.1 at about 1pm UTC / 14h CET) and expect that it will take maybe 2 or 3 hours. During this time at least these

Re: [Geany-Devel] g_spawn_command_line_async result in the message tab

2013-11-16 Thread Enrico Tröger
On 16/11/13 20:55, Matthew Brush wrote: On 13-11-16 11:08 AM, Francesco OpenCode Apruzzese wrote: Hi all, I'm try to create a new Geany plugin with this documentation (http://www.geany.org/manual/reference/) and the examples in this repo (https://github.com/geany/geany-plugins) This is the

Re: [Geany-Devel] Wish for Wishlist and bug in Homepage

2013-11-12 Thread Enrico Tröger
Hi, An additional point I want to mention, is a bug in your Webside-software. As I wanted to add this wish to the wishlist, I clicked at the bottom of the page on edit this page of the line (If you have another idea/wish which should be listed here, edit this page). Then it asks for a username

Re: [Geany-Devel] [geany-plugins] Autoclose: v0.2 - many improvements (#114)

2013-10-27 Thread Enrico Tröger
Hi all, On 10/20/13 21:01, RPG wrote: * add removing pairing brace by Shift+BackSpace * do not add semicolon in #define-s * add semicolon after class and struct * now works with GTK3+ (thanks Matthew Brush for patch http://pastebin.geany.org/r2VKS/) * added scrollbar for settings *

Re: [Geany-Devel] [geany-plugins] Autoclose: v0.2 - many improvements (#114)

2013-10-27 Thread Enrico Tröger
On 10/27/13 17:03, Pavel Roschin wrote: Hi all, now that we have a quite feature rich auto-close plugin (I didn't test/use it but it already looks more mature than what we have in Geany core), I wonder whether we could drop the now somewhat redundant and always buggy code in Geany core which

Re: [Geany-Devel] Geany themes repo

2013-06-16 Thread Enrico Tröger
On 06/16/13 00:58, Matthew Brush wrote: Hi, I added a Geany-Themes repo to Geany's Github org. @Enrico should we setup SweetGeany and/or mailing list hooks for it? Done and finally even documented the necessary steps :). Regards, Enrico -- Get my GPG key from

Re: [Geany-Devel] Geany 1.23 Waf install under win32

2013-06-16 Thread Enrico Tröger
On 06/16/13 15:11, Dimitar Zhekov wrote: Matthew Brush notificati...@github.com wrote: @elextr FWIW, the files `makefile.win32` and `win32env.mk` (and geanypy.nsis for the installer and README.win32 for the instructions) are needed for `src/makefile.win32` to be useful. @eht16 Any chance

Re: [Geany-Devel] Cloning the tree

2013-06-14 Thread Enrico Tröger
On 06/14/13 18:12, Adhir Ramjiawan wrote: Hi guys! I'm Adhir Ramjiawan, I've been wanting to brush up my C programming skills and feel Geany is good be a good project to learn from and contribute! I am experiencing a problem cloning the source tree from http://git.geany .org/git/geany . I

Re: [Geany-Devel] Adding a plugin

2013-06-09 Thread Enrico Tröger
On 06/09/13 13:41, Frank Lanitz wrote: On Sun, 9 Jun 2013 18:12:49 +0800 Chow Loong Jin hyper...@gmail.com wrote: On Sun, Jun 09, 2013 at 11:59:20AM +0200, Frank Lanitz wrote: On Sun, 9 Jun 2013 17:53:21 +0800 Chow Loong Jin hyper...@gmail.com wrote: Is waf still around, or were we

Re: [Geany-Devel] Compiling 1.23.1 under Windows

2013-06-06 Thread Enrico Tröger
On 06/06/13 19:29, Dimitar Zhekov wrote: On Wed, 05 Jun 2013 19:56:39 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: system, and Geany fails to build. Speaking of which, it'll be a good idea to change the C++ compiler detection as well - I don't think a mix of gcc-compiled Geany sources

Re: [Geany-Devel] Compiling 1.23.1 under Windows

2013-06-05 Thread Enrico Tröger
On 05/06/13 19:05, Dimitar Zhekov wrote: Hi, I tried to $subject, and ran into small problems. First, geany_private.rc now includes geany.exe.manifest, but the 1.23.1 bzip lacks this file. Maybe the gzip archive has it, I havent tested. Sorry, I forgot to add it to Makefile.am. Will fix

Re: [Geany-Devel] Compiling 1.23.1 under Windows

2013-06-05 Thread Enrico Tröger
Hey, If we don't want to release 1.23.1.1 (or 1.23.2) ASAP, I'll change and test the compiler detection under Win~1 tomorrow. just to save you some trouble: before compiling, look at https://sourceforge.net/p/scintilla/code/ci/e806db1e88ea1762815760af704cc414ae395f00/ which fixes compilation

Re: [Geany-Devel] geany-plugins fail to build with msvc

2013-04-24 Thread Enrico Tröger
On 19/04/13 01:31, Lex Trotman wrote: On 19 April 2013 03:59, Enrico Tröger enrico.troe...@uvena.de wrote: On 18/04/13 19:36, Dimitar Zhekov wrote: On Tue, 16 Apr 2013 22:21:25 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: Btw, does Geany build with MSVC? No. The '-mms-bitfields

Re: [Geany-Devel] geany-plugins fail to build with msvc

2013-04-18 Thread Enrico Tröger
On 18/04/13 19:36, Dimitar Zhekov wrote: On Tue, 16 Apr 2013 22:21:25 +0200 Enrico Tröger enrico.troe...@uvena.de wrote: Btw, does Geany build with MSVC? No. The '-mms-bitfields' warnings aside, it fails with: ..\plugins\saveactions.c(30) : fatal error C1083: Cannot open include file

Re: [Geany-Devel] [geany/geany] fbce36: Improve build date conversion code

2013-03-18 Thread Enrico Tröger
On 17/03/13 19:38, Colomban Wendling wrote: Le 17/03/2013 18:00, Colomban Wendling a écrit : Le 17/03/2013 17:17, Enrico Tröger a écrit : Branch: refs/heads/master Author: Enrico Tröger enrico.troe...@uvena.de Committer: Enrico Tröger enrico.troe...@uvena.de Date:Sun, 17

Re: [Geany-Devel] Changing terminate signal for stopping executing programs

2013-03-11 Thread Enrico Tröger
On 11/03/13 05:17, Lex Trotman wrote: On 11 March 2013 14:58, Chow Loong Jin hyper...@gmail.com wrote: On 11/03/2013 10:18, Lex Trotman wrote: Hi All, [...] My understanding of Unix/Linux signals is that the comment above is wrong and always has been wrong, a signal sent to a child process

Re: [Geany-Devel] Screenshots in user manual

2013-03-03 Thread Enrico Tröger
Hey, If we add a feature that changes the GUI of one of the existing screenshots in the manual, should we make a new screenshot using whatever theme/font/icons/etc that we have or is it better just to leave it until release and do them all uniformly at once? Will we remember? I won't.

[Geany-Devel] Server outage / disk error

2013-02-02 Thread Enrico Tröger
Hi, today one of the disks in the server where geany.org is hosted died. The data center guys instantly changed the broken disk and currently the disks are resyncing and we experienced no data loss, thanks to RAID 1. All services should be up and running again. If you encounter any problems,

Re: [Geany-Devel] Scope is on hold

2013-01-31 Thread Enrico Tröger
Hey Jimmy, I won't work on Scope for a month or two, except if urgent fixes are required. The current version has no known bugs. Except that it won't build with GLib 2.20 (because of g_array_get_element_size). This is not fatal at all but it would be nice if you could add a version

[Geany-Devel] GTK 2.16 build error in Markdown plugin

2013-01-31 Thread Enrico Tröger
Hey Matthew, the Markdown plugin currently does not compile on GTK 2.16, more specific with GLib 2.26. See http://nightly.geany.org/misc/build_gtk216_plugins_stderr.log for details. One issue is that uint (conf.c:245) is not defined. I guess this is just a typo and should be guint. I just don't

[Geany-Devel] WebHelper: Failed Geany-Plugins Nightly Builds

2013-01-13 Thread Enrico Tröger
Hey, for some reason, WebHelper doesn't compile anymore on the Debian Unstable nightly builds. See http://nightly.geany.org/debian/geany-plugins_1.23+dfsg-2+20130113gitc6e21b1-1_sid-amd64.log I'm not really sure why ui_widgets can't be found, especially on the other builders it works. Does

[Geany-Devel] Scope: Failed Geany-Plugins Nightly Builds

2013-01-13 Thread Enrico Tröger
Hey, the Scope plugin doesn't (cross-)compile on Windows anymore. http://nightly.geany.org/win32/build_win32_plugins_stderr.log Any ideas? Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc signature.asc Description: OpenPGP digital signature

Re: [Geany-Devel] (no subject)

2012-11-21 Thread Enrico Tröger
Hi, just for general information: I enabled the moderated flag for thelifeof3.14...@yahoo.co.in, so further spam postings won't reach the list. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc signature.asc Description: OpenPGP digital signature

<    1   2