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!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/357#issuecomment-243199923

Reply via email to