[PR #203] Feature/multi snippet managment #486

Open
opened 2026-03-03 01:12:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/203
Author: @vivi7
Created: 8/19/2017
Status: 🔄 Open

Base: developHead: feature/multi-snippet-managment


📝 Commits (6)

  • 5cc7748 Added Snippets multi management
  • 5de531c New message for snippet deletion
  • ead0daa Fixed items deletion function
  • 0250c20 Revert info project details
  • 3ef771f rebese with Clypy develop and fix conflicts
  • 4f4fa61 SAVEPOINT

📊 Changes

51 files changed (+928 additions, -699 deletions)

View changed files

.DS_Store (+0 -0)
📝 Clipy.xcodeproj/project.pbxproj (+8 -0)
Clipy/.DS_Store (+0 -0)
📝 Clipy/Resources/en.lproj/Localizable.strings (+1 -1)
📝 Clipy/Resources/ja.lproj/Localizable.strings (+1 -1)
Clipy/Sources/.DS_Store (+0 -0)
📝 Clipy/Sources/Constants.swift (+5 -2)
Clipy/Sources/Extensions/Realm+Object.swift (+34 -0)
Clipy/Sources/Managers/.DS_Store (+0 -0)
📝 Clipy/Sources/Managers/MenuManager.swift (+34 -0)
📝 Clipy/Sources/Snippets/Base.lproj/CPYSnippetsEditorWindowController.xib (+568 -567)
📝 Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift (+185 -63)
📝 Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.xib (+37 -9)
📝 Clipy/Sources/Utility/LocalizedString.swift (+2 -1)
Clipy/Sources/Views/MenuViews/MenuSearchField.swift (+53 -0)
Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist (+0 -54)
Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate (+0 -0)
Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop (+0 -0)
Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo (+0 -1)
Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns (+0 -0)

...and 31 more files

📄 Description

🚀 Added multi management for snippets

Add multi snippet management
Add import/export .json file


🔄 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/203 **Author:** [@vivi7](https://github.com/vivi7) **Created:** 8/19/2017 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feature/multi-snippet-managment` --- ### 📝 Commits (6) - [`5cc7748`](https://github.com/Clipy/Clipy/commit/5cc774871564aff94cd832c9436b352709fe4191) Added Snippets multi management - [`5de531c`](https://github.com/Clipy/Clipy/commit/5de531c93ba644d81d01050caae6142d59db4573) New message for snippet deletion - [`ead0daa`](https://github.com/Clipy/Clipy/commit/ead0daa20c3a8a303408342efc673457858475f3) Fixed items deletion function - [`0250c20`](https://github.com/Clipy/Clipy/commit/0250c2095b89bb4d8896dc475a954b7a1af0a31d) Revert info project details - [`3ef771f`](https://github.com/Clipy/Clipy/commit/3ef771fe8bf27cbb808c01409b5a33c26df956c5) rebese with Clypy develop and fix conflicts - [`4f4fa61`](https://github.com/Clipy/Clipy/commit/4f4fa6168865d83411acdf592173404790c24cfd) SAVEPOINT ### 📊 Changes **51 files changed** (+928 additions, -699 deletions) <details> <summary>View changed files</summary> ➕ `.DS_Store` (+0 -0) 📝 `Clipy.xcodeproj/project.pbxproj` (+8 -0) ➕ `Clipy/.DS_Store` (+0 -0) 📝 `Clipy/Resources/en.lproj/Localizable.strings` (+1 -1) 📝 `Clipy/Resources/ja.lproj/Localizable.strings` (+1 -1) ➕ `Clipy/Sources/.DS_Store` (+0 -0) 📝 `Clipy/Sources/Constants.swift` (+5 -2) ➕ `Clipy/Sources/Extensions/Realm+Object.swift` (+34 -0) ➕ `Clipy/Sources/Managers/.DS_Store` (+0 -0) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+34 -0) 📝 `Clipy/Sources/Snippets/Base.lproj/CPYSnippetsEditorWindowController.xib` (+568 -567) 📝 `Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift` (+185 -63) 📝 `Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.xib` (+37 -9) 📝 `Clipy/Sources/Utility/LocalizedString.swift` (+2 -1) ➕ `Clipy/Sources/Views/MenuViews/MenuSearchField.swift` (+53 -0) ➖ `Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Info.plist` (+0 -54) ➖ `Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate` (+0 -0) ➖ `Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop` (+0 -0) ➖ `Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo` (+0 -1) ➖ `Pods/Sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/Resources/AppIcon.icns` (+0 -0) _...and 31 more files_ </details> ### 📄 Description 🚀 Added multi management for snippets Add multi snippet management Add import/export .json file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#486
No description provided.