mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 06:12:23 -06:00
A++ fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c97cf1fed
commit
2e58b3d8dc
16 changed files with 253 additions and 228 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue