mirror of
https://onedev.site.tesses.net/crosslang/crosslangdevstudio
synced 2026-02-08 09:15:45 +00:00
Get way further
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
<TextBox Watermark="Project Homepage" Text="{Binding Homepage}"/>
|
||||
<TextBlock Margin="0 5" >License:</TextBlock>
|
||||
<TextBox Watermark="Project License" Text="{Binding License}"/>
|
||||
<TextBlock Margin="0 5" >Template Name (Shown in crosslang new --list):</TextBlock>
|
||||
<TextBox Watermark="Project Template Name" Text="{Binding TemplateName}"/>
|
||||
<TextBlock Margin="0 5" >Template Pretty Name (Shown in new project):</TextBlock>
|
||||
<TextBox Watermark="Project Template Pretty Name" Text="{Binding TemplateNamePretty}"/>
|
||||
<TextBlock Margin="0 5" >Short Name (Shown in crosslang new --list or tool or console name):</TextBlock>
|
||||
<TextBox Watermark="Project Short Name" Text="{Binding ShortName}"/>
|
||||
<TextBlock Margin="0 5" >Short Pretty Name (Shown in new project):</TextBlock>
|
||||
<TextBox Watermark="Project Short Pretty Name" Text="{Binding ShortNamePretty}"/>
|
||||
<TextBlock Margin="0 15 0 5">Description:</TextBlock>
|
||||
<TextBox Height="100" Text="{Binding Description}" AcceptsReturn="True" AcceptsTab="True" TextWrapping="Wrap"/>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user