Re: [Geany-Devel] multiterm should be disabled if no valac is found

2014-04-27 Thread Matthew Brush
of failing as I'd have expected. In a perfect world, the generated *.[ch] files would be distributed and when compiling (from tarball at least) no Vala compiler would be required. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org

Re: [Geany-Devel] multiterm should be disabled if no valac is found

2014-04-27 Thread Matthew Brush
On 14-04-27 01:08 PM, Colomban Wendling wrote: Le 27/04/2014 21:24, Matthew Brush a écrit : On 14-04-27 05:39 AM, Dimitar Zhekov wrote: $ ./autogen.sh ... checking for valac... valac configure: WARNING: no proper vala compiler found configure: WARNING: you will not be able to compile vala

Re: [Geany-Devel] Python question

2014-04-26 Thread Matthew Brush
= int(str(doc)[13:-1], 16) lib.document_close(ctypes.cast(ptrValue, ctypes.c_void_p).value) Now I have segfault :) Is it possible that `GPointer` is a `PyCapsule` (or `PyCObject`) and not an actual `void*` pointing directly to a `GeanyDocument*`? Cheers, Matthew Brush

Re: [Geany-Devel] Python question

2014-04-26 Thread Matthew Brush
that might work: def geanypy_path(): import geany, os path = os.path.dirname( os.path.dirname(os.path.dirname(geany.__file__))) return os.path.join(path, geanypy.so) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org

Re: [Geany-Devel] Python question

2014-04-25 Thread Matthew Brush
to, maybe try to call the C function `Document_create_new_from_geany_document()` (in src/geanypy-document.[ch]) which is used by GeanyPy internally, but should be callable somehow from Python. Cheers, Matthew Brush ___ Devel mailing list Devel

Re: [Geany-Devel] Python question

2014-04-25 Thread Matthew Brush
On 14-04-24 11:35 PM, Matthew Brush wrote: On 14-04-24 09:44 PM, Pavel Roschin wrote: I'm played with GeanyPy plugin and faced with a problem. Here is the source code I created to get current document from sidebar: def press(self, widget, event, data=None): if event.button != 2

Re: [Geany-Devel] Python question

2014-04-25 Thread Matthew Brush
` to pickup the C module's filename where the symbol lives, if that works. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Geanypy bug

2014-04-24 Thread Matthew Brush
and you like coding in Python, I'm pretty sure this is where would need changing: https://github.com/codebrainz/geanypy/blob/master/geany/loader.py#L77 Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin

Re: [Geany-Devel] Any votes for a Project-Tree plugin?

2014-04-17 Thread Matthew Brush
/src/libgeanypy.la I'm not sure about the last line, but presumably there's a way in Automake to say these files depend on that other file, install them both. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi

Re: [Geany-Devel] Windows binaries for testing (was: Re: Geany 1.23 Waf install under win32)

2014-04-13 Thread Matthew Brush
On 14-04-13 02:10 AM, Frank Lanitz wrote: On Sun, 13 Apr 2014 02:07:28 -0700 Matthew Brush mbr...@codebrainz.ca wrote: Python might be similar except that there is a official installer available which is easy to use. Though I think we should skip GeanyPy for this release but definitely should

Re: [Geany-Devel] GeanyLaTeX segfault

2014-04-09 Thread Matthew Brush
bug I looked at from pastebin on IRC the other day looked to me like Scintilla's notification was firing after the GeanyEditor, GeanyDocument or GeanyFiletype was destroyed/re-used/whatever and it was dereferencing a NULL or invalid pointer. Cheers, Matthew Brush

Re: [Geany-Devel] 'shiftcolumn' plugin - keyboard shortcut conflict

2014-03-25 Thread Matthew Brush
to improve its README/docs. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Hello!

2014-03-19 Thread Matthew Brush
to send my code? Create a fork repository and issue a pull request? It's the best way, yep. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Hi!

2014-03-18 Thread Matthew Brush
, but it should be reasonably simple to look inside the build/*.m4 file for the plugin to see if it has GTK3 build system support yet. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo

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

2014-03-16 Thread Matthew Brush
/geany/commit/8abccc9bea0ac29cdc1adf3821ea4cec507c7cae Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

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

2014-03-05 Thread Matthew Brush
On 14-03-05 12:14 PM, Enrico Tröger wrote: 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

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

2014-03-04 Thread Matthew Brush
, but I guess that's a different subject :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Hello!

2014-03-03 Thread Matthew Brush
, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Plugins Quality Check

2014-02-21 Thread Matthew Brush
disable deprecated warnings? IIRC there is only --disable-warnings, and IIUC it removes everything not an error? I believe Valac's --disable-deprecated option will disable it warning about deprecated annotations in the VAPI files. I'd have to test it to be sure though. Cheers, Matthew Brush

Re: [Geany-Devel] Plugins Quality Check

2014-02-21 Thread Matthew Brush
to implement name-mangling and such differently. I don't think it matters for Geany though since nothing external would be linked with C++ symbols, even Scintilla's exposed stuff is plain/extern C AFAIK. Cheers, Matthew Brush ___ Devel mailing list Devel

Re: [Geany-Devel] modification of fullscreen behaviour

2014-02-20 Thread Matthew Brush
(maybe windows or odd-ball *nix ones) that don't support the keybinding or it gets re-bound or whatever. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Plugins Quality Check

2014-02-20 Thread Matthew Brush
for Valac to make it disable the deprecation warnings, if that is desirable. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Scribble Font

2014-01-31 Thread Matthew Brush
On 14-01-31 03:04 PM, Steven Blatnick wrote: Is there any way to adjust the Scribble font? I think it should use a monospace font :-/ I believe it's called textview_scribble and is a GtkTextView if you'd like to theme it using gtkrc/gtkcss. Cheers, Matthew Brush

Re: [Geany-Devel] Scribble Font

2014-01-31 Thread Matthew Brush
widget, so you can match it by GtkWidget name in the gtkrc file (see main.c:L282). Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Plugin Advice

2014-01-16 Thread Matthew Brush
. Is this ok? You can just use the exposed Scintilla API, like: scintilla_send_message(sci, SCI_GETFOLDLEVEL, line, 0); Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] A direction for Geany

2013-12-16 Thread Matthew Brush
the existing GtkTextView widget and the rest of its API is very idiomatic. Scintilla's GTK+ backend, without going into a huge rant, has quite possibly the worst, most foreign API to ever be unleashed on the world. Cheers, Matthew Brush ___ Devel mailing list

Re: [Geany-Devel] small bug in utils_strtod()

2013-12-01 Thread Matthew Brush
On 13-12-01 04:34 PM, Lex Trotman wrote: On 2 December 2013 09:45, Matthew Brush mbr...@codebrainz.ca wrote: On 13-12-01 01:26 PM, Lex Trotman wrote: Hi, **gint** utils_strtod()?? Sheesh. s/b renamed utils_hexcolor() or similar, thats what it does. As for end, the original strtod

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

2013-11-16 Thread Matthew Brush
/msgwindow_8h.html Also, if you like to write it in Python, GeanyPy[1] allows to make Geany plugins using Python. Cheers, Matthew Brush [1]: http://codebrainz.github.io/geanypy/ ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman

Re: [Geany-Devel] spawning rewrite - RFC

2013-11-16 Thread Matthew Brush
/geany-plugins/tree/external-tools/external-tools/src It's an on-going effort to improve the situation with process spawning on Win32 in Geany core for stuff like Send Selection To and running build commands and such. Cheers, Matthew Brush ___ Devel

Re: [Geany-Devel] A direction for Geany

2013-11-14 Thread Matthew Brush
On 13-11-14 10:56 AM, Dimitar Zhekov wrote: On Tue, 12 Nov 2013 17:47:26 -0800 Matthew Brush mbr...@codebrainz.ca wrote: On 13-11-12 10:43 AM, Dimitar Zhekov wrote: On Mon, 11 Nov 2013 01:31:35 -0800 Matthew Brush mbr...@codebrainz.ca wrote: 1. An architecture that allows multi-threading

Re: [Geany-Devel] Let's use Vala

2013-11-13 Thread Matthew Brush
to GTK3). Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Let's use Vala

2013-11-12 Thread Matthew Brush
guess) to actually call the GObject C code rather than directly through a CPython extension (could be mistaken on this). You might like an intro like this video: http://www.youtube.com/watch?feature=player_detailpagev=6QrGmA_RR4E#t=2214 Cheers, Matthew Brush

Re: [Geany-Devel] Let's use Vala

2013-11-12 Thread Matthew Brush
to bring Geany down to a crashing halt with one little pointer mishap :) Cheers, Matthew Brush [1]: Of course this is subjective but even just something like using GTK+3 build probably dwarves anything introduced by some additional GObjects generated out of Vala. [2]: Since so much

Re: [Geany-Devel] Gtk2 vs Gtk3 (was. Re: A direction for Geany)

2013-11-12 Thread Matthew Brush
to run a virtual machine, bootstick or live distro to get access to more modern software Cheers, Matthew Brush [1]: Well not completely fair, because they're making Geany development harder and holding back progress/improvements for the sake of having to use latest Geany releases instead

Re: [Geany-Devel] Gtk2 vs Gtk3 (was. Re: A direction for Geany)

2013-11-12 Thread Matthew Brush
, such as those suggestions being gathered in the direction for Geany thread. It's painful writing new, pre-deprecated code against dead dependency version and not being able to use newer or improved APIs, though. Cheers, Matthew Brush ___ Devel mailing

Re: [Geany-Devel] A direction for Geany

2013-11-11 Thread Matthew Brush
On 13-11-11 02:42 AM, Thomas Martitz wrote: Am 11.11.2013 10:31, schrieb Matthew Brush: [snip] * GtkSourceView completely integrates into our GUI toolkit, using native (not custom drawn like Scintilla) widgets inside and interacts properly with stuff like scrolling, focus, DnD, key-bindings

Re: [Geany-Devel] Let's use Vala

2013-11-11 Thread Matthew Brush
On 13-11-11 05:37 AM, Thomas Martitz wrote: Am 10.11.2013 21:04, schrieb Matthew Brush: Maybe it's something specific to that Gist, so I re-pasted it in a new one: https://gist.github.com/codebrainz/7403171 Impressive. Unfortunately only a tiny fraction of Geany's code can be vala'fied

Re: [Geany-Devel] Let's use Vala

2013-11-10 Thread Matthew Brush
that Vala 0.20 works. And some things could be easily compiled. Cool, good to know. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Let's use Vala

2013-11-10 Thread Matthew Brush
On 13-11-10 07:40 AM, Colomban Wendling wrote: Le 10/11/2013 05:44, Matthew Brush a écrit : Hi all, In the spirit of the previous discussions about using C99 and C++ in Geany code with similar subject lines, I'd like to take a poll/discussion for allowing the use of Vala for new/re-written

Re: [Geany-Devel] Let's use Vala

2013-11-10 Thread Matthew Brush
On 13-11-10 11:45 AM, Thomas Martitz wrote: Am 10.11.2013 20:27, schrieb Matthew Brush: On 13-11-10 07:40 AM, Colomban Wendling wrote: Le 10/11/2013 05:44, Matthew Brush a écrit : Hi all, In the spirit of the previous discussions about using C99 and C++ in Geany code with similar subject

Re: [Geany-Devel] Let's use Vala

2013-11-10 Thread Matthew Brush
to understand what I'm talking about or something. Cheers, Matthew Brush [1]: I'd also be willing to do in plain GObject/C but it'd be a lot more boring/long/bug-prone and would result in the exact same code as Valac would generate (or likely worse), and then you'd be pointing out about how it's

Re: [Geany-Devel] Let's use Vala

2013-11-10 Thread Matthew Brush
/redesigning, we'd save a lots of pain in the process (to use above metaphor, we could save driving nails into concrete, or pouring lumber into concrete molds :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org

Re: [Geany-Devel] [PATCH geany 2/2] gtkcompat: Add gtk_widget_get_allocation

2013-11-05 Thread Matthew Brush
On 13-11-05 07:21 AM, Quentin Glidic wrote: From: Quentin Glidic sardemff7+...@sardemff7.net Signed-off-by: Quentin Glidic sardemff7+...@sardemff7.net --- src/gtkcompat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gtkcompat.h b/src/gtkcompat.h index 9cfc50b..325fd93 100644

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable [patch]

2013-10-24 Thread Matthew Brush
On 13-10-24 12:23 AM, Thomas Martitz wrote: Am 24.10.2013 04:09, schrieb Matthew Brush: On 13-10-23 11:36 AM, Thomas Martitz wrote: [snip] Regarding that pattern we discussed previously and used in this AutoClose code for attaching data to a document, I'd be interested whether you or anyone

Re: [Geany-Devel] On document pointer recycling

2013-10-24 Thread Matthew Brush
much sense to have a particular document instantiated more than once anyway and the only order we care about for documents here is maybe the order/time they were opened, which is better solved with a open timestamp or something, IMO. My two cents Cheers, Matthew Brush

Re: [Geany-Devel] On document pointer recycling

2013-10-24 Thread Matthew Brush
). It's definitively not complicated and the GHashTable API is quite nice, IMO. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable [patch]

2013-10-23 Thread Matthew Brush
entirely possible to have a document pointer that is neither NULL nor valid). Cheers, Matthew Brush P.S.: I add the patch file as attachment to this mail, becouse for now i do not have any expiriance in commiting patches on GitHub, but tonight i will fix this big mistake :) On 23/10/13 13:00, Lex

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable [patch]

2013-10-23 Thread Matthew Brush
it) has any interest in this general concept, while trying to avoid getting into implementation details or deep design discussions. For that, a new thread should be started. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https

Re: [Geany-Devel] Segmentation fault when auto-close plug-in is enable [patch]

2013-10-23 Thread Matthew Brush
On 13-10-23 08:39 PM, Lex Trotman wrote: On 24 October 2013 13:09, Matthew Brush mbr...@codebrainz.ca wrote: On 13-10-23 11:36 AM, Thomas Martitz wrote: [snip] Regarding that pattern we discussed previously and used in this AutoClose code for attaching data to a document, I'd

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-16 Thread Matthew Brush
but not shown) which prevented the user from interacting with the Scintilla view while locked. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Interested making a patch to add QML support

2013-10-16 Thread Matthew Brush
, but figured I'd update anyone who cares ;) If anyone does try it out I'd like some feedback, thanks. You might want to poke the users list to see if any other people are interested in testing too. Cheers, Matthew Brush ___ Devel mailing list Devel

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-15 Thread Matthew Brush
that that particular document was locked, but it wasn't implemented when the video was recorded. Cheers, Matthew Brush [1]: http://codebrainz.ca/screencasts/Loading300MBFile.avi [2]: http://www.scintilla.org/ScintillaDoc.html#BackgroundLoadSave ___ Devel mailing

Re: [Geany-Devel] Segmentation fault

2013-10-14 Thread Matthew Brush
://sourceforge.net/p/geany-plugins/bugs/ Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] splitwindow2

2013-10-11 Thread Matthew Brush
On 13-10-11 02:23 AM, Thomas Martitz wrote: Am 11.10.2013 07:01, schrieb Matthew Brush: notebooks. 99% of the now hardcoded places will work fine, e.g. I'm using gtk_widget_get_parent(sci) to get a doc's notebook and implement a foreach_notebook() macro. So this should make it really trivial

Re: [Geany-Devel] splitwindow2

2013-10-11 Thread Matthew Brush
On 13-10-11 03:29 AM, Thomas Martitz wrote: Am 11.10.2013 12:07, schrieb Matthew Brush: On 13-10-11 02:23 AM, Thomas Martitz wrote: Am 11.10.2013 07:01, schrieb Matthew Brush: notebooks. 99% of the now hardcoded places will work fine, e.g. I'm using gtk_widget_get_parent(sci) to get a doc's

Re: [Geany-Devel] Drop GtkStock and use symbolic icons

2013-10-10 Thread Matthew Brush
of the GNOME project. /gnome rant Cheers, Matthew Brush [1]: GTK = GIMP Toolkit = GNU Image Manipulation Program Toolkit, *not* GNOME Toolkit as the GNOME design team seems to think :( ___ Devel mailing list Devel@lists.geany.org https

Re: [Geany-Devel] Drop GtkStock and use symbolic icons

2013-10-10 Thread Matthew Brush
(or at least inside of Geany-land), please don't mistake rants for anything personal against your own valid opinions :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Drop GtkStock and use symbolic icons

2013-10-10 Thread Matthew Brush
On 13-10-10 05:47 PM, Yosef Or Boczko wrote: On Fri, Oct 11, 2013 at 3:27 AM, Matthew Brush mbr...@codebrainz.ca wrote: On 13-10-10 05:14 PM, Yosef Or Boczko wrote: On Fri, Oct 11, 2013 at 2:43 AM, Colomban Wendling lists@herbesfolles.org wrote: Le 11/10/2013 01:24, Yosef Or Boczko

Re: [Geany-Devel] splitwindow2

2013-10-10 Thread Matthew Brush
them manually. You can also do all kinds of other interesting stuff inside the getters, but you can't do it later if you just expose direct access to the structure's members, as I'm sure you know. Cheers, Matthew Brush ___ Devel mailing list Devel

Re: [Geany-Devel] splitwindow2

2013-10-10 Thread Matthew Brush
On 13-10-10 05:03 PM, Thomas Martitz wrote: Am 11.10.2013 00:55, schrieb Matthew Brush: On 13-10-10 03:03 AM, Thomas Martitz wrote: Hello, I just wanted to let you know that I'm working on a new splitwindow implementation and I would like to have early input. But, also as a warning, I'm

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-09 Thread Matthew Brush
On 13-10-09 07:42 AM, Nick Treleaven wrote: On 09/10/2013 01:50, Matthew Brush wrote: [snip] GTK+ 2.22 is over 3 years old by now, FWIW. I'm using 2.22 under win~1 too, and don't think it will have any problems with async exec, but we'll see. Yeah, just pointing it out because 3 years

Re: [Geany-Devel] Improving FiF

2013-10-09 Thread Matthew Brush
not the files for open documents) may not outweigh the cost of doing it. Cheers, Matthew Brush [1]: I haven't investigated deeply, the docs don't list since versions for some of the functions that would be used. ___ Devel mailing list Devel

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-08 Thread Matthew Brush
On 13-10-08 10:28 AM, Dimitar Zhekov wrote: On Mon, 07 Oct 2013 12:28:49 -0700 Matthew Brush mbr...@codebrainz.ca wrote: [...] Any chance you could find time to review and test Geany's implementation to see if anything looks fishy? I can simply test FiF with regex = ., which will generate

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-07 Thread Matthew Brush
On 13-10-07 08:31 AM, Nick Treleaven wrote: On 05/10/2013 15:40, Matthew Brush wrote: On 13-10-05 07:06 AM, Nick Treleaven wrote: On 05/10/2013 14:59, Nick Treleaven wrote: I don't remember seeing any bug reports for this, so it's possible it's limited to you or the specific application you

Re: [Geany-Devel] Interested making a patch to add QML support

2013-10-07 Thread Matthew Brush
corruption, you might find some interesting stuff by running Valgrind and checking for any invalid read or invalid write messages. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-07 Thread Matthew Brush
On 13-10-07 09:13 AM, Dimitar Zhekov wrote: On Sun, 6 Oct 2013 11:02:07 +1100 Lex Trotman ele...@gmail.com wrote: On 6 October 2013 06:06, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Sat, 05 Oct 2013 07:40:15 -0700 Matthew Brush mbr...@codebrainz.ca wrote: So with the pull request

Re: [Geany-Devel] Plugin development questions

2013-10-07 Thread Matthew Brush
kind of a lot of boiler-plate to attach data to a document, but it seems to work quite well :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Intro

2013-10-05 Thread Matthew Brush
about it here[1] and the Ubuntu PPA is here[2]. Just thought I'd mention it since it sounds so similar. Cheers, Matthew Brush [1]: https://plus.google.com/108080448324780364479/posts/5KTLneQbxyG [2]: https://launchpad.net/~oly/+archive/geany ___ Devel

Re: [Geany-Devel] On Deprecation of Platforms

2013-10-03 Thread Matthew Brush
developers and contributors use Geany on Windows on a regular basis. Cheers, Matthew Brush [1]: I don't think our server tracks download statistics, could be wrong. Source Forge downloads haven't been updated since 0.19. [2]: Based on gut-feeling given recollection of mailing list, IRC and bug tracker

Re: [Geany-Devel] Ping on Bug #943 - windows build command

2013-10-03 Thread Matthew Brush
On 13-10-03 05:31 AM, Nick Treleaven wrote: Moving to devel list. On 02/10/2013 22:58, Matthew Brush wrote: On 13-10-02 04:40 AM, Nick Treleaven wrote: On 01/10/2013 22:28, Matthew Brush wrote: On 13-10-01 05:34 AM, Nick Treleaven wrote: Just checked my email, was away last week. I'll have

Re: [Geany-Devel] On Deprecation of Platforms

2013-10-03 Thread Matthew Brush
. My $0.02 P.S. Out of curiosity, if you had to guess, how many of those 10% of Windows bugs on the tracker are related to special win32 code vs. regular old cross-platform code-paths that we all use on other platforms daily? Cheers, Matthew Brush

Re: [Geany-Devel] Interested making a patch to add QML support

2013-09-22 Thread Matthew Brush
On 13-09-22 01:09 AM, Tory Gaurnier wrote: [...] One thing I notice is I don't see line numbers on output, is there an option I have to run ctags with to show the line numbers maybe? --excmd=number Cheers, Matthew Brush ___ Devel mailing list

Re: [Geany-Devel] RFC: Policy for Glade File Updates

2013-09-18 Thread Matthew Brush
On 13-09-18 09:07 AM, Nick Treleaven wrote: On 12/09/2013 01:38, Matthew Brush wrote: P.S. Are we all still agreed to using old 3.8.1 version of Glade? I think this idea of using same version sounds good, at least we won't be causing additional noise in diffs due to different versions writing

Re: [Geany-Devel] Let's move to C++98 - Re: Lets move to C99

2013-09-05 Thread Matthew Brush
On 13-09-04 09:20 AM, Nick Treleaven wrote: On 01/09/2013 02:36, Matthew Brush wrote: I would even go so far as to say it's silly to not use C++11 since it's [...] Just for fun I wrote some theoretical code that could be used in a program like Geany to compare styles between various C's

Re: [Geany-Devel] Let's move to C++98 - Re: Lets move to C99

2013-09-05 Thread Matthew Brush
On 13-09-05 02:26 AM, Nick Treleaven wrote: On 01/09/2013 02:36, Matthew Brush wrote: On 13-08-29 05:08 AM, Nick Treleaven wrote: On 29/08/2013 02:39, Matthew Brush wrote: [...] If we were to use C++, I think it'd be pointless to limit it to CFront/CwithClasses-style 1980's C++. We should

Re: [Geany-Devel] [geany/geany-plugins] 6c2b0c: Debugger: Prevent crash when re-loading plugin

2013-09-01 Thread Matthew Brush
On 13-09-01 10:57 AM, Dimitar Zhekov wrote: On Sat, 31 Aug 2013 20:33:50 - Matthew Brush git-nore...@geany.org wrote: Debugger provides own GtkCellRenderer GTypes so its module must remain resident + plugin_module_make_resident(geany_plugin); + Note that when a resident module

Re: [Geany-Devel] Let's move to C++98 - Re: Lets move to C99

2013-08-31 Thread Matthew Brush
()), end(win.documents(), [] (Document doc) { // do stuff with each document } ); } ); Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https

Re: [Geany-Devel] Let's move to C++98 - Re: Lets move to C99

2013-08-31 Thread Matthew Brush
, it might be a good candidate for hackage, as per your suggestion. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Let's move to C++98 - Re: Lets move to C99

2013-08-31 Thread Matthew Brush
and friends. Anywhere you want to extend/customize the behaviour of another class or widget or such. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] Scope/VTE size bug

2013-08-30 Thread Matthew Brush
On 13-08-30 01:00 PM, Dimitar Zhekov wrote: On Thu, 29 Aug 2013 17:50:52 -0700 Matthew Brush mbr...@codebrainz.ca wrote: There was a bug report about message window sizing issues that seems to be caused by the Scope plugin: https://sourceforge.net/p/geany/bugs/988/ I'm not sure how to move

[Geany-Devel] Scope/VTE size bug

2013-08-29 Thread Matthew Brush
just copied how Geany did it, I don't remember for sure, but it works anyway. I could be completely wrong on the cause of the bug, I just wanted to mention since I remember fighting VTE for same issue. Cheers, Matthew Brush ___ Devel mailing list Devel

Re: [Geany-Devel] Geany using standard types

2013-08-19 Thread Matthew Brush
On 13-08-19 10:33 AM, Dimitar Zhekov wrote: On Sun, 18 Aug 2013 03:56:01 -0700 Matthew Brush mbr...@codebrainz.ca wrote: My concern here with stdint.h was that if CHAR_BIT 8 then C99 forbids an implementation from defining int8_t and if int8_t isn't defined then uint8_t can't be defined

Re: [Geany-Devel] [PATCH] Add GLib version chechk around g_thread_init() call

2013-04-25 Thread Matthew Brush
of g_thread_init() if GLlib version 2.32 since this function is deprecated in GLib 2.32 Hello and welcome, I applied the patch in commit `a3da046` with purely aesthetic changes. Thanks, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https

Re: [Geany-Devel] Don't pop-up messages/steal focus when in terminal

2013-04-20 Thread Matthew Brush
On 13-04-20 09:52 AM, Nick Treleaven wrote: On 20/04/2013 16:06, Matthew Brush wrote: On 13-04-20 05:59 AM, Harold Aling wrote: On Sat, Apr 20, 2013 at 1:40 AM, Lex Trotman ele...@gmail.com wrote: Agree with Thomas, we should go to 2.24 for windows since we supply the bundle, Linux doesn't

Re: [Geany-Devel] Don't pop-up messages/steal focus when in terminal

2013-04-20 Thread Matthew Brush
business apps to new libraries since their own devs don't understand them. :) On 21 April 2013 05:13, Matthew Brush mbr...@codebrainz.ca wrote: On 13-04-20 09:52 AM, Nick Treleaven wrote: On 20/04/2013 16:06, Matthew Brush wrote: On 13-04-20 05:59 AM, Harold Aling wrote: On Sat, Apr 20, 2013

Re: [Geany-Devel] Don't pop-up messages/steal focus when in terminal

2013-04-20 Thread Matthew Brush
on installed versions of it, could you not backport critical fixes and improvements of which there are very few or run a release closer to the year in which their corporate OS vendor offers support up to for other packages? Cheers, Matthew Brush ___ Devel

Re: [Geany-Devel] Don't pop-up messages/steal focus when in terminal

2013-04-20 Thread Matthew Brush
On 13-04-20 06:12 PM, Matthew Brush wrote: On 13-04-20 06:02 PM, Lex Trotman wrote: On 21 April 2013 10:56, Matthew Brush mbr...@codebrainz.ca wrote: On 13-04-20 05:48 PM, Lex Trotman wrote: [...] I definitively agree that there's someone/a few people out there, in this strange self

Re: [Geany-Devel] Don't pop-up messages/steal focus when in terminal

2013-04-18 Thread Matthew Brush
it with the master branch. You'll probably want to check the mailing list archives for reference of what the issues were. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] I'm thinking I like Geany...

2013-03-09 Thread Matthew Brush
on devel-list with questions. If you can write reasonable C code, then the rest is just crusty old m4 nonsense. I think everyone has problems groking Autotools and/or Waf, at least at first. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org

Re: [Geany-Devel] [geany/geany-plugins] 4cc119: Scope: Fix mismatched allocator/deallocator

2013-03-07 Thread Matthew Brush
and burn, get a proper backtrace and fix it. Note to self: don't use Scope plugin until all files are saved :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] codesubmit plugin

2013-02-28 Thread Matthew Brush
/8eb52e74d399736152030d5b9ef0ef3ab292c681 Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] codesubmit plugin

2013-02-26 Thread Matthew Brush
On 13-02-26 03:43 PM, Lex Trotman wrote: On 27 February 2013 10:26, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 27.02.2013 00:08, schrieb Mayank Jha: To all esteemed developers Frank Lanitz, Matthew Brush. Kindly review my code which i have modified according to your

Re: [Geany-Devel] [was: Geany-Pluigns: Feature freeze]

2013-02-21 Thread Matthew Brush
as suggested by Colomban several months ago. https://sourceforge.net/tracker/?func=detailaid=3522755group_id=153444atid=787791 In case anyone hates SF.net search/filter UI as much as me :) Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org

Re: [Geany-Devel] Feature: editor tab width

2013-02-16 Thread Matthew Brush
Geany overrides 'CtrlTab' everywhere in the UI, maybe there's a reason I don't see. Just my 2¢ Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] [geany-plugins] [Debugger] Windows port for geany's debugger plugin

2013-02-06 Thread Matthew Brush
/vkochan/geany-plugins/commit/fda45f31d11fcc73ddefc06ca3e2d38eace5d802#L5L474 * https://github.com/vkochan/geany-plugins/commit/fda45f31d11fcc73ddefc06ca3e2d38eace5d802#L1R45 Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https

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

2013-01-31 Thread Matthew Brush
have GLIB 2.26 to be 100% sure. Let me know if it causes any more issues. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

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

2013-01-31 Thread Matthew Brush
, or emulate it. I think it's easy enough not to use the cheap and mean solution of higher dep for this. Agreed. I made a little wrapper function to do it. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin

Re: [Geany-Devel] Python filetype 2 or 3 or both?

2013-01-25 Thread Matthew Brush
', and possibly put the script in the 'scripts' directory in the source tree for future use. Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Re: [Geany-Devel] GEANY - New behaviour of close document action to close only tabs

2013-01-22 Thread Matthew Brush
, LibClang essentially needs a project to support it (include paths, defines, other translation units/files, etc). Cheers, Matthew Brush ___ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel

[Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Matthew Brush
it does not recognize itself. Assuming this is not possible currently, is there any sane way to pass arguments to plugins, maybe something like how you can pass `-Wl` to GCC to pass-through linker args or `-X` to valac to pass-through compiler args? Cheers, Matthew Brush [1] I'm not opposed

<    1   2   3   4   >