Skip to content

Commit 282505a

Browse files
committed
feat: update release notes
1 parent 253fd96 commit 282505a

File tree

7 files changed

+35
-7
lines changed

7 files changed

+35
-7
lines changed
37.1 KB
Loading

src/projects/adt-plugins/abap-code-search/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ icon: clock
44
order: 3
55
---
66

7+
## 1.12.0 - 2025-05-03
8+
9+
### Features
10+
11+
- Enable _Show Element Information_ on search results via `F2` or context menu action (see [Element Information](https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/displaying-code-element-information-in-source-code-editors?locale=en-US))
12+
13+
![Element information on search result node](img/search-result-element-info.png)
14+
715
## 1.11.0 - 2024-05-30
816

17+
### Features
18+
919
- Search structures and database tables
1020
:::important Attention
1121
ADT Backend [abap-code-search-tools](https://github.com/DevEpos/abap-code-search-tools) needs to be updated to **v1.6.0** for this feature.
@@ -54,7 +64,7 @@ order: 3
5464

5565
### Features
5666

57-
- Added new context menu actions to result nodes like *Run as...*, *Coverage as...*
67+
- Added new context menu actions to result nodes like _Run as..._, _Coverage as..._
5868

5969
## 1.4.0 - 2023-02-20
6070

47.5 KB
Loading
33.5 KB
Loading

src/projects/adt-plugins/abap-search-and-analysis-tools/release-notes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ icon: clock
44
order: 3
55
---
66

7+
## 2.2.0 - 2025-05-03
8+
9+
### Features
10+
11+
- Enable _Show Element Information_ on _ABAP Object Search_ result and _CDS Analyzer_ View via `F2` or context menu action (see [Element Information](https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/displaying-code-element-information-in-source-code-editors?locale=en-US))
12+
13+
![Element information in CDS Top Down Analysis](img/cds-top-down-element-info.png)
14+
15+
![Element information in Object Search Result](img/object-search-result-element-info.png)
16+
717
## 2.0.0 - 2023-11-28
818

919
:::warning ATTENTION
@@ -132,7 +142,7 @@ Due to breaking changes in this release, the abapGit repository [abap-search-too
132142

133143
#### Features
134144

135-
- The Preferences and Views are now grouped under the name *DevEpos*
145+
- The Preferences and Views are now grouped under the name _DevEpos_
136146

137147
## 1.4.0 - 2021-04-21
138148

@@ -152,7 +162,7 @@ Due to breaking changes in this release, the abapGit repository [abap-search-too
152162

153163
#### Features
154164

155-
- Enable *Show In* context (`ALT`+`SHIFT`+`W`)
165+
- Enable _Show In_ context (`ALT`+`SHIFT`+`W`)
156166

157167
## 1.2.0 - 2019-12-05
158168

34.5 KB
Loading

src/projects/adt-plugins/abap-tags/release-notes.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ icon: clock
44
order: 2
55
---
66

7+
## 1.14.0 - 2025-05-03
8+
9+
### Features
10+
11+
- Enable _Show Element Information_ on _ABAP Tagged Object Search_ result and _Tagged Object Trees_ via `F2` or context menu action (see [Element Information](https://help.sap.com/docs/abap-cloud/abap-development-tools-user-guide/displaying-code-element-information-in-source-code-editors?locale=en-US))
12+
13+
![Element information in Tagged Object Trees](img/tagged-object-tree-element-info.png)
14+
715
## 1.13.0 - 2025-02-20
816

917
### Tagged Object Trees
@@ -18,15 +26,15 @@ order: 2
1826

1927
#### Features
2028

21-
- New option *Consider only deleted objects* in* the *Remove Tags from Objects Wizard*, that restricts the results to tagged objects where the objects no longer exist in the repository.
29+
- New option _Consider only deleted objects_ in* the _Remove Tags from Objects Wizard_, that restricts the results to tagged objects where the objects no longer exist in the repository.
2230

2331
:::warning ATTENTION
2432
Requires version **v2.6.0** of the ADT Backend [abap-tags-backend](https://github.com/DevEpos/abap-tags-backend)
2533
:::
2634

2735
#### Changes
2836

29-
- *Object Tags*-view now also shows tagged components that no longer exist, to easily delete them
37+
- _Object Tags_-view now also shows tagged components that no longer exist, to easily delete them
3038

3139
## 1.11.0 - 2023-11-28
3240

@@ -129,7 +137,7 @@ This is a brand new feature that gives you possibility to add Tags to a componen
129137

130138
#### Features
131139

132-
- Added new context menu actions to result nodes like *Run as...*, *Coverage as...*
140+
- Added new context menu actions to result nodes like _Run as..._, _Coverage as..._
133141

134142
## 1.6.0 - 2023-03-17
135143

@@ -237,4 +245,4 @@ View to manage the tags of the currently selected ADT
237245

238246
#### ABAP Tag Search
239247

240-
Search page - integrated into the eclipse Search Dialog - which allows the searching for tagged objects
248+
Search page - integrated into the eclipse Search Dialog - which allows the searching for tagged objects

0 commit comments

Comments
 (0)