Updated version info to indicate relation to eric7. eric7 release-10.0.0

Thu, 30 Dec 2021 12:58:40 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 30 Dec 2021 12:58:40 +0100
branch
eric7
changeset 53
ceb9ed8084db
parent 52
d2119f1dd5b3
child 54
98441216a295

Updated version info to indicate relation to eric7.

ChangeLog file | annotate | diff | comparison | revisions
PluginSelectionEncloser.py file | annotate | diff | comparison | revisions
PluginSelectionEncloser.zip file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.PluginSelectionEncloser.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/index.html file | annotate | diff | comparison | revisions
SelectionEncloser/Documentation/source/styles.css file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Dec 30 11:20:08 2021 +0100
+++ b/ChangeLog	Thu Dec 30 12:58:40 2021 +0100
@@ -1,6 +1,6 @@
 ChangeLog
 ---------
-Version 1.0.0:
+Version 10.0.0:
 - first release of the eric7 variant
 
 ************************************************************
--- a/PluginSelectionEncloser.py	Thu Dec 30 11:20:08 2021 +0100
+++ b/PluginSelectionEncloser.py	Thu Dec 30 12:58:40 2021 +0100
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.0"
+version = "10.0.0"
 className = "SelectionEncloserPlugin"
 packageName = "SelectionEncloser"
 shortDescription = "Enclose the selection with a string."
@@ -375,6 +375,7 @@
         if '%s' in encloseString:
             newText = encloseString % editor.selectedText()
         elif '{0}' in encloseString or '{}' in encloseString:
+            # __IGNORE_WARNING_M613__
             newText = encloseString.format(editor.selectedText())
         else:
             newText = encloseString + editor.selectedText() + encloseString
Binary file PluginSelectionEncloser.zip has changed
--- a/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.PluginSelectionEncloser.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.PluginSelectionEncloser.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser.PluginSelectionEncloser</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
--- a/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
--- a/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserPage</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <a NAME="top" ID="top"></a>
--- a/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage</h1>
--- a/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.SelectionEncloser.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser.SelectionEncloser</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Tools_Selection_Encloser.SelectionEncloser</h1>
--- a/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/index-Plugin_Tools_Selection_Encloser.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Tools_Selection_Encloser</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Plugin_Tools_Selection_Encloser</h1>
--- a/SelectionEncloser/Documentation/source/index.html	Thu Dec 30 11:20:08 2021 +0100
+++ b/SelectionEncloser/Documentation/source/index.html	Thu Dec 30 12:58:40 2021 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Table of contents</title>
 <meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
+<link rel="stylesheet" href="styles.css">
 </head>
 <body>
 <h1>Table of contents</h1>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SelectionEncloser/Documentation/source/styles.css	Thu Dec 30 12:58:40 2021 +0100
@@ -0,0 +1,12 @@
+body {
+    color: black;
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }

eric ide

mercurial