je-editor 0.0.192__tar.gz → 0.0.193__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {je_editor-0.0.192 → je_editor-0.0.193}/PKG-INFO +1 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/code_process/code_exec.py +1 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/shell_process/shell_exec.py +1 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/editor/editor_widget.py +3 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/main_editor.py +2 -2
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor.egg-info/PKG-INFO +1 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/pyproject.toml +1 -1
- {je_editor-0.0.192 → je_editor-0.0.193}/LICENSE +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/README.md +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/__main__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/browser_download_window.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/browser_serach_lineedit.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/browser_view.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/browser_widget.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/auto_save/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/code_format/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/code_format/pep8_format.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/code_process/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/plaintext_code_edit/code_edit_plaintext.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/running_process_manager.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/shell_process/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/syntax/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/syntax/python_syntax.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/syntax/syntax_setting.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/textedit_code_result/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/textedit_code_result/code_record.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/search_ui/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/search_ui/search_text_box.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/dock/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/dock/destroy_dock.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/editor/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/editor/process_input.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/check_style_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/check_style_menu/build_check_style_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/dock_menu/build_dock_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/file_menu/build_file_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/help_menu/build_help_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/language_menu/build_language_server.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/python_env_menu/build_venv_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_debug_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_program_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_shell_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/utils.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/set_menu_bar.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/style_menu/build_style_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/text_menu/build_text_menu.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/save_settings/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/save_settings/user_color_setting_file.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/save_settings/user_setting_file.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/system_tray/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/system_tray/extend_system_tray.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/start_editor.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/encodings/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/encodings/python_encodings.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/exception/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/exception/exception_tags.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/exception/exceptions.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/file/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/file/open/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/file/open/open_file.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/file/save/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/file/save/save_file.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/json/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/json/json_file.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/json_format/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/json_format/json_process.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/logging/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/logging/loggin_instance.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/english.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/multi_language_wrapper.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/traditional_chinese.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/redirect_manager/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/redirect_manager/redirect_manager_class.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/venv_check/__init__.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/venv_check/check_venv.py +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor.egg-info/SOURCES.txt +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor.egg-info/dependency_links.txt +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor.egg-info/requires.txt +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/je_editor.egg-info/top_level.txt +0 -0
- {je_editor-0.0.192 → je_editor-0.0.193}/setup.cfg +0 -0
@@ -131,7 +131,7 @@ class ExecManager(object):
|
|
131
131
|
# start tkinter_ui update
|
132
132
|
# start timer
|
133
133
|
self.timer = QTimer(self.main_window)
|
134
|
-
self.timer.setInterval(
|
134
|
+
self.timer.setInterval(50)
|
135
135
|
self.timer.timeout.connect(self.pull_text)
|
136
136
|
self.timer.start()
|
137
137
|
except Exception as error:
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/shell_process/shell_exec.py
RENAMED
@@ -112,7 +112,7 @@ class ShellManager(object):
|
|
112
112
|
self.read_program_error_output_from_thread.start()
|
113
113
|
# start timer
|
114
114
|
self.timer = QTimer(self.main_window)
|
115
|
-
self.timer.setInterval(
|
115
|
+
self.timer.setInterval(50)
|
116
116
|
self.timer.timeout.connect(self.pull_text)
|
117
117
|
self.timer.start()
|
118
118
|
except Exception as error:
|
@@ -108,7 +108,7 @@ class EditorWidget(QWidget):
|
|
108
108
|
self.grid_layout.addWidget(self.full_splitter)
|
109
109
|
# Check format time
|
110
110
|
self.check_format_timer = QTimer()
|
111
|
-
self.check_format_timer.setInterval(
|
111
|
+
self.check_format_timer.setInterval(50)
|
112
112
|
self.check_format_timer.timeout.connect(self.check_file_format)
|
113
113
|
self.check_format_timer.start()
|
114
114
|
|
@@ -159,6 +159,8 @@ class EditorWidget(QWidget):
|
|
159
159
|
file_content
|
160
160
|
)
|
161
161
|
self.current_file = file
|
162
|
+
self.code_edit.current_file = file
|
163
|
+
self.code_edit.reset_highlighter()
|
162
164
|
user_setting_dict.update({"last_file": str(self.current_file)})
|
163
165
|
if self.current_file is not None and self.code_save_thread is None:
|
164
166
|
init_new_auto_save_thread(self.current_file, self)
|
@@ -79,7 +79,7 @@ class EditorMain(QMainWindow, QtStyleTools):
|
|
79
79
|
self.tab_widget.tabCloseRequested.connect(self.close_tab)
|
80
80
|
# Timer to redirect error or message
|
81
81
|
self.redirect_timer = QTimer(self)
|
82
|
-
self.redirect_timer.setInterval(
|
82
|
+
self.redirect_timer.setInterval(50)
|
83
83
|
self.redirect_timer.start()
|
84
84
|
self.setWindowTitle(language_wrapper.language_word_dict.get("application_name"))
|
85
85
|
self.setToolTip(language_wrapper.language_word_dict.get("application_name"))
|
@@ -100,7 +100,7 @@ class EditorMain(QMainWindow, QtStyleTools):
|
|
100
100
|
redirect_manager_instance.set_redirect()
|
101
101
|
# Timer to redirect error or message
|
102
102
|
self.redirect_timer = QTimer(self)
|
103
|
-
self.redirect_timer.setInterval(
|
103
|
+
self.redirect_timer.setInterval(50)
|
104
104
|
self.redirect_timer.timeout.connect(self.redirect)
|
105
105
|
self.redirect_timer.start()
|
106
106
|
# TAB Add
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/browser/browser_download_window.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py
RENAMED
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.192 → je_editor-0.0.193}/je_editor/pyside_ui/code/textedit_code_result/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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
|
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/pyside_ui/main_ui/save_settings/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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
|
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/multi_language_wrapper.py
RENAMED
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/je_editor/utils/multi_language/traditional_chinese.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.192 → je_editor-0.0.193}/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
|