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:
cxl 2014-01-17 13:45:42 +00:00
parent 1a626d1ff7
commit bab83f84c0

View file

@ -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)) {