je-editor 0.0.183__tar.gz → 0.0.184__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {je_editor-0.0.183 → je_editor-0.0.184}/PKG-INFO +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_download_window.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_serach_lineedit.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_view.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_widget.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/plaintext_code_edit/code_edit_plaintext.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/editor/editor_widget.py +5 -5
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/editor/process_input.py +4 -4
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/dock_menu/build_dock_menu.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/file_menu/build_file_menu.py +8 -8
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/help_menu/build_help_menu.py +3 -3
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/language_menu/build_language_server.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/python_env_menu/build_venv_menu.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py +3 -3
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/style_menu/build_style_menu.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/text_menu/build_text_menu.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/user_color_setting_file.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/user_setting_file.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/system_tray/extend_system_tray.py +2 -2
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/file/save/save_file.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/json/json_file.py +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor.egg-info/PKG-INFO +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/pyproject.toml +1 -1
- {je_editor-0.0.183 → je_editor-0.0.184}/LICENSE +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/README.md +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/__main__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/auto_save/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/auto_save/auto_save_thread.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/code_format/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/code_format/pep8_format.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/code_process/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/code_process/code_exec.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/running_process_manager.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/shell_process/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/shell_process/shell_exec.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/syntax/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/syntax/python_syntax.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/syntax/syntax_setting.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/textedit_code_result/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/textedit_code_result/code_record.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/search_ui/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/search_ui/search_text_box.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/dock/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/dock/destroy_dock.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/editor/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/main_editor.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/check_style_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/check_style_menu/build_check_style_menu.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_debug_menu.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_program_menu.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/build_shell_menu.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/under_run_menu/utils.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/set_menu_bar.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/system_tray/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/start_editor.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/encodings/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/encodings/python_encodings.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/exception/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/exception/exception_tags.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/exception/exceptions.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/file/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/file/open/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/file/open/open_file.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/file/save/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/json/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/json_format/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/json_format/json_process.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/logging/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/logging/loggin_instance.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/english.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/multi_language_wrapper.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/traditional_chinese.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/redirect_manager/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/redirect_manager/redirect_manager_class.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/venv_check/__init__.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/venv_check/check_venv.py +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor.egg-info/SOURCES.txt +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor.egg-info/dependency_links.txt +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor.egg-info/requires.txt +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/je_editor.egg-info/top_level.txt +0 -0
- {je_editor-0.0.183 → je_editor-0.0.184}/setup.cfg +0 -0
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_download_window.py
RENAMED
@@ -10,7 +10,7 @@ class BrowserDownloadWindow(QWidget):
|
|
10
10
|
|
11
11
|
def __init__(self, download_instance: QWebEngineDownloadRequest):
|
12
12
|
super().__init__()
|
13
|
-
jeditor_logger.info(
|
13
|
+
jeditor_logger.info("Init BrowserDownloadWindow "
|
14
14
|
f"download_instance: {download_instance}")
|
15
15
|
self.setAttribute(Qt.WidgetAttribute.WA_DeleteOnClose)
|
16
16
|
self.box_layout = QBoxLayout(QBoxLayout.Direction.TopToBottom)
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/browser/browser_serach_lineedit.py
RENAMED
@@ -15,7 +15,7 @@ class BrowserLineSearch(QLineEdit):
|
|
15
15
|
|
16
16
|
def __init__(self, browser_widget: BrowserWidget):
|
17
17
|
super().__init__()
|
18
|
-
jeditor_logger.info(
|
18
|
+
jeditor_logger.info("Init BrowserLineSearch "
|
19
19
|
f"browser_widget: {browser_widget}")
|
20
20
|
self.setAttribute(Qt.WidgetAttribute.WA_DeleteOnClose)
|
21
21
|
self.browser = browser_widget
|
@@ -12,7 +12,7 @@ class BrowserView(QWebEngineView):
|
|
12
12
|
|
13
13
|
def __init__(self, start_url: str = "https://www.google.com/"):
|
14
14
|
super().__init__()
|
15
|
-
jeditor_logger.info(
|
15
|
+
jeditor_logger.info("Init BrowserView "
|
16
16
|
f"start_url: {start_url}")
|
17
17
|
self.setUrl(start_url)
|
18
18
|
self.download_list: List[QWebEngineDownloadRequest] = list()
|
@@ -21,7 +21,7 @@ class BrowserView(QWebEngineView):
|
|
21
21
|
self.setAttribute(Qt.WidgetAttribute.WA_DeleteOnClose)
|
22
22
|
|
23
23
|
def download_file(self, download_instance: QWebEngineDownloadRequest):
|
24
|
-
jeditor_logger.info(
|
24
|
+
jeditor_logger.info("Download File "
|
25
25
|
f"download_instance: {download_instance}")
|
26
26
|
self.download_list.append(download_instance)
|
27
27
|
download_detail_window = BrowserDownloadWindow(download_instance)
|
@@ -12,7 +12,7 @@ class BrowserWidget(QWidget):
|
|
12
12
|
def __init__(self, start_url: str = "https://www.google.com/",
|
13
13
|
search_prefix: str = "https://www.google.com.tw/search?q="):
|
14
14
|
super().__init__()
|
15
|
-
jeditor_logger.info(
|
15
|
+
jeditor_logger.info("Init BrowserWidget "
|
16
16
|
f"start_url: {start_url} "
|
17
17
|
f"search_prefix: {search_prefix}")
|
18
18
|
# Browser setting
|
@@ -106,7 +106,7 @@ class CodeEditor(QPlainTextEdit):
|
|
106
106
|
:param completion: completion text
|
107
107
|
:return: None
|
108
108
|
"""
|
109
|
-
jeditor_logger.info(f"CodeEditor insert_completion completion:{completion}")
|
109
|
+
jeditor_logger.info(f"CodeEditor insert_completion completion: {completion}")
|
110
110
|
if self.completer.widget() != self:
|
111
111
|
return
|
112
112
|
text_cursor = self.textCursor()
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/open_file_dialog.py
RENAMED
@@ -26,7 +26,7 @@ def choose_file_get_open_file_path(parent_qt_instance: EditorMain) -> None:
|
|
26
26
|
:param parent_qt_instance: Pyside parent
|
27
27
|
:return: None
|
28
28
|
"""
|
29
|
-
jeditor_logger.info(
|
29
|
+
jeditor_logger.info("open_file_dialog.py choose_file_get_open_file_path"
|
30
30
|
f" parent_qt_instance: {parent_qt_instance}")
|
31
31
|
widget = parent_qt_instance.tab_widget.currentWidget()
|
32
32
|
if isinstance(widget, EditorWidget):
|
@@ -58,7 +58,7 @@ def choose_file_get_open_file_path(parent_qt_instance: EditorMain) -> None:
|
|
58
58
|
|
59
59
|
|
60
60
|
def choose_dir_get_dir_path(parent_qt_instance: EditorMain) -> None:
|
61
|
-
jeditor_logger.info(
|
61
|
+
jeditor_logger.info("open_file_dialog.py choose_dir_get_dir_path"
|
62
62
|
f" parent_qt_instance: {parent_qt_instance}")
|
63
63
|
dir_path = QFileDialog().getExistingDirectory(parent=parent_qt_instance, )
|
64
64
|
if dir_path != "":
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/save_file_dialog.py
RENAMED
@@ -20,7 +20,7 @@ def choose_file_get_save_file_path(parent_qt_instance: EditorMain) -> bool:
|
|
20
20
|
:param parent_qt_instance: Pyside parent
|
21
21
|
:return: save code edit content to file
|
22
22
|
"""
|
23
|
-
jeditor_logger.info(
|
23
|
+
jeditor_logger.info("save_file_dialog.py choose_file_get_save_file_path"
|
24
24
|
f" parent_qt_instance: {parent_qt_instance}")
|
25
25
|
widget = parent_qt_instance.tab_widget.currentWidget()
|
26
26
|
if isinstance(widget, EditorWidget):
|
@@ -113,7 +113,7 @@ class EditorWidget(QWidget):
|
|
113
113
|
self.check_format_timer.start()
|
114
114
|
|
115
115
|
def set_project_treeview(self) -> None:
|
116
|
-
jeditor_logger.info(
|
116
|
+
jeditor_logger.info("EditorWidget set_project_treeview")
|
117
117
|
self.project_treeview_model = QFileSystemModel()
|
118
118
|
self.project_treeview_model.setRootPath(QDir.currentPath())
|
119
119
|
self.project_treeview = QTreeView()
|
@@ -168,7 +168,7 @@ class EditorWidget(QWidget):
|
|
168
168
|
return True
|
169
169
|
|
170
170
|
def treeview_click(self) -> None:
|
171
|
-
jeditor_logger.info(
|
171
|
+
jeditor_logger.info("EditorWidget treeview_click")
|
172
172
|
clicked_item: QFileSystemModel = self.project_treeview.selectedIndexes()[0]
|
173
173
|
file_info: QFileInfo = self.project_treeview.model().fileInfo(clicked_item)
|
174
174
|
path = pathlib.Path(file_info.absoluteFilePath())
|
@@ -176,14 +176,14 @@ class EditorWidget(QWidget):
|
|
176
176
|
self.open_an_file(path)
|
177
177
|
|
178
178
|
def rename_self_tab(self):
|
179
|
-
jeditor_logger.info(
|
179
|
+
jeditor_logger.info("EditorWidget rename_self_tab")
|
180
180
|
if self.tab_manager.currentWidget() is self:
|
181
181
|
self.tab_manager.setTabText(
|
182
182
|
self.tab_manager.currentIndex(), str(Path(self.current_file)))
|
183
183
|
self.setObjectName(str(Path(self.current_file)))
|
184
184
|
|
185
185
|
def check_file_format(self):
|
186
|
-
jeditor_logger.info(
|
186
|
+
jeditor_logger.info("EditorWidget check_file_format")
|
187
187
|
if self.current_file:
|
188
188
|
if self.checker is None:
|
189
189
|
self.checker = PEP8FormatChecker(self.current_file)
|
@@ -196,7 +196,7 @@ class EditorWidget(QWidget):
|
|
196
196
|
self.format_check_result.append(error)
|
197
197
|
|
198
198
|
def close(self) -> bool:
|
199
|
-
jeditor_logger.info(
|
199
|
+
jeditor_logger.info("EditorWidget close")
|
200
200
|
self.check_format_timer.stop()
|
201
201
|
if self.code_save_thread is not None:
|
202
202
|
self.code_save_thread.still_run = False
|
@@ -16,7 +16,7 @@ from je_editor.utils.multi_language.multi_language_wrapper import language_wrapp
|
|
16
16
|
class ProcessInput(QWidget):
|
17
17
|
|
18
18
|
def __init__(self, main_window: EditorWidget, process_type: str = "debugger"):
|
19
|
-
jeditor_logger.info(
|
19
|
+
jeditor_logger.info("Init ProcessInput "
|
20
20
|
f"main_window: {main_window} "
|
21
21
|
f"process_type: {process_type}")
|
22
22
|
super().__init__()
|
@@ -45,7 +45,7 @@ class ProcessInput(QWidget):
|
|
45
45
|
self.setLayout(self.box_layout)
|
46
46
|
|
47
47
|
def debugger_send_command(self):
|
48
|
-
jeditor_logger.info(
|
48
|
+
jeditor_logger.info("EditorWidget debugger_send_command")
|
49
49
|
if self.main_window.exec_python_debugger is not None:
|
50
50
|
process_stdin = self.main_window.exec_python_debugger.process.stdin
|
51
51
|
if process_stdin is not None:
|
@@ -53,7 +53,7 @@ class ProcessInput(QWidget):
|
|
53
53
|
process_stdin.flush()
|
54
54
|
|
55
55
|
def shell_send_command(self):
|
56
|
-
jeditor_logger.info(
|
56
|
+
jeditor_logger.info("EditorWidget shell_send_command")
|
57
57
|
if self.main_window.exec_shell is not None:
|
58
58
|
process_stdin = self.main_window.exec_shell.process.stdin
|
59
59
|
if process_stdin is not None:
|
@@ -61,7 +61,7 @@ class ProcessInput(QWidget):
|
|
61
61
|
process_stdin.flush()
|
62
62
|
|
63
63
|
def program_send_command(self):
|
64
|
-
jeditor_logger.info(
|
64
|
+
jeditor_logger.info("EditorWidget program_send_command")
|
65
65
|
if self.main_window.exec_program is not None:
|
66
66
|
process_stdin = self.main_window.exec_program.process.stdin
|
67
67
|
if process_stdin is not None:
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/ipython_widget/rich_jupyter.py
RENAMED
@@ -34,7 +34,7 @@ class IpythonWidget(QWidget):
|
|
34
34
|
self.setLayout(self.grid_layout)
|
35
35
|
|
36
36
|
def close(self):
|
37
|
-
jeditor_logger.info(
|
37
|
+
jeditor_logger.info("IpythonWidget close")
|
38
38
|
if self.kernel_client:
|
39
39
|
self.kernel_client.stop_channels()
|
40
40
|
if self.kernel_manager:
|
@@ -62,7 +62,7 @@ def set_dock_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
62
62
|
|
63
63
|
|
64
64
|
def add_dock_widget(ui_we_want_to_set: EditorMain, widget_type: str = None):
|
65
|
-
jeditor_logger.info(
|
65
|
+
jeditor_logger.info("build_dock_menu.py add_dock_widget "
|
66
66
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
67
67
|
f"widget_type: {widget_type}")
|
68
68
|
# Dock widget
|
@@ -18,7 +18,7 @@ from je_editor.pyside_ui.dialog.file_dialog.save_file_dialog import choose_file_
|
|
18
18
|
|
19
19
|
|
20
20
|
def set_file_menu(ui_we_want_to_set: EditorMain) -> None:
|
21
|
-
jeditor_logger.info(
|
21
|
+
jeditor_logger.info("build_file_menu.py add_dock_widget "
|
22
22
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
23
23
|
ui_we_want_to_set.file_menu = ui_we_want_to_set.menu.addMenu(
|
24
24
|
language_wrapper.language_word_dict.get("file_menu_label"))
|
@@ -66,7 +66,7 @@ def set_file_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
66
66
|
|
67
67
|
|
68
68
|
def add_encoding_menu(ui_we_want_to_set: EditorMain) -> None:
|
69
|
-
jeditor_logger.info(
|
69
|
+
jeditor_logger.info("build_file_menu.py add_encoding_menu "
|
70
70
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
71
71
|
ui_we_want_to_set.file_menu.encoding_menu = ui_we_want_to_set.file_menu.addMenu(
|
72
72
|
language_wrapper.language_word_dict.get("file_menu_encoding_label"))
|
@@ -78,7 +78,7 @@ def add_encoding_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
78
78
|
|
79
79
|
|
80
80
|
def set_encoding(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
81
|
-
jeditor_logger.info(
|
81
|
+
jeditor_logger.info("build_file_menu.py set_encoding "
|
82
82
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
83
83
|
f"action: {action}")
|
84
84
|
ui_we_want_to_set.encoding = action.text()
|
@@ -86,14 +86,14 @@ def set_encoding(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
|
86
86
|
|
87
87
|
|
88
88
|
def show_create_file_dialog(ui_we_want_to_set: EditorMain):
|
89
|
-
jeditor_logger.info(
|
89
|
+
jeditor_logger.info("build_file_menu.py show_create_file_dialog "
|
90
90
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
91
91
|
ui_we_want_to_set.create_file_dialog = CreateFileDialog()
|
92
92
|
ui_we_want_to_set.create_file_dialog.show()
|
93
93
|
|
94
94
|
|
95
95
|
def add_font_menu(ui_we_want_to_set: EditorMain) -> None:
|
96
|
-
jeditor_logger.info(
|
96
|
+
jeditor_logger.info("build_file_menu.py add_font_menu "
|
97
97
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
98
98
|
ui_we_want_to_set.file_menu.font_menu = ui_we_want_to_set.file_menu.addMenu(
|
99
99
|
language_wrapper.language_word_dict.get("file_menu_font_label"))
|
@@ -104,7 +104,7 @@ def add_font_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
104
104
|
|
105
105
|
|
106
106
|
def set_font(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
107
|
-
jeditor_logger.info(
|
107
|
+
jeditor_logger.info("build_file_menu.py set_font "
|
108
108
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
109
109
|
ui_we_want_to_set.setStyleSheet(
|
110
110
|
f"font-size: {ui_we_want_to_set.font().pointSize()}pt;"
|
@@ -114,7 +114,7 @@ def set_font(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
|
114
114
|
|
115
115
|
|
116
116
|
def add_font_size_menu(ui_we_want_to_set: EditorMain) -> None:
|
117
|
-
jeditor_logger.info(
|
117
|
+
jeditor_logger.info("build_file_menu.py add_font_size_menu "
|
118
118
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
119
119
|
ui_we_want_to_set.file_menu.font_size_menu = ui_we_want_to_set.file_menu.addMenu(
|
120
120
|
language_wrapper.language_word_dict.get("file_menu_font_size_label"))
|
@@ -126,7 +126,7 @@ def add_font_size_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
126
126
|
|
127
127
|
|
128
128
|
def set_font_size(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
129
|
-
jeditor_logger.info(
|
129
|
+
jeditor_logger.info("build_file_menu.py set_font_size "
|
130
130
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
131
131
|
f"action: {action}")
|
132
132
|
ui_we_want_to_set.setStyleSheet(
|
@@ -15,7 +15,7 @@ from je_editor.utils.multi_language.multi_language_wrapper import language_wrapp
|
|
15
15
|
|
16
16
|
|
17
17
|
def set_help_menu(ui_we_want_to_set: EditorMain) -> None:
|
18
|
-
jeditor_logger.info(
|
18
|
+
jeditor_logger.info("build_help_menu.py set_help_menu "
|
19
19
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
20
20
|
ui_we_want_to_set.help_menu = ui_we_want_to_set.menu.addMenu(
|
21
21
|
language_wrapper.language_word_dict.get("help_menu_label"))
|
@@ -74,7 +74,7 @@ def set_help_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
74
74
|
|
75
75
|
|
76
76
|
def open_web_browser(ui_we_want_to_set: EditorMain, url: str, tab_name: str):
|
77
|
-
jeditor_logger.info(
|
77
|
+
jeditor_logger.info("build_help_menu.py open_web_browser "
|
78
78
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
79
79
|
f"url: {url} "
|
80
80
|
f"tab_name: {tab_name}")
|
@@ -85,7 +85,7 @@ def open_web_browser(ui_we_want_to_set: EditorMain, url: str, tab_name: str):
|
|
85
85
|
|
86
86
|
|
87
87
|
def show_about():
|
88
|
-
jeditor_logger.info(
|
88
|
+
jeditor_logger.info("build_help_menu.py show_about")
|
89
89
|
message_box = QMessageBox()
|
90
90
|
message_box.setText(
|
91
91
|
"""
|
@@ -40,7 +40,7 @@ def set_language_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
40
40
|
|
41
41
|
|
42
42
|
def set_language(language: str, ui_we_want_to_set: EditorMain) -> None:
|
43
|
-
jeditor_logger.info(
|
43
|
+
jeditor_logger.info("build_language_server.py set_language "
|
44
44
|
f"language: {language} "
|
45
45
|
f"ui_we_want_to_set: {ui_we_want_to_set}")
|
46
46
|
language_wrapper.reset_language(language)
|
@@ -86,7 +86,7 @@ def create_venv(ui_we_want_to_set: EditorMain) -> None:
|
|
86
86
|
|
87
87
|
|
88
88
|
def shell_pip_install(ui_we_want_to_set: EditorMain, pip_install_command_list: list):
|
89
|
-
jeditor_logger.info(
|
89
|
+
jeditor_logger.info("build_venv_menu.py create_venv "
|
90
90
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
91
91
|
f"pip_install_command_list: {pip_install_command_list}")
|
92
92
|
widget = ui_we_want_to_set.tab_widget.currentWidget()
|
@@ -113,7 +113,7 @@ def shell_pip_install(ui_we_want_to_set: EditorMain, pip_install_command_list: l
|
|
113
113
|
|
114
114
|
|
115
115
|
def detect_venv() -> bool:
|
116
|
-
jeditor_logger.info(
|
116
|
+
jeditor_logger.info("build_venv_menu.py detect_venv")
|
117
117
|
venv_path = Path(os.getcwd() + "/venv")
|
118
118
|
if not venv_path.exists():
|
119
119
|
message_box = QMessageBox()
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/build_run_menu.py
RENAMED
@@ -84,7 +84,7 @@ def stop_program(ui_we_want_to_set: EditorMain) -> None:
|
|
84
84
|
|
85
85
|
|
86
86
|
def stop_all_program() -> None:
|
87
|
-
jeditor_logger.info(
|
87
|
+
jeditor_logger.info("build_run_menu.py stop_all_program")
|
88
88
|
run_instance_manager.close_all_instance()
|
89
89
|
|
90
90
|
|
@@ -96,7 +96,7 @@ def clean_result(ui_we_want_to_set: EditorMain) -> None:
|
|
96
96
|
|
97
97
|
|
98
98
|
def show_run_help() -> None:
|
99
|
-
jeditor_logger.info(
|
99
|
+
jeditor_logger.info("build_run_menu.py show_run_help")
|
100
100
|
message_box = QMessageBox()
|
101
101
|
message_box.setText(
|
102
102
|
language_wrapper.language_word_dict.get("run_menu_run_help_tip")
|
@@ -105,7 +105,7 @@ def show_run_help() -> None:
|
|
105
105
|
|
106
106
|
|
107
107
|
def show_shell_help() -> None:
|
108
|
-
jeditor_logger.info(
|
108
|
+
jeditor_logger.info("build_run_menu.py show_shell_help")
|
109
109
|
message_box = QMessageBox()
|
110
110
|
message_box.setText(
|
111
111
|
language_wrapper.language_word_dict.get("run_menu_shell_run_tip")
|
@@ -31,7 +31,7 @@ def set_style_menu(ui_we_want_to_set: EditorMain) -> None:
|
|
31
31
|
|
32
32
|
|
33
33
|
def set_style(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
34
|
-
jeditor_logger.info(
|
34
|
+
jeditor_logger.info("build_style_menu.py set_style "
|
35
35
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
36
36
|
f"action: {action}")
|
37
37
|
ui_we_want_to_set.apply_stylesheet(ui_we_want_to_set, action.text())
|
@@ -34,7 +34,7 @@ def set_text_menu(ui_we_want_to_set: EditorMain):
|
|
34
34
|
|
35
35
|
|
36
36
|
def set_font(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
37
|
-
jeditor_logger.info(
|
37
|
+
jeditor_logger.info("build_text_menu.py set_font "
|
38
38
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
39
39
|
f"action: {action}")
|
40
40
|
for code_editor in range(ui_we_want_to_set.tab_widget.count()):
|
@@ -52,7 +52,7 @@ def set_font(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
|
52
52
|
|
53
53
|
|
54
54
|
def set_font_size(ui_we_want_to_set: EditorMain, action: QAction) -> None:
|
55
|
-
jeditor_logger.info(
|
55
|
+
jeditor_logger.info("build_text_menu.py set_font_size "
|
56
56
|
f"ui_we_want_to_set: {ui_we_want_to_set} "
|
57
57
|
f"action: {action}")
|
58
58
|
for code_editor in range(ui_we_want_to_set.tab_widget.count()):
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/setting_utils.py
RENAMED
@@ -6,7 +6,7 @@ from je_editor.utils.logging.loggin_instance import jeditor_logger
|
|
6
6
|
|
7
7
|
|
8
8
|
def write_setting(save_dict: dict, file_name: str) -> None:
|
9
|
-
jeditor_logger.info(
|
9
|
+
jeditor_logger.info("setting_utils.py write_setting "
|
10
10
|
f"save_dict: {save_dict} "
|
11
11
|
f"file_name: {file_name}")
|
12
12
|
save_dir = Path(getcwd() + "/.jeditor")
|
@@ -62,12 +62,12 @@ update_actually_color_dict()
|
|
62
62
|
|
63
63
|
|
64
64
|
def write_user_color_setting() -> None:
|
65
|
-
jeditor_logger.info(
|
65
|
+
jeditor_logger.info("user_color_setting_file.py write_user_color_setting")
|
66
66
|
write_setting(user_setting_color_dict, "user_color_setting.json")
|
67
67
|
|
68
68
|
|
69
69
|
def read_user_color_setting() -> None:
|
70
|
-
jeditor_logger.info(
|
70
|
+
jeditor_logger.info("user_color_setting_file.py read_user_color_setting")
|
71
71
|
user_color_setting_file = Path(getcwd() + "/.jeditor/user_color_setting.json")
|
72
72
|
if user_color_setting_file.exists() and user_color_setting_file.is_file():
|
73
73
|
user_setting_color_dict.update(read_json(str(user_color_setting_file)))
|
@@ -20,12 +20,12 @@ user_setting_dict = {
|
|
20
20
|
|
21
21
|
|
22
22
|
def write_user_setting() -> None:
|
23
|
-
jeditor_logger.info(
|
23
|
+
jeditor_logger.info("user_setting_file.py write_user_setting")
|
24
24
|
write_setting(user_setting_dict, "user_setting.json")
|
25
25
|
|
26
26
|
|
27
27
|
def read_user_setting() -> None:
|
28
|
-
jeditor_logger.info(
|
28
|
+
jeditor_logger.info("user_setting_file.py read_user_setting")
|
29
29
|
user_setting_file = Path(getcwd() + "/.jeditor/user_setting.json")
|
30
30
|
if user_setting_file.exists() and user_setting_file.is_file():
|
31
31
|
user_setting_dict.update(read_json(str(user_setting_file)))
|
@@ -40,12 +40,12 @@ class ExtendSystemTray(QSystemTrayIcon):
|
|
40
40
|
self.activated.connect(self.clicked)
|
41
41
|
|
42
42
|
def close_all(self):
|
43
|
-
jeditor_logger.info(
|
43
|
+
jeditor_logger.info("ExtendSystemTray close_all")
|
44
44
|
self.setVisible(False)
|
45
45
|
self.main_window.close()
|
46
46
|
sys.exit(0)
|
47
47
|
|
48
48
|
def clicked(self, reason):
|
49
49
|
if reason == self.ActivationReason.DoubleClick:
|
50
|
-
jeditor_logger.info(
|
50
|
+
jeditor_logger.info("ExtendSystemTray DoubleClick")
|
51
51
|
self.main_window.showMaximized()
|
@@ -15,7 +15,7 @@ def write_file(file_path: str, content: str) -> None:
|
|
15
15
|
finally
|
16
16
|
release lock
|
17
17
|
"""
|
18
|
-
jeditor_logger.info(
|
18
|
+
jeditor_logger.info("save_file.py write_file "
|
19
19
|
f"file_path: {file_path} "
|
20
20
|
f"content: {content}")
|
21
21
|
lock = Lock()
|
@@ -35,7 +35,7 @@ def write_json(json_save_path: str, data_to_output: Union[list, dict]) -> None:
|
|
35
35
|
:param json_save_path json save path
|
36
36
|
:param data_to_output data to output
|
37
37
|
"""
|
38
|
-
jeditor_logger.info(
|
38
|
+
jeditor_logger.info("json_file.py write_json "
|
39
39
|
f"json_save_path: {json_save_path} "
|
40
40
|
f"data_to_output: {data_to_output}")
|
41
41
|
_lock.acquire()
|
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.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/auto_save/auto_save_manager.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/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.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/plaintext_code_edit/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/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.183 → je_editor-0.0.184}/je_editor/pyside_ui/code/textedit_code_result/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/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.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/file_dialog/create_file_dialog.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/dialog/search_ui/search_error_box.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/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.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/editor/editor_widget_dock.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/ipython_widget/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/dock_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/file_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/help_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/language_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/python_env_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/run_menu/__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.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/style_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/tab_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/tab_menu/build_tab_menu.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/menu/text_menu/__init__.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/pyside_ui/main_ui/save_settings/__init__.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
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/multi_language_wrapper.py
RENAMED
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/je_editor/utils/multi_language/traditional_chinese.py
RENAMED
File without changes
|
File without changes
|
{je_editor-0.0.183 → je_editor-0.0.184}/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
|