Skip to content

Commit

Permalink
Added more items in AutoCompletion package
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Sep 11, 2019
1 parent 7bcccd3 commit af0b7bf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -4304,6 +4304,18 @@ package AutoCompletion "Auto completion information for OMEdit."

Boolean choicesAllMatching "Specify whether to construct an automatic list of choices menu or not.";

record derivative
Integer order = 1;
String noDerivative;
String zeroDerivative;
end derivative;

record __OpenModelica_commandLineOptions
end __OpenModelica_commandLineOptions;

record __OpenModelica_simulationFlags
end __OpenModelica_simulationFlags;

// TODO: Annotation for External Libraries and Include Files

annotation(
Expand Down
12 changes: 12 additions & 0 deletions OMCompiler/Compiler/NFFrontEnd/NFModelicaBuiltin.mo
Expand Up @@ -4442,6 +4442,18 @@ package AutoCompletion "Auto completion information for OMEdit."

Boolean choicesAllMatching "Specify whether to construct an automatic list of choices menu or not.";

record derivative
Integer order = 1;
String noDerivative;
String zeroDerivative;
end derivative;

record __OpenModelica_commandLineOptions
end __OpenModelica_commandLineOptions;

record __OpenModelica_simulationFlags
end __OpenModelica_simulationFlags;

// TODO: Annotation for External Libraries and Include Files

annotation(
Expand Down

0 comments on commit af0b7bf

Please sign in to comment.