Skip to content

Commit 84818cf

Browse files
author
Yutaka Emura
committed
remove AssociationProp, AssociationList, AssociationItem objects
1 parent f391640 commit 84818cf

File tree

17 files changed

+5
-330
lines changed

17 files changed

+5
-330
lines changed

en/dlg/properties/associate/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

en/features/new_objects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ orphan: true
55

66
The following objects were added.
77

8-
- [**AssociationItem** Object](../macro/association_item/index)
9-
- [**AssociationList** Collection](../macro/association_list/index)
10-
- [**AssociationProp** Object](../macro/association_prop/index)
8+
- **AssociationItem** Object
9+
- **AssociationList** Collection
10+
- **AssociationProp** Object
1111
- [**AutoSaveProp** Object](../macro/auto_save_prop/index)
1212
- [**BackupProp** Object](../macro/backup_prop/index)
1313
- [**Config** Object](../macro/config/index)

en/history/v700.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ message box displaying automatically recovered files when restarted.
3838
methods
3939
were added to the [**Window** object](../macro/window/index).
4040
- The [**Config** property](../macro/document/config) was added to the [**Document** Object](../macro/document/index).
41-
- Objects for Configuration Properties ( [**AssociationItem** Object](../macro/association_item/index), [**AssociationList** Collection](../macro/association_list/index),
42-
[**AssociationProp** Object](../macro/association_prop/index), [**AutoSaveProp** Object](../macro/auto_save_prop/index), [**BackupProp** Object](../macro/backup_prop/index),
41+
- Objects for Configuration Properties ( **AssociationItem** Object, **AssociationList** Collection,
42+
**AssociationProp** Object, [**AutoSaveProp** Object](../macro/auto_save_prop/index), [**BackupProp** Object](../macro/backup_prop/index),
4343
[**Config** Object](../macro/config/index), [**Configs** Collection,](../macro/configs/index) [**DisplayItem** Object](../macro/display_item/index), [**DisplayList** Collection](../macro/display_list/index),
4444
[**DisplayProp** Object](../macro/display_prop/index), [**FileNewProp** Object](../macro/file_new_prop/index), [**FileSaveProp** Object](../macro/file_save_prop/index),
4545
[**FileProp** Object](../macro/file_prop/index), [**FontItem** Object](../macro/font_item/index), [**FontList** Collection](../macro/font_list/index), [**FontProp** Object](../macro/font_prop/index), [**GeneralProp** Object](../macro/general_prop/index), [**HighlightItem** Object](../macro/highlight_item/index), [**HighlightList** Collection](../macro/highlight_list/index),

en/macro/association_item/enabled.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

en/macro/association_item/index.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

en/macro/association_item/name.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

en/macro/association_list/add.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

en/macro/association_list/count.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

en/macro/association_list/index.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

en/macro/association_list/item.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

en/macro/association_list/remove.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

en/macro/association_prop/enabled.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

en/macro/association_prop/index.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

en/macro/association_prop/list.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

en/macro/config/association.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

en/macro/config/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
| | |
66
| --- | --- |
7-
| [Association](association) | Retrieves the [AssociationProp object](../association_prop/index). |
87
| [AutoSave](auto_save) | Retrieves the [AutoSaveProp object](../auto_save_prop/index). |
98
| [Backup](backup) | Retrieves the [BackupProp object](../backup_prop/index). |
109
| [Display](display) | Retrieves the [DisplayProp object](../display_prop/index). |
@@ -42,7 +41,6 @@ Supported on EmEditor Professional Version 7.00 or later.
4241
```{toctree}
4342
:hidden:
4443
:maxdepth: 1
45-
association
4644
auto_save
4745
backup
4846
display

en/macro/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ tutorial/index
1919

2020
```{toctree}
2121
:maxdepth: 1
22-
association_item/index
23-
association_list/index
24-
association_prop/index
2522
auto_save_prop/index
2623
backup_prop/index
2724
character_range/index

0 commit comments

Comments
 (0)