Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with regular expression to search for bindings in MainPage and VideoDetailsPage #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tube-player/modules/04-Importing-UI-from-Figma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The plugin comes with various features and settings. As you will be using the Un
To replace them using a regex search using Visual Studio or Visual Studio Code, press <kbd>Ctrl</kbd>+<kbd>H</kbd>, then toggle the *Use regular expressions* option on (<kbd>Alt</kbd>+<kbd>E</kbd>). Search for the following pattern:

```
b\s+\=\>\s+b\.Bind\(\"([\w\.]+)\"\)
b\s+\=\>\s+b\.Binding\(\"([\w\.]+)\"\)
```

And replace it with the following:
Expand Down Expand Up @@ -213,7 +213,7 @@ The plugin comes with various features and settings. As you will be using the Un
To utilize *Find and replace*, use the following regular-expressions. Search for this pattern:

```
b\s+\=\>\s+b\.Bind\(\"([\w\.]+)\"\)
b\s+\=\>\s+b\.Binding\(\"([\w\.]+)\"\)
```

and replace it with the following:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.