Managing Recent Projects #171
Replies: 2 comments 8 replies
-
I have converted this to a discussion to work out the details. We can create new feature request issues for individual actionable items.
It's not clear what exactly you mean by this. Flow only loads files or projects on demand. I suspect you mean that flow should not load the project file list in the background when a project is opened. This would mean that the file list is not instantly available when the user requests the project recent files list. As the list is loaded asyncronously I don't see what benefit you would get by not loading it.
Yes,
Nice idea. This could be very useful.
No sure I understand this one. You want to rename the
I can see how a global recent files list might be useful. You're welcome to add a feature request PR. |
Beta Was this translation helpful? Give feedback.
-
@Satheeshsk369 @neurocyte Not sure if this is part of the original request, but a tree file manager would be nice! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When i open the flow editor inside the zig project
flow .
It takes around ~3.8MB of RAM.And When i open the editor in home directory, It takes around ~60MB of RAM, which may be OK..
But When i open the editor in home directory and switched to the zig project i mentioned using recent projects, the memory added up to ~63.8MB of RAM.
I tested the same for few large files, and every files show ~ +60MB diff from opening on same directory to opening from home directory.
Feature Request:-
flow -p <dir>
to manually open the project directory, instead of automatically recognizing it.e
->l
to list the files in current project, which what a recent files now doing.Beta Was this translation helpful? Give feedback.
All reactions