[PR #63] [MERGED] Fix constants #412

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

📋 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.10Head: feature/fix-constants


📝 Commits (1)

📊 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

  • Remove old Objective-c costants
  • Add new constants file

🔄 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/63 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 5/11/2016 **Status:** ✅ Merged **Merged:** 5/11/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/1.0.10` ← **Head:** `feature/fix-constants` --- ### 📝 Commits (1) - [`8eb8e37`](https://github.com/Clipy/Clipy/commit/8eb8e37dd4dfb50401a16edc876d747568bd8f1c) Fix constants ### 📊 Changes **18 files changed** (+230 additions, -254 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Remove old Objective-c costants - Add new constants file --- <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:17 +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#412
No description provided.