Status: New
Owner: ----

New issue 232 by isatis39871: Code completion doesn't add self to methods definition.
http://code.google.com/p/ulipad/issues/detail?id=232

What steps will reproduce the problem?

1. Type def inside a class, wait for the code completion to show ${} tags
2. Type the method name and strike tab, then tab again.

What is the expected output? What do you see instead?

Expected :

"self" is added to the method signature

Got instead :

Parameters are left empty and cursor jumps to the function's body.

What version of the product are you using? On what operating system?

I am using UliPad 4.0 on Ubuntu 9.10. Python is 2.6.4, GTK is 2.18.

Please provide any additional information below.

This is not a bug, more like a feature request I guess.

We use "self" much more often we don't, and code completion already adds
"object" to class definition when no parents are defined so it seems
natural to make it adds "self" to methods as well.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to