Skip to content

Commit

Permalink
* small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Aug 15, 2024
1 parent 09eaabc commit b117f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/AasxPackageLogic/DispEditHelperModules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,6 @@ public void DisplayOrEditEntityListOfSpecificAssetIds(AnyUiStackPanel stack,
// DataSpecificationIEC61360
//


public void DisplayOrEditEntityDataSpecificationIec61360(
Aas.IEnvironment env,
AnyUiStackPanel stack,
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPackageLogic/ExplorerMenuFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static AasxMenu CreateMainMenu()
args: new AasxMenuListOfArgDefs()
.Add("Target", "Target report file (*.txt, *.xlsx).")))
.AddSeparator()
.AddWpfBlazor(name: "OpenAux", header: "Open Au_xiliary AAS …", inputGesture: "Ctrl+X",
.AddWpfBlazor(name: "OpenAux", header: "Open Au_xiliary AAS …", inputGesture: "Ctrl+Shift+X",
help: "Open existing AASX package to the auxiliary buffer (non visible in the tree).",
args: new AasxMenuListOfArgDefs()
.Add("File", "Source filename including a path and extension."))
Expand Down
8 changes: 4 additions & 4 deletions src/Notes_V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,13 @@ These projects are not migrated or integrated, yet:

# TODO (starting from 2024-06-17)

* Open Aux (Ctrl-X) keyboard shortcut not working -- done
* Open Aux (Ctrl-X) keyboard shortcut not working -- changed to Ctrl+Shift+X, done
* "Move down" of Submodels does not visually update
* Copy an Submodel from aux while already having an SM with the *same* ID does not throw an error but is hard to recoginze.
* Copy an Submodel from aux while already having an SM with the *same* ID does not throw an error but is hard to recognize.
(DispEditHelperEntities.cs:1429)
* exporting Markdown/ AsciiDoc: text in cells from idShort shall not interpreted as markdown (__Marking_00__)
- done
* Find: when nothing is found, the find stats from the search before are not deleted
-- done
* Find: when nothing is found, the find stats from the search before are not deleted -- done
* plugin imagemap / clicks / regions -- done
* ECLASS offline import CD error -- done
* CD.isCaseOf -- done
Expand Down

0 comments on commit b117f5c

Please sign in to comment.