Sat, 25 Nov 2023 18:19:21 +0100
Syntax Checker
- Re-introduced the JavaScript syntax checker. This time it is based on the `esprima` package.
10308
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric7.WebBrowser.WebBrowserArgumentsCreator</title> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <link rel="stylesheet" href="styles.css"> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | </head> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <body> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <a NAME="top" ID="top"></a> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <h1>eric7.WebBrowser.WebBrowserArgumentsCreator</h1> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | <p> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | Module implementing a function to create an argparse.Namespace object for the web |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | browser. |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | </p> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <h3>Global Attributes</h3> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | <tr><td>None</td></tr> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <h3>Classes</h3> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <tr><td>None</td></tr> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <h3>Functions</h3> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <tr> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <td>Function to create an argparse.Namespace object.</td> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </tr> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </table> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <hr /> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <hr /> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <h2>createArgparseNamespace</h2> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <b>createArgparseNamespace</b>(<i>argv=None</i>) |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <p> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | Function to create an argparse.Namespace object. |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | </p> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <dt><i>argv</i> (list of str)</dt> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | list of command line arguments to be parsed |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | </dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <dt>Return:</dt> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | created argument parser object |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | </dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | </dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <dt>Return Type:</dt> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | argparse.ArgumentParser |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | </dd> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | </dl> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <div align="right"><a href="#top">Up</a></div> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <hr /> |
d19766190e17
Changed the way the argparse.Namespace object is created for the web browser because it is needed for the eric main window as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | </body></html> |