You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/text/CHANGELOG
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Added:
4
4
* Ukrainian translation, thanks to "prolinuxua".
5
5
* Chinese translation, thanks to "zarchwegiant".
6
-
* Automagic file type recognition via utility `file`. This recognition is ran before file "suffix" detection and is able to correctly detect file type of many files. For example if you have Bash script with name "script" (not suffix), then this method will currently detect it as Bash document and will fire up correct syntax highlighting etc. This method works in a x-platform way on all platforms where `file` utility is available via `PATH` env. variable.
6
+
* Automagic file type recognition via utility `file`. This recognition is ran before file "suffix" detection and is able to correctly detect file type of many files. For example if you have Bash script with name "script" (no suffix), then this method will correctly detect it as Bash document and will fire up correct syntax highlighting etc. This method works in a x-platform way on all platforms where `file` utility is available via `PATH` env. variable.
7
7
* Automagic file type recognition is also ran when file is "reloaded from disk" and when file is "saved as" via the dialog.
8
8
* Added couple of new command line switches, namely "-c" (select another user data directory) and "-n" (force new instance launch). See `textosaurus -h` for more info.
0 commit comments