-
Notifications
You must be signed in to change notification settings - Fork 0
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
Additional file extension support #2
Comments
GitHub code search appears to be broken and only shows one line change https://github.com/search?q=repo%3Aclach04%2Ftombo+.txt+language%3AC%2B%2B&type=code&l=C%2B%2B, Line 379 in 4edfdd9
However Line 501 in 4edfdd9
Not a goal, changing default likely Line 246 in 4edfdd9
|
Turns out there is a lot of code that makes the assumption file extensions are 4 bytes, ".ABC" does an efficient subtract 4 math on filenames. Supporting less than 4 bytes (including period/dot) will require changes in a few different places and support for either finding the right-most "." NOTE case sensitive. |
For example .md files for text files in Markdown format. Does not imply any sort of Markdown functionality but should be able to:
Related #1 for additional/alternative encryption formats.
TEST build https://github.com/clach04/tombo/releases/tag/2.0b5_md_file_extension_test
New files and renaming (titles) results in new filename ending in .txt.
The text was updated successfully, but these errors were encountered: