easycoder 251015.1__py2.py3-none-any.whl → 251016.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of easycoder might be problematic. Click here for more details.

easycoder/__init__.py CHANGED
@@ -12,4 +12,4 @@ from .ec_pyside import *
12
12
  from .ec_timestamp import *
13
13
  from .ec_value import *
14
14
 
15
- __version__ = "251015.1"
15
+ __version__ = "251016.1"
easycoder/ec_pyside.py CHANGED
@@ -114,7 +114,7 @@ class Graphics(Handler):
114
114
  # (2) add {widget} to {layout}
115
115
  # (3) add stretch {widget} to {layout}
116
116
  # (4) add stretch to {layout}
117
- # (5) add spacer {size} to {layout}
117
+ # (5) add spacer [size] {size} to {layout}
118
118
  # (6) add {widget} at {col} {row} in {grid layout}
119
119
  def k_add(self, command):
120
120
  def addToLayout():
@@ -146,6 +146,7 @@ class Graphics(Handler):
146
146
 
147
147
  elif token == 'spacer':
148
148
  self.nextToken()
149
+ self.skip('size')
149
150
  command['widget'] = 'spacer'
150
151
  command['size'] = self.nextValue()
151
152
  self.skip('to')
@@ -375,7 +376,7 @@ class Graphics(Handler):
375
376
  if token == 'text':
376
377
  self.nextToken()
377
378
  command['text'] = self.nextValue()
378
- if token == 'icon':
379
+ elif token == 'icon':
379
380
  self.nextToken()
380
381
  command['icon'] = self.nextValue()
381
382
  elif token == 'size':
@@ -783,8 +784,8 @@ class Graphics(Handler):
783
784
  return False
784
785
 
785
786
  def r_hide(self, command):
786
- widget = self.getVariable(command['widget'])['widget']
787
- widget.hide()
787
+ record = self.getVariable(command['widget'])
788
+ if 'widget' in record: record['widget'].hide()
788
789
  return self.nextPC()
789
790
 
790
791
  # Initialize the graphics environment
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: easycoder
3
- Version: 251015.1
3
+ Version: 251016.1
4
4
  Summary: Rapid scripting in English
5
5
  Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
6
6
  Author-email: Graham Trott <gtanyware@gmail.com>
@@ -1,4 +1,4 @@
1
- easycoder/__init__.py,sha256=UvV0rNaqW7_y06ZiWLdoAs_zsyC2HCXODR1Glc3l07A,339
1
+ easycoder/__init__.py,sha256=zZvFOpEZYrq776LhQb3DOF692KsHpQuwr0Si1ZSREbY,339
2
2
  easycoder/close.png,sha256=3B9ueRNtEu9E4QNmZhdyC4VL6uqKvGmdfeFxIV9aO_Y,9847
3
3
  easycoder/ec_border.py,sha256=KpOy0Jq8jI_6DYGo4jaFvoBP_jTIoAYWrmuHhl-FXA4,2355
4
4
  easycoder/ec_classes.py,sha256=bejrby7mLHTeAQXhhz-1l8iv6LSbNSy30lW21KJKjXE,1832
@@ -8,12 +8,12 @@ easycoder/ec_core.py,sha256=VTAnhdLp3ftZ1tLPhovKX0PQ1CplmC9x17jH_DfrJsQ,99650
8
8
  easycoder/ec_handler.py,sha256=ED08ULiOlZkcs4XHxAguvdPZw_dFXuwGDFLbFuo0kLs,2317
9
9
  easycoder/ec_keyboard.py,sha256=H8DhPT8-IvAIGgRxCs4qSaF_AQLaS6lxxtDteejbktM,19010
10
10
  easycoder/ec_program.py,sha256=srVDRlELMElvnkjxmREczUVPkvPXPvanZglN4hKreLI,10324
11
- easycoder/ec_pyside.py,sha256=JTHBpQOU8UVUBZmivfjTJbvT_00dDqaWQ70rthpeBRg,55655
11
+ easycoder/ec_pyside.py,sha256=bZEV3yDINb7YdJqJ1OpYQ8WkObGB3EeHyHeogd3k9as,55717
12
12
  easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
13
13
  easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
14
14
  easycoder/tick.png,sha256=OedASXJJTYvnza4J6Kv5m5lz6DrBfy667zX_WGgtbmM,9127
15
- easycoder-251015.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
16
- easycoder-251015.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
17
- easycoder-251015.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
18
- easycoder-251015.1.dist-info/METADATA,sha256=Vwk_KyMawENpm9Jg46Q5lLBdk7gYajoYZ9rZ44MeJM4,6897
19
- easycoder-251015.1.dist-info/RECORD,,
15
+ easycoder-251016.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
16
+ easycoder-251016.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
17
+ easycoder-251016.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
18
+ easycoder-251016.1.dist-info/METADATA,sha256=ZllPOSAy08_9d1dIcb1g1VTWuF9IbcCYmbGEsdTLk2E,6897
19
+ easycoder-251016.1.dist-info/RECORD,,