Fix wrong 適応 (fix #271)

This commit is contained in:
1024jp 2014-11-15 17:06:25 +01:00
parent 5d304e374d
commit 61d6f25465
6 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ changelog
### Fixes
- Fix an issue that new documents couldn't be saved with an extension that is automatically added from syntax definition.
- Add a missig Japanese localized text in the status bar.
- Fix some Japanese localizations.
- Fix an issue that current line highlight didn't update after font size change.
- Fix an issue that navigation/status bars are shown for a moment on window creation even they are set as hidden.

View File

@ -1230,7 +1230,7 @@ NSString *const CEIncompatibleConvertedCharKey = @"convertedChar";
// ------------------------------------------------------
///
///
- (IBAction)changeTheme:(id)sender
// ------------------------------------------------------
{

View File

@ -455,7 +455,7 @@ static NSTimeInterval secondColoringDelay;
// ------------------------------------------------------
///
///
- (void)setThemeWithName:(NSString *)themeName
// ------------------------------------------------------
{

View File

@ -990,7 +990,7 @@ static CGFloat kPerCompoIncrement;
//
[[strongSelf indicatorController] setInformativeText:NSLocalizedString(@"Applying colors to text", nil)];
//
//
[strongSelf applyColorings:colorings range:coloringRange];
}
@ -1025,7 +1025,7 @@ static CGFloat kPerCompoIncrement;
// ------------------------------------------------------
///
///
- (void)applyColorings:(NSArray *)colorings range:(NSRange)coloringRange
// ------------------------------------------------------
{

View File

@ -47,7 +47,7 @@
</textField>
<button translatesAutoresizingMaskIntoConstraints="NO" id="809">
<rect key="frame" x="91" y="469" width="152" height="18"/>
<buttonCell key="cell" type="check" title="アンチエイリアス適" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="3290">
<buttonCell key="cell" type="check" title="アンチエイリアス適" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="3290">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>

View File

@ -185,7 +185,7 @@
"Coloring text…" = "テキストのカラーリング中...";
"Please wait for a while." = "しばらくお待ちください...";
"Extracting %@…" = "%@を抽出中...";
"Applying colors to text" = "テキストにカラーを適中";
"Applying colors to text" = "テキストにカラーを適中";
"keywords" = "キーワード";
"commands" = "コマンド";
"types" = "タイプ";