[PR #840] [MERGED] fix #761 Double click to edit remote file function(only for small files) #3253

Closed
opened 2026-02-27 00:56:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/840
Author: @zxdong262
Created: 11/1/2018
Status: Merged
Merged: 11/1/2018
Merged by: @zxdong262

Base: masterHead: fix-761-1


📝 Commits (9)

📊 Changes

7 files changed (+278 additions, -9 deletions)

View changed files

app/lib/sftp-file.js (+67 -0)
📝 app/lib/sftp.js (+25 -1)
📝 package.json (+2 -2)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/components/main/main.jsx (+10 -2)
📝 src/client/components/sftp/file.jsx (+16 -4)
src/client/components/text-editor/index.jsx (+157 -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/840 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/1/2018 **Status:** ✅ Merged **Merged:** 11/1/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-761-1` --- ### 📝 Commits (9) - [`ffde34c`](https://github.com/electerm/electerm/commit/ffde34c679052a469c75e35687dda821b528d907) save - [`4f0afc6`](https://github.com/electerm/electerm/commit/4f0afc67b8d3c562504de0bd188db23f27b2d23b) save - [`35967e6`](https://github.com/electerm/electerm/commit/35967e6e5d0b73adee3033105cbc0e39c715e678) save - [`0b17964`](https://github.com/electerm/electerm/commit/0b17964e97c4ab958fb135ed64abda0ba1734106) save - [`44f3d87`](https://github.com/electerm/electerm/commit/44f3d8729e9731ad219be2cc8a5b85543acf83f0) save - [`2af8c4a`](https://github.com/electerm/electerm/commit/2af8c4a4faaeac4f2b0f100473dfe991d912015c) save - [`d183908`](https://github.com/electerm/electerm/commit/d1839085f91d4d214b7fc06472b6ad3c74c002e4) save - [`90b265f`](https://github.com/electerm/electerm/commit/90b265f2f200b50825e855d17de46b040ddb4283) done - [`9e75327`](https://github.com/electerm/electerm/commit/9e753274170018193499ba22633898778c8f0a72) d ### 📊 Changes **7 files changed** (+278 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `app/lib/sftp-file.js` (+67 -0) 📝 `app/lib/sftp.js` (+25 -1) 📝 `package.json` (+2 -2) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/components/main/main.jsx` (+10 -2) 📝 `src/client/components/sftp/file.jsx` (+16 -4) ➕ `src/client/components/text-editor/index.jsx` (+157 -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 00:56:06 +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#3253
No description provided.