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

Categorize file list #2

Open
Zardoz89 opened this issue Apr 7, 2021 · 1 comment
Open

Categorize file list #2

Zardoz89 opened this issue Apr 7, 2021 · 1 comment
Assignees

Comments

@Zardoz89
Copy link
Owner

Zardoz89 commented Apr 7, 2021

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 :

  • \foo\bar\lib\globals.ftl
  • \foo\bar\lib\lib.ftl
  • \foo\bar\components\grid.ftl
  • \foo\bar\components\input.ftl

Should generate a file list like this :

lib\
globals.ftl
lib.ftl

components\
grid.ftl
input.ftl
@Zardoz89 Zardoz89 self-assigned this Apr 11, 2021
@Zardoz89
Copy link
Owner Author

I added some basic support to categorize FTL files using the parent directory. There is room to improve, but it's better that nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant