mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
PY-58497 Add a custom bottom component for Python Parameter Info window.
Make it possible to expand/collapse overloads by clicking the action link in the bottom component or calling Parameter Info window on the same place for the second time. GitOrigin-RevId: a65de4124b4530dd9cc5f16b0a709e3a6489071c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b3280cb196
commit
35aa2b43b4
@@ -1510,3 +1510,7 @@ live.template.itere.description=Iterate (for ... in enumerate)
|
||||
live.template.iter.description=Iterate (for ... in ...)
|
||||
live.template.main.description=if __name__ == '__main__'
|
||||
live.template.super.description='super(...)' call
|
||||
|
||||
# Parameter info
|
||||
param.info.show.less=Show less
|
||||
param.info.show.more.n.overloads=Show {0} more {1, choice, 0#overloads|1#overload}
|
||||
|
||||
Reference in New Issue
Block a user