Skip to content

Commit

Permalink
Reorganize project manager code
Browse files Browse the repository at this point in the history
- Extract individual components to their own files.
- Improve order of declarations and definitions within those files.
- ProjectDialog is only extracted as there are upcoming
PRs touching on it.
  • Loading branch information
YuriSizov committed Jan 16, 2024
1 parent 107f296 commit 691450b
Show file tree
Hide file tree
Showing 10 changed files with 3,169 additions and 2,816 deletions.
1 change: 1 addition & 0 deletions editor/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ if env.editor_build:
SConscript("icons/SCsub")
SConscript("import/SCsub")
SConscript("plugins/SCsub")
SConscript("project_manager/SCsub")
SConscript("themes/SCsub")

lib = env.add_library("editor", env.editor_sources)
Expand Down
Loading

0 comments on commit 691450b

Please sign in to comment.