je-editor 0.0.201__py3-none-any.whl → 0.0.202__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.
@@ -150,7 +150,8 @@ class EditorWidget(QWidget):
150
150
  jeditor_logger.info(f"EditorWidget open_an_file path: {path}")
151
151
  if not self.check_is_open(path):
152
152
  return False
153
- self.code_save_thread.skip_this_round = True
153
+ if self.code_save_thread:
154
+ self.code_save_thread.skip_this_round = True
154
155
  file, file_content = read_file(str(path))
155
156
  self.code_edit.setPlainText(
156
157
  file_content
@@ -52,7 +52,8 @@ class RedirectManager(object):
52
52
  sys.stderr = redirect_err
53
53
  default_logger = logging.getLogger("RedirectManager")
54
54
  default_logger.addHandler(redirect_err)
55
- skip_logger_list = ["JEditor", "FrontEngine", "AutomationIDE"]
55
+ skip_logger_list = ["JEditor", "FrontEngine",
56
+ "AutomationIDE", "TestPioneer"]
56
57
  for name in logging.root.manager.loggerDict.keys():
57
58
  if name in skip_logger_list:
58
59
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: je_editor
3
- Version: 0.0.201
3
+ Version: 0.0.202
4
4
  Summary: JEditor is basic but powerful editor include GPT
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
@@ -38,7 +38,7 @@ je_editor/pyside_ui/main_ui/main_editor.py,sha256=S2NOZ7NaLtDM-sesxcPaN_FAYu69e9
38
38
  je_editor/pyside_ui/main_ui/dock/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  je_editor/pyside_ui/main_ui/dock/destroy_dock.py,sha256=MTN45BykNm6FA4gMW7gI4Kr9orTdcxVTm7mch3DUhaw,604
40
40
  je_editor/pyside_ui/main_ui/editor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- je_editor/pyside_ui/main_ui/editor/editor_widget.py,sha256=fTNJuho5AbPojogNGyQ4KspJ5YZwGpk6rcZ2TLjpYRY,10039
41
+ je_editor/pyside_ui/main_ui/editor/editor_widget.py,sha256=nNN9Sjz7H9GX8nJ520zysrtdE24nTJFdbg0jb78Te4Y,10078
42
42
  je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py,sha256=6oDf0pKx0sThlk_Qz0gduPIpasPqib6OYnMnQ4FRXFo,1930
43
43
  je_editor/pyside_ui/main_ui/editor/process_input.py,sha256=zj29E3He5_PD23HnIaDQ1vn3LWRECXTf8P7MWsX73k0,3401
44
44
  je_editor/pyside_ui/main_ui/ipython_widget/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -98,11 +98,11 @@ je_editor/utils/multi_language/english.py,sha256=gR0utQPeyNhcpRNaaaa05mFC1ErGWPv
98
98
  je_editor/utils/multi_language/multi_language_wrapper.py,sha256=_MtYrE51poQ1p_iWvT2eg_604uj6IsiBgGpifWpYLGc,1050
99
99
  je_editor/utils/multi_language/traditional_chinese.py,sha256=Vf6tpdE0Rb8hiVBGHLpSioi4QrRXSsP5-iktePZGk0w,5668
100
100
  je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=RsLRbhBy_YyiwTN5g0YkoobI-BvSdZgX0Ot53nrHm7g,2174
101
+ je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=2tLTOnxpvcYvtO3R91iHaaeN7EOE3uTgLg-UlASy5Ac,2218
102
102
  je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
103
  je_editor/utils/venv_check/check_venv.py,sha256=oCrMdue4NYUUGrVifh_iHFwIgxVx9azYN4jz3Xiulgg,999
104
- je_editor-0.0.201.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
- je_editor-0.0.201.dist-info/METADATA,sha256=gDamEI8rCz45XGMLrPL6e-FbOS3MDPlGkCu8_VCqJq8,3307
106
- je_editor-0.0.201.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
107
- je_editor-0.0.201.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
- je_editor-0.0.201.dist-info/RECORD,,
104
+ je_editor-0.0.202.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
+ je_editor-0.0.202.dist-info/METADATA,sha256=rmheDYaUcp6l8jfoLuIOVgSvPFAslOr9Lf6Y4A_-o0I,3307
106
+ je_editor-0.0.202.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
107
+ je_editor-0.0.202.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
+ je_editor-0.0.202.dist-info/RECORD,,