From: Avner B. <av...@sk...> - 2007-09-14 18:06:32
|
Hello, The "same indent" plugin does not work properly, due to missing function call brackets: Compare: (<)C:\Python25\Lib\site-packages\pallavi\plugins\SameIndent.bak (2372 bytes) with: (>)C:\Python25\Lib\site-packages\pallavi\plugins\SameIndent.py (2343 bytes) 45c45 < if not ((event.AltDown or event.ControlDown() or event.ShiftDown())): --- > if not ((event.AltDown() or event.ControlDown() or event.ShiftDown())): Avner. |