Открытие всех документов в одной кодировке

Started by Reniel, October 27, 2011, 08:50:15 AM

Previous topic - Next topic

Reniel

Можно как то сделать, чтобы редактор открывал все документы в одной указанной кодировке, а не пытался определить ее сам. Было бы удобно допустим в настройка кодировок, сделать чекбокс, и при нажатом чекбоксе эта кодировка задавалась для всех отрываемых типов документов. Я очень долгое время работаю с файлами которые в одной кодировке, и мне каждый раз когда кодировка определилась неправильно приходиться переключать ее вручную, очень неудобно.

alex

http://forum.hippoedit.com/faq/how-encoding-detection-works-in-hippoedit/msg835/#msg835

QuoteSo, if you see that documents are open with wrong encoding, you have several choices of how to solve this:
1) Explicitly select correct encoding in File Open dialog
2) Set, for syntax you are using, forced encoding:
Code: [Select]
<Encoding default="852" force="true"/>
in SPECIFICATION section of schema spec file.
3) Disable extended auto-detection (IE algorithms). It can return wrong result, if data for analysis is not sufficient.
It can be done with xml flags in settings.xml, section General:
Code: [Select]
<EncodingDetection extended="false"/>

Also from now on, extended encoding detection is enabled by default only for syntaxes inherited from deftext (as Plain Text, XML and HTML).

кажется мне я эту ссылку уже приводил
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]