mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #213] [MERGED] Paste and Delete #490
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#490
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feature/delete-clips📝 Commits (1)
401b0b5Implement 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.