ran tabspace

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1903 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2013-07-02 14:10:48 +00:00
parent 5a0e2b4fa5
commit 57b11cae6b
10 changed files with 18 additions and 18 deletions

View File

@ -13,15 +13,15 @@
* Export to Blu-ray settings now saved - thx Minh
* Do not load plugins + subtitle formats when opening a sub - thx Orr
* FIXED:
* Fixed crash/bugs in MicroDvd format - thx klm
* Fixed crash/bugs in MicroDvd format - thx klm
* Fixed annoying crash when loading a subtitle from 'source view'
* OCR - Change ocr fix language when changing spell check dictionary
* OCR - Change ocr fix language when changing spell check dictionary
* Fixed Hebrew in PAC files - thx Yaniv
* Fixed minor language detection bug regarding Korean - thx Hoyt
* Fixed baseline horizontal alignment in Export to Blu-ray sup - thx THXTEX
* Fixed multi line color tags when outputting DCinema - thx lillian
* Fixed 'line-breaks' in csv formats
3.3.6 (15th June 2013)
* NEW:

View File

@ -283,7 +283,7 @@ namespace Nikse.SubtitleEdit.Forms
else if (textTo == l.Inches)
{
ShowResult(Convert.ToDouble(d) * 12);
}
}
}
else if (text == l.Inches)
{
@ -306,7 +306,7 @@ namespace Nikse.SubtitleEdit.Forms
else if (textTo == l.Feet)
{
ShowResult(Convert.ToDouble(d) * 0.0833333333);
}
}
}
else if (text == l.Pounds)
@ -322,7 +322,7 @@ namespace Nikse.SubtitleEdit.Forms
private void textBoxInput_KeyUp(object sender, KeyEventArgs e)
{
textBoxInput_TextChanged(null, null);
}
}
}
}

View File

@ -5379,7 +5379,7 @@ namespace Nikse.SubtitleEdit.Forms
threeLetterISOLanguageName = ci.ThreeLetterISOLanguageName;
}
catch
{
{
}
LoadOcrFixEngine(threeLetterISOLanguageName);
}

View File

@ -278,7 +278,7 @@ namespace Nikse.SubtitleEdit.Logic.OCR
LoadSpellingDictionariesViaDictionaryFileName(ci.ThreeLetterISOLanguageName, ci, _spellCheckDictionaryName, false);
}
}
internal static Dictionary<string, string> LoadReplaceList(XmlDocument doc, string name)
{
var list = new Dictionary<string, string>();
@ -1232,7 +1232,7 @@ namespace Nikse.SubtitleEdit.Logic.OCR
foreach (string findWhat in _regExList.Keys)
{
newText = Regex.Replace(newText, findWhat, _regExList[findWhat], RegexOptions.Multiline);
}
}
return newText;
}

View File

@ -342,7 +342,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
fontNode.InnerText = Utilities.RemoveHtmlTags(txt.ToString());
html.Append(fontNode.OuterXml);
}
}
else if (html.Length > 0 && html.ToString().StartsWith("<Font "))
{
XmlDocument temp = new XmlDocument();
@ -350,7 +350,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
XmlNode fontNode = xml.CreateElement("Font");
fontNode.InnerXml = temp.DocumentElement.SelectSingleNode("Font").InnerXml;
foreach (XmlAttribute a in temp.DocumentElement.SelectSingleNode("Font").Attributes)
{
{
XmlAttribute newA = xml.CreateAttribute(a.Name);
newA.InnerText = a.InnerText;
fontNode.Attributes.Append(newA);

View File

@ -83,7 +83,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
subtitle.Paragraphs.Add(p);
}
}
else
else
{
_errorCount+=10;
}

View File

@ -123,7 +123,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
italicOn = true;
boldOn = false;
underlineOn = false;
if (pre.ToString() != "{y:i}")
if (pre.ToString() != "{y:i}")
pre.Append("{y:i}"); // italic single line
s = s.Remove(0, 3);
}

View File

@ -251,7 +251,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
0xa5, // ו
0xa6, // ז
0xa7, // ח
0xa8, // ט
0xa8, // ט
0xa9, // י
0xaa, // ך
0xab, // כ
@ -1315,7 +1315,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
public static string GetHebrewString(byte[] buffer, ref int index)
{
byte b = buffer[index];
byte b = buffer[index];
if (b >= 0x20 && b < 0x70 && b!= 44)
return Encoding.ASCII.GetString(buffer, index, 1);

View File

@ -51,7 +51,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
public override void LoadSubtitle(Subtitle subtitle, List<string> lines, string fileName)
{
//0:01:37.89,0:01:40.52,NTP You...|Line2!
//0:01:37.89,0:01:40.52,NTP You...|Line2!
_errorCount = 0;
subtitle.Paragraphs.Clear();

View File

@ -36,9 +36,9 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
public override string ToText(Subtitle subtitle, string title)
{
//00:06:12 Would you like to see any particular style? 00:06:13
//00:06:12 Would you like to see any particular style? 00:06:13
//
//00:35:46 I made coffee. Would you like some? 00:35:47
//00:35:46 I made coffee. Would you like some? 00:35:47
//Yes.
//