From a99d6102863711589a1c92a522ef2fcba885e29f Mon Sep 17 00:00:00 2001 From: Gaku Date: Sat, 16 Jun 2018 23:19:44 +0900 Subject: [PATCH] 18.6.16 Some fix --- Debug/script/common.js | 4 +--- Debug/script/index.js | 1 + TE/Resource.h | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Debug/script/common.js b/Debug/script/common.js index ed496b97..c6af73b9 100644 --- a/Debug/script/common.js +++ b/Debug/script/common.js @@ -124,9 +124,7 @@ FolderMenu = for (var i = nCount; i--;) { ar[i] = i; } - if (this.SortMode || this.Filter) { - this.Sort(Items, ar); - } + this.Sort(Items, ar); if (this.SortReverse) { ar = ar.reverse(); } diff --git a/Debug/script/index.js b/Debug/script/index.js index 1b23387e..53c4db4f 100644 --- a/Debug/script/index.js +++ b/Debug/script/index.js @@ -3004,6 +3004,7 @@ g_basic = if (FV) { var ContextMenu = FV.ViewMenu(); if (ContextMenu) { + FV.Focus(); var hMenu = api.CreatePopupMenu(); ContextMenu.QueryContextMenu(hMenu, 0, 1, 0x7FFF, CMF_EXTENDEDVERBS); var nVerb = GetCommandId(hMenu, s, ContextMenu); diff --git a/TE/Resource.h b/TE/Resource.h index 03c66902..4105770a 100644 --- a/TE/Resource.h +++ b/TE/Resource.h @@ -9,7 +9,7 @@ #define STRING2(str) #str #define VER_Y 18 #define VER_M 6 -#define VER_D 13 +#define VER_D 16 //Icon #define IDI_TE 1