Leonard Hecker
Leonard Hecker
You can type the folder path in the file name field. This is also true with Windows Explorer.
For now, I'll focus on fixing bugs and merging some smaller features that I personally think are cool. My plan is to get other things (like the roadmap) sorted out...
I don't but I'd like to make sure that this tool remains portable, including any end-to-end test environments we add. While we did consider writing just a renewed Edit for...
> The bug at the end in the "Unsaved Changes" dialog, that the Tab-key and cursor-keys have no effect, is still there. See #36
Are you sure you tested this PR locally? If you don't mind me saying, the lack of running rustfmt, and the commit titles that are rather typical for the online...
I'll close this PR for now.
As I was writing a positive response, I just realized that this is likely impossible. Ideally, msedit requires libicu as a dependency. Linux distributions all suffix ICU export symbols with...
I think I understand what the issue is now and I believe this needs a fundamentally different approach. When you call `Path::join` or `PathBuf::push` in Rust and the joining path...
One possible approach could be to replace `normalize` with a `normalized_join` method which joins a given absolute path and an absolute or relative path and forms a final absolute path....
Oh, I see... Thank you for the correction! Since this method isn't bound to the behavior of others, I think we may just want to always go with the 3rd...