[PR #213] [MERGED] Paste and Delete #490

Closed
opened 2026-03-03 01:12:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/213
Author: @Econa77
Created: 10/1/2017
Status: Merged
Merged: 10/1/2017
Merged by: @Econa77

Base: developHead: feature/delete-clips


📝 Commits (1)

  • 401b0b5 Implement paste and delete history

📊 Changes

9 files changed (+235 additions, -69 deletions)

View changed files

📝 Clipy/Sources/AppDelegate.swift (+1 -10)
📝 Clipy/Sources/Constants.swift (+7 -3)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib (+74 -12)
📝 Clipy/Sources/Preferences/Panels/it.lproj/CPYBetaPreferenceViewController.strings (+30 -0)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings (+31 -1)
📝 Clipy/Sources/Services/ClipService.swift (+7 -6)
📝 Clipy/Sources/Services/DataCleanService.swift (+26 -30)
📝 Clipy/Sources/Services/PasteService.swift (+55 -7)
📝 Clipy/Sources/Utility/CPYUtilities.swift (+4 -0)

📄 Description

Supports deletion after paste and individual deletion of history as beta function. 🎉


🔄 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/Clipy/Clipy/pull/213 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/1/2017 **Status:** ✅ Merged **Merged:** 10/1/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/delete-clips` --- ### 📝 Commits (1) - [`401b0b5`](https://github.com/Clipy/Clipy/commit/401b0b56d349e83dc308ad00c0f2cfd76b349063) Implement paste and delete history ### 📊 Changes **9 files changed** (+235 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/AppDelegate.swift` (+1 -10) 📝 `Clipy/Sources/Constants.swift` (+7 -3) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib` (+74 -12) 📝 `Clipy/Sources/Preferences/Panels/it.lproj/CPYBetaPreferenceViewController.strings` (+30 -0) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings` (+31 -1) 📝 `Clipy/Sources/Services/ClipService.swift` (+7 -6) 📝 `Clipy/Sources/Services/DataCleanService.swift` (+26 -30) 📝 `Clipy/Sources/Services/PasteService.swift` (+55 -7) 📝 `Clipy/Sources/Utility/CPYUtilities.swift` (+4 -0) </details> ### 📄 Description Supports deletion after paste and individual deletion of history as beta function. 🎉 - Related #197 - Related #184 - Related #124 - Related #99 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:39 +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/Clipy#490
No description provided.