-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make lua editor a window rather than a dialog
- Loading branch information
1 parent
4c53e98
commit e05aa19
Showing
5 changed files
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
mod auto_save_reload; | ||
mod jump; | ||
mod lua_color; | ||
mod lua_execute; | ||
mod lua_fill; | ||
pub mod pattern_fill; | ||
mod truncate; | ||
mod x86_asm; | ||
|
||
pub use { | ||
auto_save_reload::AutoSaveReloadDialog, jump::JumpDialog, lua_color::LuaColorDialog, | ||
lua_execute::LuaExecuteDialog, lua_fill::LuaFillDialog, pattern_fill::PatternFillDialog, | ||
truncate::TruncateDialog, x86_asm::X86AsmDialog, | ||
lua_fill::LuaFillDialog, pattern_fill::PatternFillDialog, truncate::TruncateDialog, | ||
x86_asm::X86AsmDialog, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters