Matthew Brush

Results 196 comments of Matthew Brush

As with #9 would you be able to try it after 3ca945a7205c88db2115f14a4eaf664d5e5a069d ? If it somehow got the overview bar on the left, it would causes all kinds of these...

I guess you mean trailing commas in sequence literals [like here](https://github.com/codebrainz/color-names/blob/master/format-colors#L67)? If you make a pull request I'll merge it. Thanks for reporting.

OK by me if it doesn't break anything for people with weird shells.

I think doing something like `reload()`/`imp.reload()` isn't going to work, but I'd be happy to be proven wrong :)

On 15-02-21 04:53 PM, elextr wrote: > And how do you unload a module anyway? Is it safe to just delete the global module object? Probably, but if it uses...

> I'll ask where you get the plugin pointer from You already answered it :) ``` python from ctypes import * mod = CDLL(handle=None) geany_plugin_ptr = c_void_p.in_dll(mod, "geany_plugin") ``` (untested...

I thought that was the one you meant.

Probably this should go in the main [Geany Manual](https://github.com/geany/geany/blob/master/doc/geany.txt#color-schemes-dialog)? This repo is just for theme files.

GTK+ is notoriously difficult to build against and get working properly on OSX. Also note that this repository hasn't been updated in a long time so it is using a...

@kugel- I thought you fixed that so it would also find old plugins, no?