Hi,
I
found this minor bug, perhaps it�s just my
setting�
I have
this snippet:
QueryBuilder.verboseRefreshingFile(files.get(i));
statements = loader.load((String)
files.get(i));
QueryNode[] queryNodes =
statements.getQueryNodes();
for (int j = 0; j < queryNodes.length;
j++)
{
key = makeKey(statements.getName(),
queryNodes[j].getName());
if
(NAME_TO_QUERY_MAPPING.containsKey(key))
{
QueryBuilder.verboseRewritingExistingNode((String) files.get(i),
statements.getName(),
queryNodes[j].getName());
}
NAME_TO_QUERY_MAPPING.put(key,
queryNodes[j]);
}
after
using �layout code�, it looked exact as the above. I noticed that the horizontal scroll
bar is no long visible. For the
line of code that went pass the right of the screen, even if I use the cursor,
the editor wouldn�t move the screen so that I can view the rest of the
line. If I restore the window (it
was maximize to being with) then the horizontal scroll bar appears. But once I maximize the screen again,
the horizontal scroll bar is gone again!
I
wonder if anyone has the same problem as
well�
Thanks,
Mike
Liu