File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ BOOL bUsePrefixInOpenDialog = TRUE;
4343ESaveOnLoseFocus iSaveOnLoseFocus = SLF_DISABLED ;
4444BOOL bCtrlWheelScroll = TRUE;
4545BOOL bMoveCaretOnRightClick = TRUE;
46- EExpressionEvaluationMode iEvaluateMathExpression = EEM_DISABLED ;
46+ EExpressionEvaluationMode iEvaluateMathExpression = EEM_LINE ;
4747EWordNavigationMode iWordNavigationMode = 0 ;
48- ELanguageIndicatorMode iShowLanguageInTitle = LIT_HIDE ;
48+ ELanguageIndicatorMode iShowLanguageInTitle = LIT_SHOW_NON_US ;
4949UINT iShellMenuType = CMF_EXPLORE ;
5050BOOL bHighlightLineIfWindowInactive = FALSE;
5151long iMaxSearchDistance = DEFAULT_MAX_SEARCH_DISTANCE_KB * BYTES_IN_KB ;
Original file line number Diff line number Diff line change @@ -5538,7 +5538,7 @@ void LoadSettings()
55385538 bMarkLongLines = IniSectionGetInt (pIniSection , L"MarkLongLines" , 0 );
55395539 if (bMarkLongLines ) bMarkLongLines = 1 ;
55405540
5541- iLongLinesLimit = IniSectionGetInt (pIniSection , L"LongLinesLimit" , 72 );
5541+ iLongLinesLimit = IniSectionGetInt (pIniSection , L"LongLinesLimit" , 80 );
55425542 iLongLinesLimit = max (min (iLongLinesLimit , 4096 ), 0 );
55435543 iLongLinesLimitG = iLongLinesLimit ;
55445544
You can’t perform that action at this time.
0 commit comments