mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
[BUG_FIXED] Fix the display file type bug on the status bar while switching between the files (Finally!).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@39 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
492290b695
commit
f146088344
@ -96,7 +96,7 @@ enum winVer{WV_UNKNOWN, WV_WIN32S, WV_95, WV_98, WV_ME, WV_NT, WV_W2K, WV_XP, WV
|
||||
//return old unicodeMode
|
||||
|
||||
#define NPPM_ACTIVATEDOC (NPPMSG + 28)
|
||||
//void NPPM_ACTIVATEDOC(int index2Activate, int view)
|
||||
//void NPPM_ACTIVATEDOC(int view, int index2Activate)
|
||||
|
||||
#define NPPM_LAUNCHFINDINFILESDLG (NPPMSG + 29)
|
||||
//void NPPM_LAUNCHFINDINFILESDLG(char * dir2Search, char * filtre)
|
||||
|
@ -3994,7 +3994,8 @@ bool Notepad_plus::fileClose()
|
||||
|
||||
//updateStatusBar();
|
||||
//dynamicCheckMenuAndTB();
|
||||
//checkDocState();
|
||||
setLangStatus(_pEditView->getCurrentDocType());
|
||||
checkDocState();
|
||||
_linkTriggered = true;
|
||||
|
||||
return true;
|
||||
|
@ -375,6 +375,7 @@ BEGIN
|
||||
MENUITEM "8\tAlt+Shift+8", IDM_VIEW_UNFOLD_8
|
||||
END
|
||||
MENUITEM "Unfold all\tAlt+Shift+0", IDM_VIEW_TOGGLE_UNFOLDALL
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Hide lines", IDM_VIEW_HIDELINES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Go to another view", IDM_VIEW_GOTO_ANOTHER_VIEW
|
||||
|
@ -24,7 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#define IDC_STATIC -1
|
||||
#endif
|
||||
|
||||
IDD_PREFERENCE_BOX DIALOGEX 0, 0, 325, 206
|
||||
IDD_PREFERENCE_BOX DIALOGEX 0, 0, 345, 206
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_WINDOWEDGE
|
||||
CAPTION "Preferences"
|
||||
|
Loading…
x
Reference in New Issue
Block a user