Skip to content

gadget114514/UnityGrepRPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover image

UnityGrepRPlugin: GrepR Unity Editor Plugin

This Unity Editor plugin searches string pattern in directory.

Notice

Unity 2022: it works well

Unity 2023: cursor not located to the right position when clicking

Unity 6000: cursor not located to the right position when clicking

Install

Download grepr.unitypackage from repository (as raw data) Import grepr.unitypackage.

Getting Started

[Tools]-[GrepR by 2nek] opens Editor window like following image. You can drag the window as a docking window.

How to use

Input Search String and Press Find Button to execute searching the string pattern in the folder recursively.

It works like "grep with -r option" or "find . -name *.cs -exec grep string {} ;" .

Click file name and line (blue colored) to invoke text editor and locate the cursor.

ScreenShot

SS image

This plugin has No relation to Bakery.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages