[PR #206] [MERGED] Adds 'option click' to delete an item in the clips menu #489

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/206
Author: @BenedictC
Created: 9/3/2017
Status: Merged
Merged: 9/16/2017
Merged by: @Econa77

Base: developHead: develop


📝 Commits (3)

  • 20b5519 Adds method for deleting a single clip
  • 51fdf56 Modifies clip menu item handler to delete a clip when option is pressed
  • 642b932 Fixes code to be valid Swift 3 (was Swift 4)

📊 Changes

2 files changed (+26 additions, -2 deletions)

View changed files

📝 Clipy/Sources/AppDelegate.swift (+10 -2)
📝 Clipy/Sources/Services/ClipService.swift (+16 -0)

📄 Description

When option is pressed when an item in the clips menu is selected the item is deleted.

This feature was present, albeit in a more advanced form, in ClipMenu.


🔄 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/206 **Author:** [@BenedictC](https://github.com/BenedictC) **Created:** 9/3/2017 **Status:** ✅ Merged **Merged:** 9/16/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`20b5519`](https://github.com/Clipy/Clipy/commit/20b55192dea00ba9ae373518c94d0a20c4fe5e2a) Adds method for deleting a single clip - [`51fdf56`](https://github.com/Clipy/Clipy/commit/51fdf56e64fd79c67cfa5dfbc1f516ff4b384495) Modifies clip menu item handler to delete a clip when option is pressed - [`642b932`](https://github.com/Clipy/Clipy/commit/642b932a8031ee1bf28b6dc433d5c9949f4496ec) Fixes code to be valid Swift 3 (was Swift 4) ### 📊 Changes **2 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/AppDelegate.swift` (+10 -2) 📝 `Clipy/Sources/Services/ClipService.swift` (+16 -0) </details> ### 📄 Description When option is pressed when an item in the clips menu is selected the item is deleted. This feature was present, albeit in a more advanced form, in ClipMenu. --- <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#489
No description provided.