A++ fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-07 08:34:33 +00:00
parent 4c97cf1fed
commit 2e58b3d8dc
16 changed files with 253 additions and 228 deletions

View file

@ -616,12 +616,6 @@ void Ide::SearchTopics()
void Ide::RefreshBrowser()
{
browser.Refresh();
editor.SyncNavigator();
doc.SyncDocTree();
}
void Ide::ShowTopic(String link)
{
ShowTopics();
doc.GoTo(link + '#' + browser.GetItem());
}