Skip to content

Commit

Permalink
feat: adjust search tools features
Browse files Browse the repository at this point in the history
  • Loading branch information
stockbal committed Nov 28, 2023
1 parent 1223440 commit b56ce75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ export default hopeTheme({
mdEnhance: {
align: true,
attrs: true,
chart: true,
chart: false,
codetabs: true,
demo: true,
echarts: true,
demo: false,
echarts: false,
figure: true,
flowchart: true,
flowchart: false,
gfm: true,
imgLazyload: true,
imgSize: true,
include: true,
katex: true,
katex: false,
mark: true,
mermaid: true,
mermaid: false,
playground: {
presets: ["ts", "vue"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ ABAP Search and Analysis Tools is an Open Source plugin which provides tools for
### Features

- Extended ABAP Object search integrated into eclipse Search Dialog

![Object Search Dialog](./img/ObjectSearch-Dialog.png)

It currently supports the following object types:
- Database Table
- View
- CDS View
- Database Table/View
- Class / Interface
- Method
- Message

- View for analyzing CDS View
The following analyses are possible at the moment:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b56ce75

Please sign in to comment.