[PR #40] [MERGED] Caching menus #398

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

📋 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-settingHead: feature/cache-menu


📝 Commits (6)

📊 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

  • Cached NSMenu items
  • Refactoring menu manager

🔄 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/40 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 3/7/2016 **Status:** ✅ Merged **Merged:** 3/7/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `feature/new-setting` ← **Head:** `feature/cache-menu` --- ### 📝 Commits (6) - [`164abf5`](https://github.com/Clipy/Clipy/commit/164abf5ff7960470222b87b49cc3b47d7f7b2167) Cached NSMenus - [`aebade3`](https://github.com/Clipy/Clipy/commit/aebade33ae113781fa76ee3f018e038dca2e83b0) Update README.md - [`face9f8`](https://github.com/Clipy/Clipy/commit/face9f83bbbbef965c81f60ba2307fda5c766524) Change product bundle identifier - [`3970d3a`](https://github.com/Clipy/Clipy/commit/3970d3a2636ac8c5debf44c3135f5cc6b098eeb0) Fixed NSMenu initialize - [`c3ae79f`](https://github.com/Clipy/Clipy/commit/c3ae79fe6c41e2bb9627325bf9c0093a683c7aa0) Update Realm - [`e77b33c`](https://github.com/Clipy/Clipy/commit/e77b33c9fba8b9a86ab0118e9f1a8ee214812698) Rename CPYMenuManager to MenuManager ### 📊 Changes **15 files changed** (+481 additions, -555 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Cached NSMenu items - Refactoring menu manager --- <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:13 +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#398
No description provided.