mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[BUG_FIXED] Fix Project Manager's "Open Workspace" and "Reload Workspace" commands bug - without removing the old Workspace.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@832 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
077bcf56d1
commit
46888bb4f3
@ -293,6 +293,7 @@ bool ProjectPanel::openWorkSpace(const TCHAR *projectFileName)
|
|||||||
if (!::PathFileExists(projectFileName))
|
if (!::PathFileExists(projectFileName))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
_treeView.removeAllItems();
|
||||||
_workSpaceFilePath = projectFileName;
|
_workSpaceFilePath = projectFileName;
|
||||||
|
|
||||||
NativeLangSpeaker *pNativeSpeaker = (NppParameters::getInstance())->getNativeLangSpeaker();
|
NativeLangSpeaker *pNativeSpeaker = (NppParameters::getInstance())->getNativeLangSpeaker();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user