je-editor 0.0.169__tar.gz → 0.0.170__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {je_editor-0.0.169 → je_editor-0.0.170}/PKG-INFO +1 -1
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/code_process/code_exec.py +4 -2
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/python_env_menu/build_venv_menu.py +7 -4
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_debug_menu.py +1 -1
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_program_menu.py +1 -1
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor.egg-info/PKG-INFO +1 -1
- {je_editor-0.0.169 → je_editor-0.0.170}/pyproject.toml +1 -1
- {je_editor-0.0.169 → je_editor-0.0.170}/LICENSE +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/README.md +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/__main__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_download_window.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_serach_lineedit.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_view.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_widget.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/auto_save/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/code_format/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/code_format/pep8_format.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/code_process/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/plaintext_code_edit/code_edit_plaintext.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/running_process_manager.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/shell_process/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/shell_process/shell_exec.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/syntax/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/syntax/python_syntax.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/syntax/syntax_setting.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/textedit_code_result/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/textedit_code_result/code_record.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/search_ui/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/search_ui/search_text_box.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/dock/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/dock/destroy_dock.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/editor/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/editor/editor_widget.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/editor/process_input.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/main_editor.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/check_style_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/check_style_menu/build_check_style_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/dock_menu/build_dock_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/file_menu/build_file_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/help_menu/build_help_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/language_menu/build_language_server.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_shell_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/utils.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/set_menu_bar.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/style_menu/build_style_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/text_menu/build_text_menu.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/user_color_setting_file.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/user_setting_file.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/system_tray/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/system_tray/extend_system_tray.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/start_editor.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/encodings/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/encodings/python_encodings.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/exception/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/exception/exception_tags.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/exception/exceptions.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/file/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/file/open/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/file/open/open_file.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/file/save/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/file/save/save_file.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/json/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/json/json_file.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/json_format/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/json_format/json_process.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/english.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/multi_language_wrapper.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/traditional_chinese.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/redirect_manager/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/redirect_manager/redirect_manager_class.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/venv_check/__init__.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/venv_check/check_venv.py +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor.egg-info/SOURCES.txt +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor.egg-info/dependency_links.txt +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor.egg-info/requires.txt +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/je_editor.egg-info/top_level.txt +0 -0
- {je_editor-0.0.169 → je_editor-0.0.170}/setup.cfg +0 -0
@@ -178,10 +178,12 @@ class ExecManager(object):
|
|
178
178
|
|
179
179
|
def read_program_output_from_process(self) -> None:
|
180
180
|
while self.still_run_program:
|
181
|
-
program_output_data = self.process.stdout.raw.read(self.program_buffer).decode(self.program_encoding
|
181
|
+
program_output_data: str = self.process.stdout.raw.read(self.program_buffer).decode(self.program_encoding,
|
182
|
+
errors="replace")
|
182
183
|
self.run_output_queue.put_nowait(program_output_data)
|
183
184
|
|
184
185
|
def read_program_error_output_from_process(self) -> None:
|
185
186
|
while self.still_run_program:
|
186
|
-
program_error_output_data = self.process.stderr.raw.read(self.program_buffer).decode(
|
187
|
+
program_error_output_data: str = self.process.stderr.raw.read(self.program_buffer).decode(
|
188
|
+
self.program_encoding, errors="replace")
|
187
189
|
self.run_error_queue.put_nowait(program_error_output_data)
|
@@ -67,7 +67,8 @@ def create_venv(ui_we_want_to_set: EditorMain) -> None:
|
|
67
67
|
widget.python_compiler = ui_we_want_to_set.python_compiler
|
68
68
|
venv_path = Path(os.getcwd() + "/venv")
|
69
69
|
if not venv_path.exists():
|
70
|
-
create_venv_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env
|
70
|
+
create_venv_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env,
|
71
|
+
shell_encoding=ui_we_want_to_set.encoding)
|
71
72
|
create_venv_shell.later_init()
|
72
73
|
create_venv_shell.exec_shell(
|
73
74
|
[f"{create_venv_shell.compiler_path}", "-m", "venv", "venv"]
|
@@ -98,7 +99,7 @@ def shell_pip_install(ui_we_want_to_set: EditorMain, pip_install_command_list: l
|
|
98
99
|
language_wrapper.language_word_dict.get("python_env_menu_install_package_messagebox_label")
|
99
100
|
)
|
100
101
|
if press_ok:
|
101
|
-
pip_install_shell = ShellManager(main_window=widget)
|
102
|
+
pip_install_shell = ShellManager(main_window=widget, shell_encoding=ui_we_want_to_set.encoding)
|
102
103
|
pip_install_shell.later_init()
|
103
104
|
pip_install_shell.exec_shell(
|
104
105
|
pip_install_command_list
|
@@ -127,7 +128,8 @@ def pip_install_package_update(ui_we_want_to_set: EditorMain) -> None:
|
|
127
128
|
language_wrapper.language_word_dict.get("python_env_menu_install_or_update_package_messagebox_label")
|
128
129
|
)
|
129
130
|
if press_ok:
|
130
|
-
pip_install_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env
|
131
|
+
pip_install_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env,
|
132
|
+
shell_encoding=ui_we_want_to_set.encoding)
|
131
133
|
pip_install_shell.later_init()
|
132
134
|
pip_install_shell.exec_shell(
|
133
135
|
[f"{pip_install_shell.compiler_path}", "-m", "pip", "install", f"{package_text}", "-U"]
|
@@ -146,7 +148,8 @@ def pip_install_package(ui_we_want_to_set: EditorMain) -> None:
|
|
146
148
|
language_wrapper.language_word_dict.get("python_env_menu_install_package_messagebox_label")
|
147
149
|
)
|
148
150
|
if press_ok:
|
149
|
-
pip_install_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env
|
151
|
+
pip_install_shell = ShellManager(main_window=widget, after_done_function=widget.code_edit.check_env,
|
152
|
+
shell_encoding=ui_we_want_to_set.encoding)
|
150
153
|
pip_install_shell.later_init()
|
151
154
|
pip_install_shell.exec_shell(
|
152
155
|
[f"{pip_install_shell.compiler_path}", "-m", "pip", "install", f"{package_text}"]
|
@@ -41,7 +41,7 @@ def run_debugger(ui_we_want_to_set: EditorMain) -> None:
|
|
41
41
|
if widget.exec_python_debugger is None:
|
42
42
|
widget.python_compiler = ui_we_want_to_set.python_compiler
|
43
43
|
if choose_file_get_save_file_path(ui_we_want_to_set):
|
44
|
-
code_exec = ExecManager(widget)
|
44
|
+
code_exec = ExecManager(widget, program_encoding=ui_we_want_to_set.encoding)
|
45
45
|
code_exec.later_init()
|
46
46
|
code_exec.code_result = widget.debugger_result
|
47
47
|
code_exec.exec_code(
|
@@ -40,7 +40,7 @@ def run_program(ui_we_want_to_set: EditorMain) -> None:
|
|
40
40
|
if widget.exec_program is None:
|
41
41
|
widget.python_compiler = ui_we_want_to_set.python_compiler
|
42
42
|
if choose_file_get_save_file_path(ui_we_want_to_set):
|
43
|
-
code_exec = ExecManager(widget)
|
43
|
+
code_exec = ExecManager(widget, program_encoding=ui_we_want_to_set.encoding)
|
44
44
|
code_exec.later_init()
|
45
45
|
code_exec.exec_code(
|
46
46
|
widget.current_file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_download_window.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/browser/browser_serach_lineedit.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/shell_process/shell_exec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/textedit_code_result/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/code/textedit_code_result/code_record.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/dialog/search_ui/search_text_box.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/multi_language_wrapper.py
RENAMED
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/multi_language/traditional_chinese.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.169 → je_editor-0.0.170}/je_editor/utils/redirect_manager/redirect_manager_class.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|