From 4b3b6eb01a983e2ab48b6c53f49f2b52d01983d5 Mon Sep 17 00:00:00 2001 From: Simeon Andreev Date: Tue, 16 Jan 2024 16:55:40 +0100 Subject: [PATCH] Force plug-in activation for custom property testers This change ensures Eclipse correctly uses the property testers 'isBashFileWithoutExtension' and 'isOpenPathActionEnabled', by setting the 'forcePluginActivation' property in the respective plugin.xml entries. This allows Eclipse to load the property tester class prior to trying to use it - in case the bash editor plug-in was not activated yet. Fixes: #275 Signed-off-by: Simeon Andreev --- basheditor-plugin/plugin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basheditor-plugin/plugin.xml b/basheditor-plugin/plugin.xml index 79a4a62..a55a784 100644 --- a/basheditor-plugin/plugin.xml +++ b/basheditor-plugin/plugin.xml @@ -117,7 +117,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -160,7 +160,7 @@ - + @@ -890,7 +890,7 @@ fi value="*.sh"/> - +