Clean up
This commit is contained in:
parent
070630a243
commit
5813e4d8e6
@ -6666,7 +6666,7 @@ void Notepad_plus::launchFunctionList()
|
|||||||
data.dlgID = IDM_VIEW_FUNC_LIST;
|
data.dlgID = IDM_VIEW_FUNC_LIST;
|
||||||
|
|
||||||
NativeLangSpeaker *pNativeSpeaker = (NppParameters::getInstance()).getNativeLangSpeaker();
|
NativeLangSpeaker *pNativeSpeaker = (NppParameters::getInstance()).getNativeLangSpeaker();
|
||||||
generic_string title_temp = pNativeSpeaker->getAttrNameStr(FL_PANELTITLE, "FunctionList", "PanelTitle");
|
generic_string title_temp = pNativeSpeaker->getAttrNameStr(FL_PANELTITLE, FL_FUCTIONLISTROOTNODE, "PanelTitle");
|
||||||
|
|
||||||
static TCHAR title[32];
|
static TCHAR title[32];
|
||||||
if (title_temp.length() < 32)
|
if (title_temp.length() < 32)
|
||||||
|
@ -57,10 +57,6 @@
|
|||||||
#define FB_CMD_FOLDALL 2
|
#define FB_CMD_FOLDALL 2
|
||||||
#define FB_CMD_EXPANDALL 3
|
#define FB_CMD_EXPANDALL 3
|
||||||
|
|
||||||
#define FB_TIPEXPANDALLFOLDERS
|
|
||||||
#define FB_TIPEXPANDALLFOLDERS
|
|
||||||
#define FB_TIPCOLLAPSEALLFOLDERS
|
|
||||||
#define FB_TIPLOCATECURRENTFILE
|
|
||||||
|
|
||||||
FileBrowser::~FileBrowser()
|
FileBrowser::~FileBrowser()
|
||||||
{
|
{
|
||||||
|
@ -41,7 +41,6 @@ using namespace std;
|
|||||||
#define INDEX_NODE 1
|
#define INDEX_NODE 1
|
||||||
#define INDEX_LEAF 2
|
#define INDEX_LEAF 2
|
||||||
|
|
||||||
#define FL_FUCTIONLISTROOTNODE "FunctionList"
|
|
||||||
#define FL_SORTLOCALNODENAME "SortTip"
|
#define FL_SORTLOCALNODENAME "SortTip"
|
||||||
#define FL_RELOADLOCALNODENAME "ReloadTip"
|
#define FL_RELOADLOCALNODENAME "ReloadTip"
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include "TreeView.h"
|
#include "TreeView.h"
|
||||||
|
|
||||||
#define FL_PANELTITLE TEXT("Function List")
|
#define FL_PANELTITLE TEXT("Function List")
|
||||||
|
#define FL_FUCTIONLISTROOTNODE "FunctionList"
|
||||||
|
|
||||||
class ScintillaEditView;
|
class ScintillaEditView;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user