I am using Geany-1.27 and I started noticing the same issue when editing a python file. I could replicate the issue when editing a python class with a function definition inside. If you define a function but do not name it like this ```python def (self, args) ``` anytime you type anything else in the file, I get the warning in the terminal window. As soon as you complete the function name,
```python def function(self, args): ``` the warning stops printing to screen. The function does not have to be in a class. Hope this helps!
github-comments@lists.geany.org