[PR #2269] [MERGED] fix #2260 fix #2234 fix #1979 [new feature] Add edit with external editor option #3733

Closed
opened 2026-02-27 01:53:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2269
Author: @zxdong262
Created: 10/4/2021
Status: Merged
Merged: 10/4/2021
Merged by: @zxdong262

Base: masterHead: sys-editer


📝 Commits (5)

  • d7bf56c fix #2255 [bug fix] Fix windows sftp remote can not paste
  • 765678b [skip mac] [skip linux]
  • 098c368 save
  • dac6291 Merge branch 'master' of github.com:electerm/electerm into sys-editer
  • 8998b09 fix #2260 fix #2234 fix #1979 [new feature] Add edit with external editor option

📊 Changes

13 files changed (+386 additions, -104 deletions)

View changed files

📝 package-lock.json (+61 -31)
📝 package.json (+4 -3)
📝 src/app/common/default-setting.js (+2 -1)
📝 src/app/lib/fs.js (+1 -2)
📝 src/app/server/download-upgrade.js (+1 -3)
📝 src/app/utils/constants.js (+1 -0)
📝 src/client/components/common/react-subx.jsx (+2 -48)
📝 src/client/components/main/main.jsx (+10 -3)
📝 src/client/components/setting-panel/setting.jsx (+6 -2)
📝 src/client/components/sftp/file-item.jsx (+33 -11)
src/client/components/text-editor/edit-with-system-editor.jsx (+209 -0)
src/client/components/text-editor/editor-form.jsx (+55 -0)
📝 src/client/store/init-state.js (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/2269 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/4/2021 **Status:** ✅ Merged **Merged:** 10/4/2021 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `sys-editer` --- ### 📝 Commits (5) - [`d7bf56c`](https://github.com/electerm/electerm/commit/d7bf56c52f4ad1be1ee2c1d043a341be3cd9c754) fix #2255 [bug fix] Fix windows sftp remote can not paste - [`765678b`](https://github.com/electerm/electerm/commit/765678b3e9119f1d1280f6dc2e1d9a4d0e78e7fa) [skip mac] [skip linux] - [`098c368`](https://github.com/electerm/electerm/commit/098c368ffedc24f7a104b2c1e45cc6dfde8e618a) save - [`dac6291`](https://github.com/electerm/electerm/commit/dac6291839c69f5275ead098abd32fd1a15b8cea) Merge branch 'master' of github.com:electerm/electerm into sys-editer - [`8998b09`](https://github.com/electerm/electerm/commit/8998b09916857d3d2295ae29315ec97328b92445) fix #2260 fix #2234 fix #1979 [new feature] Add edit with external editor option ### 📊 Changes **13 files changed** (+386 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+61 -31) 📝 `package.json` (+4 -3) 📝 `src/app/common/default-setting.js` (+2 -1) 📝 `src/app/lib/fs.js` (+1 -2) 📝 `src/app/server/download-upgrade.js` (+1 -3) 📝 `src/app/utils/constants.js` (+1 -0) 📝 `src/client/components/common/react-subx.jsx` (+2 -48) 📝 `src/client/components/main/main.jsx` (+10 -3) 📝 `src/client/components/setting-panel/setting.jsx` (+6 -2) 📝 `src/client/components/sftp/file-item.jsx` (+33 -11) ➕ `src/client/components/text-editor/edit-with-system-editor.jsx` (+209 -0) ➕ `src/client/components/text-editor/editor-form.jsx` (+55 -0) 📝 `src/client/store/init-state.js` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3733
No description provided.