Jefferson González

Results 314 comments of Jefferson González

Maybe we can add a dedicated repo for that here on github, wxphp/autocomplete or something like that. The issue from my limited knowledge is how to create a composer.json file...

Thats strange, are your applications doing some kind of constant drawing?

> BTW-1: Why do not implement wxStreamToTextRedirector() in wxPHP?? When using wxPHP to upgrade console scripts, this is an easier solution to redirect all the echo messages to a text...

After giving it a try It works for me, which OS are you using, how are you initializing the application? In any case here is the sample code I used...

I haven't got time to test under windows, but this issue may be related to #70 that I fixed some days ago, which means that you may be able to...

wxStyledTextCtrl is one of the less documented components of wxWidgets, the constant wxEVT_STC_CHANGE that you mentioned wasn't available on the wxWidgets documentation in a easy to parse form, and I...

This should no longer be applicable since the project dropped dmon and migrated to a custom implementation of dirmonitor developed by @adamharrison. You can test new pre-release dmg builds for...

Turns out we really need this since there isn't an elegant way to stop the highlighter coroutine on elements that inherit from the `Doc` like the widgets `TextBox` and don't...

After some discussion with @Guldoman he came with the idea of auto stopping the highlighter co-routine automatically when not needed which is actually a better solution on the resources/performance department...

I fixed the issues related to gcc7 on the archlinux [PKGBUILD](https://aur.archlinux.org/packages/bedrock/) by patching the sources as follows: ```sh sed -i "s|#include |#include \n#include |" \ libstuff/libstuff.h sed -i "s|/mbedtls/include -Werror...