diff --git a/SourceGen/RuntimeData/Help/settings.html b/SourceGen/RuntimeData/Help/settings.html index e9952fc..a0ef34d 100644 --- a/SourceGen/RuntimeData/Help/settings.html +++ b/SourceGen/RuntimeData/Help/settings.html @@ -294,6 +294,13 @@ with SourceGen, or in the directory where the project file lives. This is mostly to keep things manageable when projects are distributed to other people, but also acts as a minor security check, to prevent a wayward project from trying to open files it shouldn't.

+

Click one of the "Add Symbol Files" buttons to include one or more +symbol files in the project. +The "Add Symbol Files from Platform" button sets the directory +to the SourceGen RuntimeData directory, while "Add Symbol Files from Project" +starts in the project directory. If you haven't yet saved the project, +the latter button will be disabled. The only difference between the +buttons is the initial directory.

In the list, files loaded from the RuntimeData directory will be prefixed with RT:. Files loaded from the project directory will be prefixed with PROJ:.

@@ -303,15 +310,20 @@ you will receive a warning.

Extension Scripts

From here, you can add and remove extension script files. -See the extension scripts section for -details on how extension scripts work.

- +See the extension scripts +section for details on how extension scripts work.

Extension script files must live in the RuntimeData directory that comes with SourceGen, or in the directory where the project file lives. This is mostly to keep things manageable when projects are distributed to other people, but also acts as a minor security check, to prevent a wayward project from trying to open files it shouldn't.

+

Click one of the "Add Scripts" buttons to include one more scripts in +the project. The "Add Scripts from Platform" button sets the directory +to the SourceGen RuntimeData directory, while "Add Scripts from Project" +starts in the project directory. If you haven't yet saved the project, +the latter button will be disabled. The only difference between the +buttons is the initial directory.

In the list, files loaded from the RuntimeData directory will be prefixed with RT:. Files loaded from the project directory will be prefixed with PROJ:.

diff --git a/SourceGen/WpfGui/EditProjectProperties.xaml b/SourceGen/WpfGui/EditProjectProperties.xaml index 4ec0490..1bd65a6 100644 --- a/SourceGen/WpfGui/EditProjectProperties.xaml +++ b/SourceGen/WpfGui/EditProjectProperties.xaml @@ -211,9 +211,15 @@ limitations under the License. ItemsSource="{Binding PlatformSymbolIdentifiers}" SelectionChanged="List_SelectionChanged"/> -