API Reference for Enthought Tool Suite 3.0.1
A tool for perform live text searches of source files.
FileTypes = { Const('Python') : List([Const('.py')]), Const('C') : List([Const('.c'), Const('.h')]), Const('C++') : List([Const('.cpp'), Const('.h')]), Const('Java') : List([Const('.java')]), Const('Ruby') : List([Const('.rb')]) }
table_editor = TableEditor(columns = [ MatchesColumn1(name = 'matches', label = '#', editable = False, width = 0.050000000000000003, horizontal_alignment = 'center'), MatchesColumn2(name = 'matches', width = 0.34999999999999998, format_func = lambda x: (x + [ '' ])[0].strip(), editor = CodeEditor(line = 'object.live_search.selected_match', selected_line = 'object.live_search.selected_match'), style = 'readonly', edit_width = 0.94999999999999996, edit_height = 0.33000000000000002), FileColumn(name = 'base_name', label = 'Name', width = 0.29999999999999999, editable = False), ObjectColumn(name = 'ext_path', label = 'Path', width = 0.29999999999999999, editable = False) ], filter_name = 'filter', auto_size = False, show_toolbar = False, selected = 'selected', selection_color = 0, selection_bg_color = 16503697)
© Copyright 2002-2008 Enthought, Inc.