diff --git a/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml b/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml index 1f05107..f33193f 100644 --- a/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml +++ b/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml @@ -75,7 +75,7 @@ limitations under the License. Work directory: + IsReadOnly="True" Text="C:\this\that\theother"/> diff --git a/SourceGen/WpfGui/MainWindow.xaml b/SourceGen/WpfGui/MainWindow.xaml index 55ec836..b391f2f 100644 --- a/SourceGen/WpfGui/MainWindow.xaml +++ b/SourceGen/WpfGui/MainWindow.xaml @@ -57,7 +57,7 @@ limitations under the License. - + Ctrl+Shift+A diff --git a/docs/sgmanual/codegen.html b/docs/sgmanual/codegen.html index 968efe7..c645812 100644 --- a/docs/sgmanual/codegen.html +++ b/docs/sgmanual/codegen.html @@ -19,7 +19,7 @@ the target assembler, will recreate the original data file exactly. Every assembler is different, so support must be added to SourceGen for each.

The generation / assembly dialog can be opened with -File > Assemble.

+File > Generate Assembly.

If you want to show code to others, perhaps by adding a page to your web site, you can "export" the formatted code as text or HTML. This is explained in more detail below. diff --git a/docs/sgtutorial/generating-code.html b/docs/sgtutorial/generating-code.html index 7e25ab6..a91af89 100644 --- a/docs/sgtutorial/generating-code.html +++ b/docs/sgtutorial/generating-code.html @@ -91,7 +91,8 @@

You can generate assembly source code from the disassembled data. - Select File > Assemble (or hit Ctrl+Shift+A) + Select File > Generate Assembly + (or hit Ctrl+Shift+A) to open the source generation and assembly dialog.