mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #133] [MERGED] Refactoring hotkey manager #449
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#449
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/133
Author: @Econa77
Created: 11/19/2016
Status: ✅ Merged
Merged: 11/19/2016
Merged by: @Econa77
Base:
release/v1.2.0← Head:refactor/hotkey-manager📝 Commits (1)
e77476e🚀 Refactoring hotkey manager📊 Changes
11 files changed (+354 additions, -333 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+12 -8)📝
Clipy/Sources/AppDelegate.swift(+2 -3)📝
Clipy/Sources/Enums/MenuType.swift(+12 -12)➕
Clipy/Sources/Extensions/NSCoding+Archive.swift(+15 -0)➖
Clipy/Sources/Managers/HotKeyManager.swift(+0 -200)📝
Clipy/Sources/Managers/MenuManager.swift(+3 -3)📝
Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift(+9 -9)➕
Clipy/Sources/Services/HotKeyService.swift(+203 -0)📝
Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift(+4 -4)📝
Clipy/Sources/Utility/CPYUtilities.swift(+1 -1)📝
ClipyTests/HotKeyServiceSpec.swift(+93 -93)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.