Pavel Roschin

Results 12 comments of Pavel Roschin

`sed -rn '/^#.*[0-9]$/s/#define\s(.*)\s/\1 = /p' SciLexer.h Scintilla.h`

> how this is kept in sync with each Scintilla update Adding this simple line into makefile probably would solve the problem (automatically generated source).

Is it possible to add into geanypy another interface (maybe with same name?) which accepts python strings and does all casting inside C module? I'm looking for any possible solution...

Patch: ``` diff diff --git a/geanypy/src/geanypy-scintilla.c b/geanypy/src/geanypy-scintilla.c index 9b3776d..8de6a22 100644 --- a/geanypy/src/geanypy-scintilla.c +++ b/geanypy/src/geanypy-scintilla.c @@ -783,6 +783,26 @@ Scintilla_send_message(Scintilla *self, PyObject *args, PyObject *kwargs) } +static PyObject * +Scintilla_send_text_message(Scintilla *self,...

I tested on this: ``` py sci.send_text_message(gsc.AUTOCSHOW, 0, None) ``` Works well.

Hello! Possible solution - "virtualize" extrusion of sprites. Means that while packing sprites, algorithm should operate with 4-pixel rounded rectangles, while sprites remain with its own size. I think this...

If you select "don't sort" Cheetah Texture Packer just does not touch array and keeps it "as is". If you had some sorting before, this sorting will be kept in...

It seems that you do not have QtXML library or your Qt too old for this build. Unfortunately I can't test it with mac.

please check new changes, Mac OSX version were built successfully: https://github.com/scriptum/UBFG/wiki/Downloads

Check new version please: https://github.com/scriptum/UBFG/wiki/Downloads