mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Ide: Context Goto Alt+J works from non-project file now too
git-svn-id: svn://ultimatepp.org/upp/trunk@6786 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1a626d1ff7
commit
bab83f84c0
1 changed files with 0 additions and 2 deletions
|
|
@ -1043,8 +1043,6 @@ void Ide::ContextGoto0(int pos)
|
|||
{
|
||||
if(designer)
|
||||
return;
|
||||
if(!editor.assist_active)
|
||||
return;
|
||||
int li = editor.GetLine(pos);
|
||||
String l = editor.GetUtf8Line(li);
|
||||
if(IsPif(l) || IsPelse(l)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue