Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Mar 21, 2024
1 parent 3458741 commit b782d55
Show file tree
Hide file tree
Showing 15 changed files with 579 additions and 1,873 deletions.
161 changes: 75 additions & 86 deletions LiteEditor/app.cpp

Large diffs are not rendered by default.

310 changes: 155 additions & 155 deletions LiteEditor/breakpointsmgr.cpp

Large diffs are not rendered by default.

596 changes: 298 additions & 298 deletions LiteEditor/context_cpp.cpp

Large diffs are not rendered by default.

143 changes: 0 additions & 143 deletions LiteEditor/editorframe.cpp

This file was deleted.

68 changes: 0 additions & 68 deletions LiteEditor/editorframe.h

This file was deleted.

2 changes: 1 addition & 1 deletion LiteEditor/findinfilesdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ SearchData FindInFilesDialog::DoGetSearchData()
}
} else if((rootDir == wxGetTranslation(SEARCH_IN_OPEN_FILES)) || (rootDir == SEARCH_IN_OPEN_FILES)) {
std::vector<clEditor*> editors;
clMainFrame::Get()->GetMainBook()->GetAllEditors(editors, MainBook::kGetAll_IncludeDetached);
clMainFrame::Get()->GetMainBook()->GetAllEditors(editors, MainBook::kGetAll_Default);

for(size_t n = 0; n < editors.size(); ++n) {
clEditor* editor = dynamic_cast<clEditor*>(*(editors.begin() + n));
Expand Down
Loading

0 comments on commit b782d55

Please sign in to comment.