mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-26 22:03:10 -06:00
Compare add
add support VS2012 dll add compare objects tree
This commit is contained in:
parent
7e10968209
commit
748d9b7950
31 changed files with 3971 additions and 4 deletions
|
|
@ -739,7 +739,7 @@ void ctlSQLBox::OnKeyDown(wxKeyEvent &event)
|
|||
int max = line.Length() - (GetLineEndPosition(GetCurrentLine()) - GetCurrentPos()) - offset;
|
||||
if(line != wxEmptyString)
|
||||
{
|
||||
while ((line[x].GetValue() == '\t' || line[x].GetValue() == ' ') && x < max) {
|
||||
while ((x < max) &&(line[x].GetValue() == '\t' || line[x].GetValue() == ' ')) {
|
||||
wxChar ccc=line[x];
|
||||
indent += line[x++];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue