easycoder 250807.1__py2.py3-none-any.whl → 250807.2__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
@@ -11,4 +11,4 @@ from .ec_pyside import *
11
11
  from .ec_timestamp import *
12
12
  from .ec_value import *
13
13
 
14
- __version__ = "250807.1"
14
+ __version__ = "250807.2"
easycoder/ec_pyside.py CHANGED
@@ -967,9 +967,10 @@ class Graphics(Handler):
967
967
  record = self.getVariable(command['name'])
968
968
  widget = self.getVariable(command['name'])['widget']
969
969
  text = self.getRuntimeValue(command['value'])
970
- if isinstance(widget, QLineEdit):
970
+ keyword = record['keyword']
971
+ if keyword in ['label', 'pushbutton', 'lineinput']:
971
972
  widget.setText(text)
972
- elif isinstance(widget, QPlainTextEdit):
973
+ elif keyword == 'multiline':
973
974
  widget.setPlainText(text)
974
975
  if record['keyword'] == 'pushbutton':
975
976
  widget.setAccessibleName(text)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: easycoder
3
- Version: 250807.1
3
+ Version: 250807.2
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=OKAW03fRaJ8kMPDfZifiPRwpamjjXeqH4End9wF6nIw,314
1
+ easycoder/__init__.py,sha256=opggwOClYib2H_ErPp_TmmXLg38MI45-iZfwjJl0B7E,314
2
2
  easycoder/close.png,sha256=3B9ueRNtEu9E4QNmZhdyC4VL6uqKvGmdfeFxIV9aO_Y,9847
3
3
  easycoder/ec_classes.py,sha256=PWPaJuTfaWD4-tgT-2WWOgeFV_jXxlxyKCxvXyylCUU,1824
4
4
  easycoder/ec_compiler.py,sha256=-uuXDbfgFBGXSrr7EneDnnneFOFsU-UuCIpNHsCqY0s,5289
@@ -7,11 +7,11 @@ easycoder/ec_core.py,sha256=r0bFQV3LXCCh4CP6289h6UvK6gpq4L0BQDrEWkeVo_0,98040
7
7
  easycoder/ec_handler.py,sha256=ohf3xUuWw_Qb5SZnulGtDhvCb11kvWtYfgbQTiOXpIY,2261
8
8
  easycoder/ec_keyboard.py,sha256=q_ALcZ7C5lgwGXQbKaXBsrzr7OyNHvWdv8ZoVKbpoEQ,19420
9
9
  easycoder/ec_program.py,sha256=gt9qhz37kBVovh8LJbQEuwcbRvIi7_I9pyVvBGG-Hm4,9980
10
- easycoder/ec_pyside.py,sha256=AF00ZgwbbUmKL9ViIsP4xUJ-65di7kf4qDOO0O8G7RY,45350
10
+ easycoder/ec_pyside.py,sha256=s1KdvAEqDppLnUBs8J3u40PRa0KZGL7p6wpLVbYrLfk,45396
11
11
  easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
12
12
  easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
13
- easycoder-250807.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
14
- easycoder-250807.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- easycoder-250807.1.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
16
- easycoder-250807.1.dist-info/METADATA,sha256=wJ9qalZczJ8ru4rCadb4OdaFFuAs62kdxf-wDAnsExg,6875
17
- easycoder-250807.1.dist-info/RECORD,,
13
+ easycoder-250807.2.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
14
+ easycoder-250807.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ easycoder-250807.2.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
16
+ easycoder-250807.2.dist-info/METADATA,sha256=76YHVlElsRKuBZQeEynkd6fYwfM-8LfIKWGG_qNW32M,6875
17
+ easycoder-250807.2.dist-info/RECORD,,