GitXplorerGitXplorer
s

AddNextEx

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
6ecc6800f4188b26d4b6a0ec30fbcadeb9afa74f

Update README.md

ssidepelican committed 3 years ago
Unverified
bcb11a1a832a9d8c502f256391a6877294396c82

Bump up version to 1.1 and modify info.plist

ssidepelican committed 5 years ago
Unverified
b309e1a2e71986747b7663e8c5220264e78bc952

fix crash when reads end of file

ssidepelican committed 5 years ago
Unverified
4b5edb635a97eb329fcaeba9896dcc6bceee5d55

migrate swift version to 5.0

ssidepelican committed 5 years ago
Verified
b3896cbfbd58d46be2b7ab9ca55d46c566693ddc

Merge pull request #1 from yujif/add-example-gif

ssidepelican committed 5 years ago
Unverified
a544098a3393966ac2496941be5b10ca20013f9c

Add example gif

yyujif committed 5 years ago

README

The README file for this repository.

AddNextEt

Xcode Source Editor Extentsion

add next selection like Sublime Text and VSCode;

This extension was fulfilled its duty.

This function is availavle in the latest Xcode. Open Find menu, and select Select Next Occurrence or Select Previous Occurrence.

Example

screenshot

(Getting Ready)

Install

easy way

  1. Download AddNext.dmg from https://github.com/sidepelican/AddNextEx/releases
  2. Open .dmg and drag AddNext.app to your Applications folder
  3. Run AddNext.app and exit again.
  4. Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
  5. The menu-item should now be available from Xcode's Editor menu.

build by yourself

  1. Open .xcodeproj
  2. Enable target signing for both the Application and the Source Code Extension using your own developer ID
  3. Product > Archive
  4. Right click archive > Show in Finder
  5. Right click archive > Show Package Contents
  6. Open Products, Applications
  7. Drag AddNext.app to your Applications folder
  8. Run AddNext.app and exit again.
  9. Go to System Preferences (not Xcode) -> Extensions -> Xcode Source Editor and enable the extension
  10. The menu-item should now be available from Xcode's Editor menu.

Licence

The MIT License. See the LICENSE file for more infomation.