mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #63] [MERGED] Fix constants #412
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#412
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/63
Author: @Econa77
Created: 5/11/2016
Status: ✅ Merged
Merged: 5/11/2016
Merged by: @Econa77
Base:
release/1.0.10← Head:feature/fix-constants📝 Commits (1)
8eb8e37Fix constants📊 Changes
18 files changed (+230 additions, -254 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+4 -4)📝
Clipy/AppDelegate.swift(+11 -22)➖
Clipy/CPYConstants.swift(+0 -91)➕
Clipy/Constants.swift(+82 -0)📝
Clipy/Extensions/NSMenuItem+Initialize.swift(+1 -1)📝
Clipy/Managers/CPYHotKeyManager.swift(+10 -10)📝
Clipy/Managers/ClipManager.swift(+10 -10)📝
Clipy/Managers/HistoryManager.swift(+1 -1)📝
Clipy/Managers/MenuManager.swift(+28 -28)📝
Clipy/Managers/PasteboardManager.swift(+1 -1)📝
Clipy/Preferences/CPYPreferencesWindowController.swift(+1 -1)📝
Clipy/Preferences/Panels/CPYShortcutsPreferenceViewController.swift(+7 -7)📝
Clipy/Preferences/Panels/CPYTypePreferenceViewController.swift(+1 -1)📝
Clipy/Utility/CPYUtilities.swift(+29 -29)📝
Clipy/Views/TableViews/CPYFolderTableView.swift(+5 -5)📝
Clipy/Views/TableViews/CPYSnippetTableView.swift(+5 -5)📝
Clipy/WindowControllers/CPYPreferenceWindowController.swift(+9 -9)📝
Clipy/WindowControllers/CPYSnippetEditorWindowController.swift(+25 -29)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.