mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #203] Feature/multi snippet managment #486
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#486
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/203
Author: @vivi7
Created: 8/19/2017
Status: 🔄 Open
Base:
develop← Head:feature/multi-snippet-managment📝 Commits (6)
5cc7748Added Snippets multi management5de531cNew message for snippet deletionead0daaFixed items deletion function0250c20Revert info project details3ef771frebese with Clypy develop and fix conflicts4f4fa61SAVEPOINT📊 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.