It's very common for CJK users to handling files with different encodings. I want Textmate to show current file's encoding in the status bar, and it will be better if I can convert a file's encoding with a mouse click in Textmate.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
+1
On Aug 13, 2012, at 8:47 PM, Yuan Jiang sleetdrop@gmail.com wrote:
It's very common for CJK users to handling files with different encodings. I want Textmate to show current file's encoding in the status bar, and it will be better if I can convert a file's encoding with a mouse click in Textmate.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
-- Yuan Jiang http://blog.vetcafe.net http://twitter.com/sleetdrop
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
+1
2012/8/14 William Pickens william@pickensdesigns.com:
+1
On Aug 13, 2012, at 8:47 PM, Yuan Jiang sleetdrop@gmail.com wrote:
It's very common for CJK users to handling files with different encodings. I want Textmate to show current file's encoding in the status bar, and it will be better if I can convert a file's encoding with a mouse click in Textmate.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
-- Yuan Jiang http://blog.vetcafe.net http://twitter.com/sleetdrop
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
+1 - This is the the only reason I use one of the free "competitor" apps - to open a "stubborn" file and easily verify/manipulate encoding and line endings.
On Aug 15, 2012, at 6:50 AM, Davide Rambaldi wrote:
+1
2012/8/14 William Pickens william@pickensdesigns.com:
+1
On Aug 13, 2012, at 8:47 PM, Yuan Jiang sleetdrop@gmail.com wrote:
It's very common for CJK users to handling files with different encodings. I want Textmate to show current file's encoding in the status bar, and it will be better if I can convert a file's encoding with a mouse click in Textmate.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
-- Yuan Jiang http://blog.vetcafe.net http://twitter.com/sleetdrop
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I made a small bundle to show current file's encoding and line ending. https://github.com/sleetdrop/FileInfo.tmbundle
On Wed, Aug 15, 2012 at 7:15 PM, Fletcher Penney fletcher@fletcherpenney.net wrote:
+1 - This is the the only reason I use one of the free "competitor" apps - to open a "stubborn" file and easily verify/manipulate encoding and line endings.
On Aug 15, 2012, at 6:50 AM, Davide Rambaldi wrote:
+1
2012/8/14 William Pickens william@pickensdesigns.com:
+1
On Aug 13, 2012, at 8:47 PM, Yuan Jiang sleetdrop@gmail.com wrote:
It's very common for CJK users to handling files with different encodings. I want Textmate to show current file's encoding in the status bar, and it will be better if I can convert a file's encoding with a mouse click in Textmate.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
-- Yuan Jiang http://blog.vetcafe.net http://twitter.com/sleetdrop
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Fletcher T. Penney fletcher@fletcherpenney.net
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Aug 14, 2012, at 5:47 AM, Yuan Jiang sleetdrop@gmail.com wrote:
[…] I want Textmate to show current file's encoding in the status bar
This one I don’t really like. Everybody should be using UTF-8 so for most users adding encoding to the status bar is IMO just adding noise.
[…] convert a file's encoding with a mouse click in Textmate.
You can now (r9287) choose encoding in the save dialog.
It's also will be nice to show the current file's line endings in status bar, eg (DOS / UNIX), and let user be able to convert it from on to another in Textmate.
This one is now also in the save dialog, but again, 99% of users should not mess with line endings, so not something that should go into status bar.