eric6/eric6_re.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2004 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2004 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Re. 8 eric Re.
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the PyRegExp wizard module and starts the Qt event loop. This is a 11 of the PyRegExp wizard module and starts the Qt event loop. This is a
12 standalone version of the integrated PyRegExp wizard. 12 standalone version of the integrated PyRegExp wizard.
13 """ 13 """
62 "use the given directory as the one containing the config files"), 62 "use the given directory as the one containing the config files"),
63 ("--settings=settingsDir", 63 ("--settings=settingsDir",
64 "use the given directory to store the settings files"), 64 "use the given directory to store the settings files"),
65 ] 65 ]
66 appinfo = AppInfo.makeAppInfo(sys.argv, 66 appinfo = AppInfo.makeAppInfo(sys.argv,
67 "Eric6 RE", 67 "eric RE",
68 "", 68 "",
69 "Regexp editor for the Python re module", 69 "Regexp editor for the Python re module",
70 options) 70 options)
71 res = Startup.simpleAppStartup(sys.argv, 71 res = Startup.simpleAppStartup(sys.argv,
72 appinfo, 72 appinfo,

eric ide

mercurial