Minor issues related to release

* Add shortcut for Plot Editor, and modify how command features are triggered
Use Ctrl-E to launch the Plot Editor.

* Add optional use of NOECHO and ECHO keywords in GRDECL files
* Add ECHO keywords to sector model export
* Add Help button to Preferences
This commit is contained in:
Magne Sjaastad
2023-02-20 08:18:08 +01:00
parent f761f1e816
commit 1654fe8c9c
28 changed files with 219 additions and 95 deletions

View File

@@ -110,6 +110,7 @@ caf::PdmScriptResponse RicfExportProperty::execute()
eclipseKeyword = m_propertyName;
}
bool writeEchoKeywords = false;
QString errMsg;
if ( !RicEclipseCellResultToFileImpl::writePropertyToTextFile( filePath,
eclipseCase->eclipseCaseData(),
@@ -117,6 +118,7 @@ caf::PdmScriptResponse RicfExportProperty::execute()
m_propertyName,
eclipseKeyword,
m_undefinedValue,
writeEchoKeywords,
&errMsg ) )
{
return caf::PdmScriptResponse( caf::PdmScriptResponse::COMMAND_ERROR, errMsg );