[PR #164] [CLOSED] Feature/multi snippet managment #469

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/164
Author: @vivi7
Created: 4/9/2017
Status: Closed

Base: developHead: feature/multi_snippet_managment


📝 Commits (8)

  • f6b3a64 Add backers and sponsors from Open Collective
  • 6cd28b8 Merge pull request #158 from piamancini/patch-1
  • 28dcefb fotKey/forKey type
  • be29204 Merge pull request #160 from DivineDominion/patch-1
  • 4cc93a2 Added Snippets multi management
  • 96d32a6 New message for snippet deletion
  • 16c7130 Fixed items deletion function
  • 50e3230 Revert info project details

📊 Changes

10 files changed (+340 additions, -81 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+4 -0)
📝 Clipy/Resources/en.lproj/Localizable.strings (+1 -1)
📝 Clipy/Resources/ja.lproj/Localizable.strings (+1 -1)
📝 Clipy/Sources/Constants.swift (+5 -2)
Clipy/Sources/Extensions/Realm+Object.swift (+34 -0)
📝 Clipy/Sources/Services/HotKeyService.swift (+4 -4)
📝 Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift (+185 -63)
📝 Clipy/Sources/Snippets/en.lproj/CPYSnippetsEditorWindowController.xib (+33 -9)
📝 Clipy/Sources/Utility/LocalizedString.swift (+1 -1)
📝 README.md (+72 -0)

📄 Description

🚀 Added multi management for snippets


🔄 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/164 **Author:** [@vivi7](https://github.com/vivi7) **Created:** 4/9/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/multi_snippet_managment` --- ### 📝 Commits (8) - [`f6b3a64`](https://github.com/Clipy/Clipy/commit/f6b3a645a01f90895cb5caf5495cee72f94dfb94) Add backers and sponsors from Open Collective - [`6cd28b8`](https://github.com/Clipy/Clipy/commit/6cd28b826fe5f08193f66f4c12f40dcf015cac73) Merge pull request #158 from piamancini/patch-1 - [`28dcefb`](https://github.com/Clipy/Clipy/commit/28dcefb75def15aa5f206c3319555d67ebd70f9e) fotKey/forKey type - [`be29204`](https://github.com/Clipy/Clipy/commit/be292042c5546d858b782364073549122518dcb6) Merge pull request #160 from DivineDominion/patch-1 - [`4cc93a2`](https://github.com/Clipy/Clipy/commit/4cc93a2b35a9a25a874a69ea75a7326be192f2a8) Added Snippets multi management - [`96d32a6`](https://github.com/Clipy/Clipy/commit/96d32a60d64242a3fb34a9a7d1184fce31402601) New message for snippet deletion - [`16c7130`](https://github.com/Clipy/Clipy/commit/16c7130aeb095b2cdce6140aa5146440ab36d755) Fixed items deletion function - [`50e3230`](https://github.com/Clipy/Clipy/commit/50e3230cdc4341600494bb64ec87ea0bb4d3608c) Revert info project details ### 📊 Changes **10 files changed** (+340 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+4 -0) 📝 `Clipy/Resources/en.lproj/Localizable.strings` (+1 -1) 📝 `Clipy/Resources/ja.lproj/Localizable.strings` (+1 -1) 📝 `Clipy/Sources/Constants.swift` (+5 -2) ➕ `Clipy/Sources/Extensions/Realm+Object.swift` (+34 -0) 📝 `Clipy/Sources/Services/HotKeyService.swift` (+4 -4) 📝 `Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift` (+185 -63) 📝 `Clipy/Sources/Snippets/en.lproj/CPYSnippetsEditorWindowController.xib` (+33 -9) 📝 `Clipy/Sources/Utility/LocalizedString.swift` (+1 -1) 📝 `README.md` (+72 -0) </details> ### 📄 Description :rocket: Added multi management for snippets --- <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:33 +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#469
No description provided.