diff --git a/PowerEditor/bin/SourceCodePro-Regular.otf b/PowerEditor/bin/SourceCodePro-Regular.otf deleted file mode 100644 index 4e3b9d0bc..000000000 Binary files a/PowerEditor/bin/SourceCodePro-Regular.otf and /dev/null differ diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index e17f659dc..54f1da0f3 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -358,7 +358,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/german.xml b/PowerEditor/installer/nativeLang/german.xml index 56213db6a..69ecf0111 100644 --- a/PowerEditor/installer/nativeLang/german.xml +++ b/PowerEditor/installer/nativeLang/german.xml @@ -1,8 +1,8 @@ - + @@ -341,7 +341,7 @@ - + @@ -349,11 +349,11 @@ - + - + @@ -362,8 +362,8 @@ - - + + @@ -655,6 +655,7 @@ + @@ -798,9 +799,7 @@ - - - + diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index 945fb034c..133c68f65 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -51,7 +51,7 @@ BEGIN VALUE "FileDescription", "Notepad++ : a free (GNU) source code editor\0" VALUE "FileVersion", VERSION_VALUE VALUE "InternalName", "npp.exe\0" - VALUE "LegalCopyright", "Copyleft 1998-2013 by Don HO\0" + VALUE "LegalCopyright", "Copyleft 1998-2015 by Don HO\0" VALUE "OriginalFilename", "Notepad++.exe\0" VALUE "ProductName", "Notepad++\0" VALUE "ProductVersion", VERSION_VALUE diff --git a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp index 2439d852a..8e4f3fee0 100644 --- a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp +++ b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp @@ -200,8 +200,8 @@ int ToolBar::getWidth() const { int ToolBar::getHeight() const { DWORD size = (DWORD)SendMessage(_hSelf, TB_GETBUTTONSIZE, 0, 0); - DWORD padding = (DWORD)SendMessage(_hSelf, TB_GETPADDING, 0,0); - int totalHeight = HIWORD(size) + HIWORD(padding); + DWORD padding = (DWORD)SendMessage(_hSelf, TB_GETPADDING, 0, 0); + int totalHeight = HIWORD(size) + HIWORD(padding) - 3; return totalHeight; } @@ -393,7 +393,7 @@ void ToolBar::addToRebar(ReBar * rebar) _rbBand.fMask = RBBIM_STYLE | RBBIM_CHILD | RBBIM_CHILDSIZE | RBBIM_SIZE | RBBIM_IDEALSIZE | RBBIM_ID; - _rbBand.fStyle = RBBS_VARIABLEHEIGHT | RBBS_USECHEVRON; + _rbBand.fStyle = RBBS_VARIABLEHEIGHT | RBBS_USECHEVRON | RBBS_NOGRIPPER; _rbBand.hwndChild = getHSelf(); _rbBand.wID = REBAR_BAR_TOOLBAR; //ID REBAR_BAR_TOOLBAR for toolbar _rbBand.cxMinChild = 0; diff --git a/PowerEditor/src/functionList.xml b/PowerEditor/src/functionList.xml index 0b93653b4..8f5057d9d 100644 --- a/PowerEditor/src/functionList.xml +++ b/PowerEditor/src/functionList.xml @@ -93,7 +93,7 @@ http://notepad-plus-plus.org/features/function-list.html @@ -131,7 +131,7 @@ http://notepad-plus-plus.org/features/function-list.html + mainExpr="^[\t ]*((static|const|virtual)[\s]+)?([\w]+([\s]+[\w]+)?([\s]+|(\*|\*\*|&)[\s]+|[\s]+(\*|\*\*|&)|[\s]+(\*|\*\*|&)[\s]+))?([\w_]+[\s]*::)?(?!(if|while|for|switch))[\w_~]+[\s]*\([^\)\(]*\)([\s]*const[\s]*)?[\n\s]*\{"> @@ -139,7 +139,7 @@ http://notepad-plus-plus.org/features/function-list.html