mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Fixed ALT+I issue with empty result #1213
git-svn-id: svn://ultimatepp.org/upp/trunk@8922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
34e774b636
commit
e56c370dac
4 changed files with 4 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ void AssistEditor::DCopy()
|
|||
for(int i = 0; i < id.GetCount(); i++)
|
||||
r << "\tvoid " << id[i] << "();\n";
|
||||
}
|
||||
else
|
||||
else
|
||||
for(int i = 0; i < cpp.GetCount(); i++) {
|
||||
const Array<CppItem>& n = cpp[i];
|
||||
bool decl = decla;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue