rename findInFilesPlugin to filesBrowserPlugin

This commit is contained in:
2022-08-23 19:57:22 +02:00
parent 2d195bd137
commit 7e390cada6
6 changed files with 54 additions and 55 deletions

View File

@@ -55,20 +55,13 @@ if __name__ == "__main__":
PluginRegistry.load_plugin("LogFilePlugin")
PluginRegistry.load_plugin("NotesPlugin")
PluginRegistry.load_plugin("TimeDiffPlugin")
PluginRegistry.load_plugin("FindInFilesPlugin")
PluginRegistry.load_plugin("FilesBrowserPlugin")
window = PluginRegistry.execute_single("create_main_window")
window.show()
PluginRegistry.execute("after_start")
# PluginRegistry.execute("open_file",
# "/home/andi/ws/performanceDb/data/production/lt_axc_21.4_133.02_maxInstance/"
# + "lt_axc_21.4_133.02_maxInstance/app/axcng-service_i-0a69bd43d3624a5bc_172_28_"
# + "60_222_VADPERFO01AA001_2021-09-21_091717/service/service.log")
# PluginRegistry.execute("open_file",
# "testbed/example.log")
signal.signal(signal.SIGINT, stop_signal)
signal.signal(signal.SIGTERM, stop_signal)