Replies: 2 comments 2 replies
-
Good idea for solving long path, but that probably means counting string length/manipulating string for every subtitle string, hmm, impact performance?
I don't use these types of programs enough, so why these two? |
Beta Was this translation helpful? Give feedback.
2 replies
-
#835 done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This post is about a function that looks simple by hiding the path for uwp or lnk files. This function can be turned on/off by setting.
I thought it would be a problem to be solved by modifying only the win32 file and adding settings.
but when I looked at the code, it wasn't.
Since there are various plug-ins that provide file paths (program, Explorer, everything), all three plug-ins must be implemented to turn it on/off by setting it up. It is difficult to solve simply.
I think it would be nice to have a common converter that can be used in all three like a highlightconverter.
If proceeding, the following issues should also be included. (subtitle result path)
#706
This problem is also linked to the path indication of the preview function.
#757
In addition, it is good to have an option to simply express the pre-registered route.
For example, if the user registers c:\program files\dropbox as 'dropbox' in abbreviation, paths display such as c:\program files\dropbox\emoji\image\ will be changed to '·dropbox·emoji\image'
All of these functions are for 'how to display a long file path to short'. If develop this function, should consider everything involved.
Beta Was this translation helpful? Give feedback.
All reactions