From e29744be9ed70773d557948a774ad4b1eb0eec90 Mon Sep 17 00:00:00 2001 From: himanga <30961866+himanga@users.noreply.github.com> Date: Thu, 19 Aug 2021 16:22:06 -0500 Subject: [PATCH] Bug fixes Cleanup help cleaning --- AddinFiles/Help/Help.txt | 4 +--- AddinFiles/addinLog.jsl | 6 +++--- AddinFiles/customMetadata.jsl | 2 +- NaturalDocs/Project.txt | 2 -- Tests/UnitTests/addinToolsTest.jsl | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/AddinFiles/Help/Help.txt b/AddinFiles/Help/Help.txt index bc3fb32..8130777 100644 --- a/AddinFiles/Help/Help.txt +++ b/AddinFiles/Help/Help.txt @@ -14,6 +14,4 @@ https://github.com/himanga/JMPScriptingTools About: Developer Created by Isaac Himanga -Submit bug reports via github at the link . - -Log in with your domain account and password, or email Research.I.T for assistance logging in. \ No newline at end of file +Submit bug reports via github at the link . \ No newline at end of file diff --git a/AddinFiles/addinLog.jsl b/AddinFiles/addinLog.jsl index a3f79fe..e62a84b 100644 --- a/AddinFiles/addinLog.jsl +++ b/AddinFiles/addinLog.jsl @@ -15,9 +15,9 @@ thisAddIn = "com.github.himanga.JMPScriptingTools"; // About: get or make namespace for this add-in If( - !Namespace Exists( Eval( thisAddIn ) || "addinnamespace" ), - ns = New Namespace( Eval( thisAddIn ) || "addinnamespace" ), - ns = Namespace( Eval( thisAddIn ) || "addinnamespace" ) + !Namespace Exists( Eval( thisAddIn ) || ".addinnamespace" ), + ns = New Namespace( Eval( thisAddIn ) || ".addinnamespace" ), + ns = Namespace( Eval( thisAddIn ) || ".addinnamespace" ) ); // Function: logusage diff --git a/AddinFiles/customMetadata.jsl b/AddinFiles/customMetadata.jsl index 08f7dc0..a8ab2d6 100644 --- a/AddinFiles/customMetadata.jsl +++ b/AddinFiles/customMetadata.jsl @@ -5,7 +5,7 @@ Associative Array( List( "author", "Isaac Himanga" ), List( "buildDate", 3712136081 ), List( "developer", "Isaac Himanga" ), - List( "developeremail", "" ), + List( "developeremail", "message me on the JMP community or github" ), List( "id", "com.github.himanga.JMPScriptingTools" ), List( "name", "Scripting Tools" ), List( "state", "DEV" ) diff --git a/NaturalDocs/Project.txt b/NaturalDocs/Project.txt index 9908c28..04c38a6 100644 --- a/NaturalDocs/Project.txt +++ b/NaturalDocs/Project.txt @@ -70,8 +70,6 @@ Source Folder 2: ..\Tests Ignore Source Folder: ..\AddinFiles\Docs -Ignore Source Folder: ..\AddinFiles\Docs - Ignore Source Folder Pattern: ..\.* diff --git a/Tests/UnitTests/addinToolsTest.jsl b/Tests/UnitTests/addinToolsTest.jsl index befe05e..337b9e2 100644 --- a/Tests/UnitTests/addinToolsTest.jsl +++ b/Tests/UnitTests/addinToolsTest.jsl @@ -3,7 +3,7 @@ Routine: Test mapply tests */ -ns = Namespace( "com.adm.ModelEngine" || ".addinnamespace" ); +ns = Namespace( "com.github.himanga.JMPScriptingTools" || ".addinnamespace" ); ut test( "Tools", "mapply", Expr(