We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a project have many FTL files, a plane list of files could be hard to follow. Categorizing the files by path should help.
For example :
Should generate a file list like this :
lib\ globals.ftl lib.ftl components\ grid.ftl input.ftl
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/#2' into develop
c6e4d0f
I added some basic support to categorize FTL files using the parent directory. There is room to improve, but it's better that nothing.
Sorry, something went wrong.
Update tests and examples to handler the actual implementation of issue
deab089
#2
Zardoz89
No branches or pull requests
If a project have many FTL files, a plane list of files could be hard to follow. Categorizing the files by path should help.
For example :
Should generate a file list like this :
The text was updated successfully, but these errors were encountered: