Steffen Olszewski
Steffen Olszewski
As i already said in https://github.com/wxFormBuilder/wxFormBuilder/issues/727#issuecomment-1046115911, localization is a complex task and not easy to do. Basically, localization can be split into two parts: 1. Localize the application itself 2....
This PR does not contain anything CPM related except the patching of the CPM message format which was not merged. All CPM related functionality is part of #252, but for...
Recent versions of the plugin automatically set `outputs.upToDateWhen` to `false` if `gitProperties.extProperty` is used, so you don't have to do this manually. You could also just depend on `tasks.generateGitProperties`, it's...
Although this is just a a small change, i'm afraid it has a huge impact, it will break string extraction for everyone. I have no objection against using another string...
Since the option to enable translation is called `internationalize` i would suggest to use this as prefix. Maybe instead of a simple text control you could use a dropdown control...
Select the toolbar in the object tree, in the AUI group of the object properties put a checkmark in the box next to toolbar_pane.
I don't know any Python, in C++ it is sufficient to uninitialize in the destructor because of destructor chaining this call will be executed before the base class destructor that...
Apparently none of the wxDataViewCtrl classes use this parameter. wxFB has only very basic validator support and doesn't use them in the constructor at all. Only classes that have to...
Does this only affect Python or other languages as well? Is this only caused by wxTextCtrl or other controls as well? Which wxWidgets version are you using? I have the...
I am not sure if this is a problem of wxFB itself or wxWidgets. I tried to reproduce your issue but the behavior is different on my Windows 10 system....