Fix OS layer returning with "/" at the end for directories
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
Use session 4
|
||||
- Add <<File>> <<WorkDir>> template strings to Open (Then remove SEtWorkdirhere)
|
||||
- :Set Filename to name current buffer ??? :O and others like that!!
|
||||
- :Close Fuzzy search exact match doesn't match with Close
|
||||
|
||||
- Make a fuzzy command !> grep and fuzzy over it??? (doesn't seem very useful for grep)
|
||||
- Make the equivalent of SearchProject but for cmds like !@git grep -n "@>"
|
||||
@@ -31,10 +30,6 @@ Use session 3:
|
||||
How to go about search/replace, opening code and other considerations
|
||||
- Search and replace sign Find@>ReplaceWith
|
||||
- We can use sed + find to search and replace, the automatic reopen should do the job
|
||||
- Maybe also we can List all files recursively instead of opening them, how fast is that???
|
||||
- For fuzzy find number of files is the problem - most likely just getting them in one place is the biggest problem that can be optimized
|
||||
- Opening code is problematic for large / weird files, they stall for a while, getting them buffered up is hard. And they stall the execution when they go overboard. Maybe just skipping on filesisze on something would be enough, or making a very large skip list. Another solution would be lazy loaded buffers + determining what kind of file we are dealing with on open before loading
|
||||
- Search everything, like fuzzy panel, on every key stroke we grep immediately and get new results, cancel old, reset
|
||||
|
||||
Use session 2
|
||||
- Guide on the first page for new users with links to configs, tutorials
|
||||
@@ -57,8 +52,6 @@ New UI Session
|
||||
- DBBuffer
|
||||
|
||||
- Try to add Tracking Allocator and rewrite the app, free all memory at the end of the app and check all is well
|
||||
- Maybe fix OS layer returning with "/" at the end for directories
|
||||
- Fix open code pattern
|
||||
|
||||
backlog
|
||||
FEATURE Some decl/function indexing in fuzzy format
|
||||
|
||||
Reference in New Issue
Block a user