[PR #91] [MERGED] Implement new snippet editor #428

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/91
Author: @Econa77
Created: 7/8/2016
Status: Merged
Merged: 7/18/2016
Merged by: @Econa77

Base: masterHead: feature/new-snippets


📝 Commits (10+)

📊 Changes

69 files changed (+3163 additions, -1734 deletions)

View changed files

📝 .swiftlint.yml (+0 -8)
📝 Clipy.xcodeproj/project.pbxproj (+77 -49)
📝 Clipy/AppDelegate.swift (+1 -2)
📝 Clipy/Constants.swift (+3 -1)
Clipy/Extensions/Array+Remove.swift (+21 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+4 -0)
Clipy/Extensions/RLMResults+Array.swift (+32 -0)
Clipy/Images.xcassets/SnippetsEditor/Contents.json (+6 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder.imageset/snippets_add_folder@2x.png (+0 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder_on.imageset/snippets_add_folder_on@2x.png (+0 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet.imageset/snippets_add_snipet@2x.png (+0 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet_on.imageset/snippets_add_snippet_on@2x.png (+0 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet.imageset/snippets_delete_snippet@2x.png (+0 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet_on.imageset/snippets_delete_snippet_on@2x.png (+0 -0)

...and 49 more files

📄 Description

  • New snippet editor
  • Setting each snippets folder hotkey
  • Fixed #11
  • Fixed #79
  • Fixed #87
  • Import and export snippets
  • Drag and drop move folder/snippet
  • Add confirm alert (remove action)
  • Remove old snippet editor
  • Change toolbar icons
  • Design folder setting view
  • Localized
2016-07-19 00 30 24 2016-07-19 00 30 33

🔄 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/91 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 7/8/2016 **Status:** ✅ Merged **Merged:** 7/18/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `feature/new-snippets` --- ### 📝 Commits (10+) - [`3bd641c`](https://github.com/Clipy/Clipy/commit/3bd641cf4bd60e65254f1d8d41ebaacb87f230f8) Add new snippets editor - [`a2797b5`](https://github.com/Clipy/Clipy/commit/a2797b504003f6fec960868e026e18b6a5e46dce) Use filter operator - [`91ce6e5`](https://github.com/Clipy/Clipy/commit/91ce6e51555c1d0ad5647758e4f9216fa2525cb4) Fix item selected method - [`63d4560`](https://github.com/Clipy/Clipy/commit/63d456057e3a9d396653a118f7e2537c3d29d51f) Implement export and Import snippets - [`280aaa8`](https://github.com/Clipy/Clipy/commit/280aaa8de364526e908047e943503a87f770ed05) Implement drag and drop snippets - [`38fd828`](https://github.com/Clipy/Clipy/commit/38fd828ccf3fafcd742c01192b66bc3de1488e65) Add remove confirm alert - [`1ed0dd0`](https://github.com/Clipy/Clipy/commit/1ed0dd097cd3aa5b698e1c0ca38be5dfaa053e1e) Update README.md - [`6ceeee8`](https://github.com/Clipy/Clipy/commit/6ceeee83f4412fe2bcb59235502cee3416705b0e) Remove old snippet editor - [`6d5d3c9`](https://github.com/Clipy/Clipy/commit/6d5d3c914d8e62c8f15c26cbfaf4985cf08bd180) Add beep sound - [`71b8282`](https://github.com/Clipy/Clipy/commit/71b82823e3d8daa9013b93f0ac47f863274e53fa) Add suppress delete snippet alert setting ### 📊 Changes **69 files changed** (+3163 additions, -1734 deletions) <details> <summary>View changed files</summary> 📝 `.swiftlint.yml` (+0 -8) 📝 `Clipy.xcodeproj/project.pbxproj` (+77 -49) 📝 `Clipy/AppDelegate.swift` (+1 -2) 📝 `Clipy/Constants.swift` (+3 -1) ➕ `Clipy/Extensions/Array+Remove.swift` (+21 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+4 -0) ➕ `Clipy/Extensions/RLMResults+Array.swift` (+32 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/Contents.json` (+6 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder.imageset/snippets_add_folder@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_folder_on.imageset/snippets_add_folder_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet.imageset/snippets_add_snipet@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_add_snippet_on.imageset/snippets_add_snippet_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet.imageset/snippets_delete_snippet@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/SnippetsEditor/snippets_delete_snippet_on.imageset/snippets_delete_snippet_on@2x.png` (+0 -0) _...and 49 more files_ </details> ### 📄 Description - New snippet editor - Setting each snippets folder hotkey - Fixed #11 - Fixed #79 - Fixed #87 - [x] Import and export snippets - [x] Drag and drop move folder/snippet - [x] Add confirm alert (remove action) - [x] Remove old snippet editor - [x] Change toolbar icons - [x] Design folder setting view - [x] Localized <img width="400" alt="2016-07-19 00 30 24" src="https://cloud.githubusercontent.com/assets/2995438/16920303/142ec34a-4d48-11e6-9582-a65ea1093b8f.png"> <img width="180" alt="2016-07-19 00 30 33" src="https://cloud.githubusercontent.com/assets/2995438/16920305/1b2fd576-4d48-11e6-8c10-183c2bdaa276.png"> --- <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:21 +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#428
No description provided.