je-editor 0.0.198__tar.gz → 0.0.199__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {je_editor-0.0.198 → je_editor-0.0.199}/PKG-INFO +1 -1
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/help_menu/build_help_menu.py +0 -26
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py +0 -8
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/english.py +0 -4
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/traditional_chinese.py +0 -4
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor.egg-info/PKG-INFO +1 -1
- {je_editor-0.0.198 → je_editor-0.0.199}/pyproject.toml +1 -1
- {je_editor-0.0.198 → je_editor-0.0.199}/LICENSE +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/README.md +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/__main__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/browser_download_window.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/browser_serach_lineedit.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/browser_view.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/browser_widget.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/auto_save/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/code_format/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/code_format/pep8_format.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/code_process/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/code_process/code_exec.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/plaintext_code_edit/code_edit_plaintext.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/running_process_manager.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/shell_process/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/shell_process/shell_exec.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/syntax/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/syntax/python_syntax.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/syntax/syntax_setting.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/textedit_code_result/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/textedit_code_result/code_record.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/search_ui/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/search_ui/search_text_box.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/dock/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/dock/destroy_dock.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/editor/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/editor/editor_widget.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/editor/process_input.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/main_editor.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/check_style_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/check_style_menu/build_check_style_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/dock_menu/build_dock_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/file_menu/build_file_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/language_menu/build_language_server.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/python_env_menu/build_venv_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_debug_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_program_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_shell_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/utils.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/set_menu_bar.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/style_menu/build_style_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/text_menu/build_text_menu.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/save_settings/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/save_settings/user_color_setting_file.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/save_settings/user_setting_file.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/system_tray/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/system_tray/extend_system_tray.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/start_editor.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/encodings/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/encodings/python_encodings.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/exception/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/exception/exception_tags.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/exception/exceptions.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/file/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/file/open/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/file/open/open_file.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/file/save/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/file/save/save_file.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/json/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/json/json_file.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/json_format/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/json_format/json_process.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/logging/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/logging/loggin_instance.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/multi_language_wrapper.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/redirect_manager/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/redirect_manager/redirect_manager_class.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/venv_check/__init__.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/venv_check/check_venv.py +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor.egg-info/SOURCES.txt +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor.egg-info/dependency_links.txt +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor.egg-info/requires.txt +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/je_editor.egg-info/top_level.txt +0 -0
- {je_editor-0.0.198 → je_editor-0.0.199}/setup.cfg +0 -0
@@ -45,32 +45,6 @@ def set_help_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
45
45
|
show_about
|
46
46
|
)
|
47
47
|
ui_we_want_to_set.help_menu.addAction(ui_we_want_to_set.help_menu.help_about_action)
|
48
|
-
# Open Doc
|
49
|
-
ui_we_want_to_set.help_menu.open_bing_gpt_menu_doc_action = QAction(
|
50
|
-
language_wrapper.language_word_dict.get("help_menu_open_re_edge_gpt_doc_label"))
|
51
|
-
ui_we_want_to_set.help_menu.open_bing_gpt_menu_doc_action.triggered.connect(
|
52
|
-
lambda: open_web_browser(
|
53
|
-
ui_we_want_to_set,
|
54
|
-
"https://reedgegpt.readthedocs.io/en/latest/",
|
55
|
-
"ReEdgeGPT Doc"
|
56
|
-
)
|
57
|
-
)
|
58
|
-
ui_we_want_to_set.help_menu.addAction(
|
59
|
-
ui_we_want_to_set.help_menu.open_bing_gpt_menu_doc_action
|
60
|
-
)
|
61
|
-
# Open Github
|
62
|
-
ui_we_want_to_set.help_menu.open_re_edge_gpt_github_action = QAction(
|
63
|
-
language_wrapper.language_word_dict.get("help_menu_open_re_edge_gpt_github_label"))
|
64
|
-
ui_we_want_to_set.help_menu.open_re_edge_gpt_github_action.triggered.connect(
|
65
|
-
lambda: open_web_browser(
|
66
|
-
ui_we_want_to_set,
|
67
|
-
"https://github.com/Integration-Automation/ReEdgeGPT",
|
68
|
-
"ReEdgeGPT GitHub"
|
69
|
-
)
|
70
|
-
)
|
71
|
-
ui_we_want_to_set.help_menu.addAction(
|
72
|
-
ui_we_want_to_set.help_menu.open_re_edge_gpt_github_action
|
73
|
-
)
|
74
48
|
|
75
49
|
|
76
50
|
def open_web_browser(ui_we_want_to_set: EditorMain, url: str, tab_name: str):
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py
RENAMED
@@ -7,7 +7,6 @@ from frontengine import FrontEngineMainUI
|
|
7
7
|
from je_editor.pyside_ui.browser.browser_widget import BrowserWidget
|
8
8
|
from je_editor.pyside_ui.main_ui.editor.editor_widget import EditorWidget
|
9
9
|
from je_editor.pyside_ui.main_ui.ipython_widget.rich_jupyter import IpythonWidget
|
10
|
-
|
11
10
|
from je_editor.utils.logging.loggin_instance import jeditor_logger
|
12
11
|
|
13
12
|
if TYPE_CHECKING:
|
@@ -56,13 +55,6 @@ def set_tab_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
56
55
|
lambda: add_ipython_tab(ui_we_want_to_set)
|
57
56
|
)
|
58
57
|
ui_we_want_to_set.tab_menu.addAction(ui_we_want_to_set.tab_menu.add_ipython_action)
|
59
|
-
# ReEdgeGPT (Need fix it first)
|
60
|
-
# ui_we_want_to_set.tab_menu.add_re_edge_gpt_action = QAction(
|
61
|
-
# language_wrapper.language_word_dict.get("tab_menu_re_re_edge_gpt_tab_name"))
|
62
|
-
# ui_we_want_to_set.tab_menu.add_re_edge_gpt_action.triggered.connect(
|
63
|
-
# lambda: add_re_edge_gpt_tab(ui_we_want_to_set)
|
64
|
-
# )
|
65
|
-
# ui_we_want_to_set.tab_menu.addAction(ui_we_want_to_set.tab_menu.add_re_edge_gpt_action)
|
66
58
|
|
67
59
|
|
68
60
|
def add_editor_tab(ui_we_want_to_set: EditorMain):
|
@@ -5,7 +5,6 @@ english_word_dict = {
|
|
5
5
|
"tab_name_editor": "Editor",
|
6
6
|
"tab_name_web_browser": "Web Browser",
|
7
7
|
"tab_name_frontengine": "FrontEngine",
|
8
|
-
"tab_name_re_edge_gpt": "Re-EdgeGPT",
|
9
8
|
# Browser
|
10
9
|
"browser_download_detail": "Download Detail",
|
11
10
|
"browser_find_text": "Find Text",
|
@@ -53,8 +52,6 @@ english_word_dict = {
|
|
53
52
|
"help_menu_open_github_label": "GitHub",
|
54
53
|
"help_menu_open_doc_label": "Doc",
|
55
54
|
"help_menu_open_about_label": "About",
|
56
|
-
"help_menu_open_re_edge_gpt_doc_label": "Open ReEdgeGPT Doc",
|
57
|
-
"help_menu_open_re_edge_gpt_github_label": "Open ReEdgeGPT GitHub",
|
58
55
|
# Python Env Menu
|
59
56
|
"python_env_menu_label": "Python Env",
|
60
57
|
"python_env_menu_create_venv_label": "Create venv",
|
@@ -109,7 +106,6 @@ please make sure that the current encoding is consistent with the default encodi
|
|
109
106
|
"tab_menu_web_tab_name": "WEB Browser",
|
110
107
|
"tab_menu_stackoverflow_tab_name": "Stackoverflow",
|
111
108
|
"tab_menu_ipython_tab_name": "IPython(Jupyter)",
|
112
|
-
"tab_menu_re_re_edge_gpt_tab_name": "ReEdgeGPT",
|
113
109
|
# Text Menu
|
114
110
|
"text_menu_label": "Text",
|
115
111
|
"text_menu_label_font": "Font",
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/traditional_chinese.py
RENAMED
@@ -5,7 +5,6 @@ traditional_chinese_word_dict = {
|
|
5
5
|
"tab_name_editor": "編輯器",
|
6
6
|
"tab_name_web_browser": "網頁瀏覽器",
|
7
7
|
"tab_name_frontengine": "前景引擎",
|
8
|
-
"tab_name_re_edge_gpt": "Re-EdgeGPT",
|
9
8
|
# Browser
|
10
9
|
"browser_download_detail": "下載資訊",
|
11
10
|
"browser_find_text": "搜尋文字",
|
@@ -53,8 +52,6 @@ traditional_chinese_word_dict = {
|
|
53
52
|
"help_menu_open_github_label": "GitHub",
|
54
53
|
"help_menu_open_doc_label": "文件",
|
55
54
|
"help_menu_open_about_label": "關於",
|
56
|
-
"help_menu_open_re_edge_gpt_doc_label": "開啟 ReEdgeGPT 文件",
|
57
|
-
"help_menu_open_re_edge_gpt_github_label": "開啟 ReEdgeGPT GitHub",
|
58
55
|
# Python Env Menu
|
59
56
|
"python_env_menu_label": "Python 環境",
|
60
57
|
"python_env_menu_create_venv_label": "建立 venv 虛擬環境",
|
@@ -107,7 +104,6 @@ traditional_chinese_word_dict = {
|
|
107
104
|
"tab_menu_web_tab_name": "瀏覽器",
|
108
105
|
"tab_menu_stackoverflow_tab_name": "Stackoverflow",
|
109
106
|
"tab_menu_ipython_tab_name": "IPython(Jupyter)",
|
110
|
-
"tab_menu_re_re_edge_gpt_tab_name": "ReEdgeGPT",
|
111
107
|
# Text Menu
|
112
108
|
"text_menu_label": "文字",
|
113
109
|
"text_menu_label_font": "字體",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/browser/browser_download_window.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/code/textedit_code_result/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/pyside_ui/main_ui/save_settings/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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
|
{je_editor-0.0.198 → je_editor-0.0.199}/je_editor/utils/multi_language/multi_language_wrapper.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.198 → je_editor-0.0.199}/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
|