Skip to content

Commit 8e68e5d

Browse files
committed
Update stable and dev version
Update stable and dev version * Remove all remain ReEdgeGPT Tag
1 parent 172bc53 commit 8e68e5d

File tree

6 files changed

+2
-44
lines changed

6 files changed

+2
-44
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor_dev"
9-
version = "0.0.218"
9+
version = "0.0.219"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

je_editor/pyside_ui/main_ui/menu/help_menu/build_help_menu.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,6 @@ def set_help_menu(ui_we_want_to_set: EditorMain) -> None:
4545
show_about
4646
)
4747
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-
)
7448

7549

7650
def open_web_browser(ui_we_want_to_set: EditorMain, url: str, tab_name: str):

je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from je_editor.pyside_ui.browser.browser_widget import BrowserWidget
88
from je_editor.pyside_ui.main_ui.editor.editor_widget import EditorWidget
99
from je_editor.pyside_ui.main_ui.ipython_widget.rich_jupyter import IpythonWidget
10-
1110
from je_editor.utils.logging.loggin_instance import jeditor_logger
1211

1312
if TYPE_CHECKING:
@@ -56,13 +55,6 @@ def set_tab_menu(ui_we_want_to_set: EditorMain) -> None:
5655
lambda: add_ipython_tab(ui_we_want_to_set)
5756
)
5857
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)
6658

6759

6860
def add_editor_tab(ui_we_want_to_set: EditorMain):

je_editor/utils/multi_language/english.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"tab_name_editor": "Editor",
66
"tab_name_web_browser": "Web Browser",
77
"tab_name_frontengine": "FrontEngine",
8-
"tab_name_re_edge_gpt": "Re-EdgeGPT",
98
# Browser
109
"browser_download_detail": "Download Detail",
1110
"browser_find_text": "Find Text",
@@ -53,8 +52,6 @@
5352
"help_menu_open_github_label": "GitHub",
5453
"help_menu_open_doc_label": "Doc",
5554
"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",
5855
# Python Env Menu
5956
"python_env_menu_label": "Python Env",
6057
"python_env_menu_create_venv_label": "Create venv",
@@ -109,7 +106,6 @@
109106
"tab_menu_web_tab_name": "WEB Browser",
110107
"tab_menu_stackoverflow_tab_name": "Stackoverflow",
111108
"tab_menu_ipython_tab_name": "IPython(Jupyter)",
112-
"tab_menu_re_re_edge_gpt_tab_name": "ReEdgeGPT",
113109
# Text Menu
114110
"text_menu_label": "Text",
115111
"text_menu_label_font": "Font",

je_editor/utils/multi_language/traditional_chinese.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"tab_name_editor": "編輯器",
66
"tab_name_web_browser": "網頁瀏覽器",
77
"tab_name_frontengine": "前景引擎",
8-
"tab_name_re_edge_gpt": "Re-EdgeGPT",
98
# Browser
109
"browser_download_detail": "下載資訊",
1110
"browser_find_text": "搜尋文字",
@@ -53,8 +52,6 @@
5352
"help_menu_open_github_label": "GitHub",
5453
"help_menu_open_doc_label": "文件",
5554
"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",
5855
# Python Env Menu
5956
"python_env_menu_label": "Python 環境",
6057
"python_env_menu_create_venv_label": "建立 venv 虛擬環境",
@@ -107,7 +104,6 @@
107104
"tab_menu_web_tab_name": "瀏覽器",
108105
"tab_menu_stackoverflow_tab_name": "Stackoverflow",
109106
"tab_menu_ipython_tab_name": "IPython(Jupyter)",
110-
"tab_menu_re_re_edge_gpt_tab_name": "ReEdgeGPT",
111107
# Text Menu
112108
"text_menu_label": "文字",
113109
"text_menu_label_font": "字體",

pyproject.toml renamed to stable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor"
9-
version = "0.0.198"
9+
version = "0.0.199"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)