개정판 d3162ecb
issue #49: fix table
Change-Id: I1190994f5527d982f2886231b4fb349ad666a7e8
DTI_PID/DTI_PID/Commands/ReplaceInsertCommand.py | ||
---|---|---|
28 | 28 |
def __init__(self): |
29 | 29 |
super(ReplaceInsertCommand, self).__init__(None) |
30 | 30 |
|
31 |
def item_remove(self, items): |
|
32 |
for item in items: |
|
33 |
item.transfer.onRemoved.emit(item) |
|
34 |
|
|
31 | 35 |
def execute(self, scene, find_symbol, replace_symbol, replace_action, condition, custom=None, strict=False, auto=True): |
32 | 36 |
"""replace or insert symbol""" |
33 | 37 |
|
내보내기 Unified diff