Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-15 | LexicalPath: Simplify a loop | Nico Weber | |
No behavior change. | |||
2020-07-13 | AK: Make LexicalPath keep everything before the last dot as title | Nico Weber | |
Previously, TextEditor would put "foo.txt" in the Save As dialog for files named "foo.bar.txt". Now, it puts "foo.bar.txt" instead. | |||
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev | |
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization. |