mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #40] [MERGED] Caching menus #398
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#398
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/40
Author: @Econa77
Created: 3/7/2016
Status: ✅ Merged
Merged: 3/7/2016
Merged by: @Econa77
Base:
feature/new-setting← Head:feature/cache-menu📝 Commits (6)
164abf5Cached NSMenusaebade3Update README.mdface9f8Change product bundle identifier3970d3aFixed NSMenu initializec3ae79fUpdate Realme77b33cRename CPYMenuManager to MenuManager📊 Changes
15 files changed (+481 additions, -555 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+14 -12)📝
Clipy/AppDelegate.swift(+1 -1)➕
Clipy/Extensions/NSMenuItem+Initialize.swift(+15 -0)➖
Clipy/Extensions/ObservableType+Clipy.swift(+0 -23)📝
Clipy/Info.plist(+1 -1)📝
Clipy/Managers/CPYHotKeyManager.swift(+3 -3)➖
Clipy/Managers/CPYMenuManager.swift(+0 -489)➕
Clipy/Managers/MenuManager.swift(+403 -0)➖
Clipy/Protocols/OptionalType.swift(+0 -20)➕
Clipy/Utility/LocalizedString.swift(+22 -0)📝
Clipy/en.lproj/Localizable.strings(+1 -1)📝
Clipy/ja.lproj/Localizable.strings(+1 -1)📝
Podfile(+2 -0)📝
Podfile.lock(+13 -4)📝
README.md(+5 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.