J. Foederer

Results 90 comments of J. Foederer

Yes indeed. Just like before. Blank squares followed by a crash. Although the crash can even occur when the suite is folded in from the tree view and the icons...

Where can I find that wxPython version?

wxPython 4.2.4 seems a bit too new. On 4.2.3 it still fails on Windows with 2.2dev34

I do like the feature for added consistency and simplicity, but it is not the highest on my wish-list. There are workarounds to achieve the same goal.

The `None` object seems to originate from this code in `pluginconnector.py`: ``` def plugin_factory(application, plugin_class, silent=False): try: plugin = plugin_class(application) except Exception as e: print(e) msg, traceback = utils.get_error_details() if...

Original message: Note that the `'Plugins'` line in the logging comes from the `print(e)` statement logging the `str()` for `KeyError: 'Plugins'`. ``` Traceback (most recent call last): File "C:\Users\...\Python313\Lib\site-packages\robotide\application\application.py", line...

in `robotide\pluginapi\plugin.py` line 110: `self.__settings = application.settings['Plugins'].add_section(self.name)` Could it be that on this line a new section for `Plugins` needs to be created if it isn't there yet? And now...

Hi @Houbein, I would be more than happy to put this under priority 1 and put **all** focus on this until it is resolved. Please let us know how you...

Related issue: #1971 _[FR] Option to disable code reformatting when saving file_