mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1782be860f
commit
e3decb01be
2 changed files with 0 additions and 24 deletions
|
|
@ -36,29 +36,6 @@ void AssistEditor::SelectionChanged()
|
|||
SyncParamInfo();
|
||||
}
|
||||
|
||||
void AssistEditor::BrowserGotoNF()
|
||||
{
|
||||
/* NAVI
|
||||
Value scope = browser.scope.GetKey(); // do not scroll browser.item erratically
|
||||
int scopesc = browser.scope.GetScroll();
|
||||
String item = browser.item.GetKey();
|
||||
int itemsc = browser.item.GetScroll();
|
||||
|
||||
String cref = browser.GetCodeRef();
|
||||
if(theide && !theide->SwapSIf(cref))
|
||||
theide->IdeGotoCodeRef(cref);
|
||||
|
||||
if(scope == browser.scope.GetKey()) {
|
||||
browser.scope.ScrollTo(scopesc);
|
||||
browser.scope.ScrollIntoCursor();
|
||||
if(item == browser.item.GetKey()) {
|
||||
browser.item.ScrollTo(itemsc);
|
||||
browser.item.ScrollIntoCursor();
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void AssistEditor::Navigate()
|
||||
{
|
||||
if(navigating)
|
||||
|
|
|
|||
|
|
@ -436,7 +436,6 @@ struct AssistEditor : CodeEditor {
|
|||
void SyncNavigator();
|
||||
void GotoBrowserScope();
|
||||
void BrowserGoto();
|
||||
void BrowserGotoNF();
|
||||
|
||||
bool IsNavigator() const { return navigator; }
|
||||
void Navigator(bool navigator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue