-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature Request: Add case sensitive option #151
Comments
Thanks for the patch. Sadly I have been very busy for a couple of months, but I will try to get a new version out this month. |
I've done further testing and the earlier patch doesn't make the tree view case sensitive. I've updated the patch to make the tree view case sensitive. However, this patch does not make the configuration screens case sensitive. This is only a patch to make the display files/directories case sensitive. Thanks again. slackuser0xae34 Sorry for including the patch in this text. The GitHub file selector didn't work, neither a text nor zip file could be attached. Start Patch:diff -Naur qtfm-6.2.0/fm/src/mainwindow.cpp qtfm-6.2.0.2/fm/src/mainwindow.cpp
+// For the listings pane in both details & icon mode
@@ -208,6 +213,8 @@
} void MainWindow::firstRunBookmarks(bool isFirstRun)
QMAKE_TARGET_COMPANY = "$${QTFM_TARGET_NAME}" END PATCH |
Opps, closed by accident. Still trying to figure out GitHub stuff. S. |
Please add a case sensitive option for file/tree listings, when convenient. Some of us compare file listings between Qtfm and Bash shell (which is case sensitive).
I've coded a preliminary patch that allows the qtfm6.conf file to provide for case sensitive file listings. The config file would need a line: "caseSensitive=true" to enable case sensitive listings. The line must be manually added to the qtfm6.conf file. If the line is either missing or something other than "true" then the current default action is used.
I've tested this with file listing but not the tree listing option. I only use the file listing display.
Thanks for a great file manager and the consideration of my request.
Best Regards, slackuser0xae34
Edit, 2020/02/25: Sorry I forgot, I license the following code under the GPL V2 (or later at the user's discretion).
The text was updated successfully, but these errors were encountered: