You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sample flutter app that has .env file under assets/flutter_assets/assets/env/
When searching for a specific text, I noticed that contents of .env file is missing even though on "Search definitions of:" tab "Resource" is checked.
Jadx version
1.5.1
Java version
OpenJDK 17
OS
Windows
Linux
macOS
The text was updated successfully, but these errors were encountered:
@0xseck jadx by default search only in these file types: .xml|.html|.js|.json|.txt
If you want to search in all files, set option Preferences -> Search -> Resource files extensions to just *.
Above file types list is a simple approach to search only in text resources (added in PR #1108), but I think it is hard to include all possible extensions, so, it looks like, it is better to use * by default, overwise it's only confusing people 😞
I will keep this issue open, to collect other people thoughts and suggestions 🙂
Issue details
I have a sample flutter app that has .env file under assets/flutter_assets/assets/env/
When searching for a specific text, I noticed that contents of .env file is missing even though on "Search definitions of:" tab "Resource" is checked.
Jadx version
1.5.1
Java version
OpenJDK 17
OS
The text was updated successfully, but these errors were encountered: