Last change
on this file was
16374,
checked in by westram, 7 years ago
|
- reintegrates 'aci' into 'trunk'
- refactored wide parts of ACI code (incl. SRT+REG)
- added more test
- ACI tracing
- more complete and readable
- automatically turned off when done with expression
- improved error messages (esp. diagnostics)
- documentation (updated, added missing)
- fixed a bunch of bugs (incl. SEGV and deadlock)
- ACI now runs inside execution environment
- ACI language may be extended with custom commands (implements #756)
- added ACI extension for group-batch-rename
- adds:
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | // =========================================================== // |
---|
2 | // // |
---|
3 | // File : awt_www.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // =========================================================== // |
---|
10 | |
---|
11 | #ifndef AWT_WWW_HXX |
---|
12 | #define AWT_WWW_HXX |
---|
13 | |
---|
14 | #ifndef AW_BASE_HXX |
---|
15 | #include <aw_base.hxx> |
---|
16 | #endif |
---|
17 | |
---|
18 | |
---|
19 | AW_window *AWT_create_www_window(AW_root *aw_root, GBDATA *gb_main); |
---|
20 | void awt_create_aww_vars(AW_root *aw_root, AW_default aw_def); |
---|
21 | |
---|
22 | GB_ERROR awt_openDefaultURL_with_item(AW_root *aw_root, GBDATA *gb_main, GBDATA *gb_item); |
---|
23 | GB_ERROR awt_open_ACI_URL_with_item(AW_root *aw_root, GBDATA *gb_main, GBDATA *gb_item, const char *url_aci); |
---|
24 | |
---|
25 | void AWT_openURL(AW_window *aww, const char *url); |
---|
26 | |
---|
27 | #else |
---|
28 | #error awt_www.hxx included twice |
---|
29 | #endif // AWT_WWW_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.