[svn] r5909: corsavy-addin/trunk: NemerleBinding.addin
NemerleBinding.csproj Resources/BuildOptions.xfrm S...
malekith
svnadmin at nemerle.org
Mon Nov 7 16:53:46 CET 2005
Log:
Make the option panel show.
Author: malekith
Date: Mon Nov 7 16:53:37 2005
New Revision: 5909
Modified:
corsavy-addin/trunk/NemerleBinding.addin
corsavy-addin/trunk/NemerleBinding.csproj
corsavy-addin/trunk/Resources/BuildOptions.xfrm
corsavy-addin/trunk/Src/OptionPanels/BuildOptions.cs
corsavy-addin/trunk/copy.sh
Modified: corsavy-addin/trunk/NemerleBinding.addin
==============================================================================
--- corsavy-addin/trunk/NemerleBinding.addin (original)
+++ corsavy-addin/trunk/NemerleBinding.addin Mon Nov 7 16:53:37 2005
@@ -54,7 +54,7 @@
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.BuildEvents"/>
<DialogPanel id = "BuildOptions"
label = "${res:Dialog.ProjectOptions.BuildOptions}"
- class = "CSharpBinding.OptionPanels.BuildOptions"/>
+ class = "NemerleBinding.OptionPanels.BuildOptions"/>
<DialogPanel id = "DebugOptions"
label = "${res:Dialog.ProjectOptions.DebugOptions}"
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.DebugOptions"/>
Modified: corsavy-addin/trunk/NemerleBinding.csproj
==============================================================================
--- corsavy-addin/trunk/NemerleBinding.csproj (original)
+++ corsavy-addin/trunk/NemerleBinding.csproj Mon Nov 7 16:53:37 2005
@@ -12,13 +12,21 @@
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<OutputType>Library</OutputType>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
+ <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+ <RegisterForComInterop>False</RegisterForComInterop>
+ <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
+ <BaseAddress>4194304</BaseAddress>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <FileAlignment>4096</FileAlignment>
+ <WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
+ <DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- <OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\CSharpBinding\</OutputPath>
+ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+ <OutputPath>.</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
Modified: corsavy-addin/trunk/Resources/BuildOptions.xfrm
==============================================================================
--- corsavy-addin/trunk/Resources/BuildOptions.xfrm (original)
+++ corsavy-addin/trunk/Resources/BuildOptions.xfrm Mon Nov 7 16:53:37 2005
@@ -7,52 +7,47 @@
<System.Windows.Forms.GroupBox>
<Name value="generalGroupBox" />
<Location value="{X=3,Y=3}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.BuildOptions.General}" />
+ <Anchor value="Top, Left, Right" />
<Size value="{Width=521, Height=152}" />
<TabIndex value="0" />
- <Anchor value="Top, Left, Right" />
<Controls>
<System.Windows.Forms.CheckBox>
<Name value="noCorlibCheckBox" />
- <Location value="{X=12,Y=124}" />
+ <Location value="{X=13,Y=104}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
<Text value="${res:Dialog.ProjectOptions.BuildOptions.NoCorlib}" />
- <TabIndex value="5" />
+ <TabIndex value="4" />
<Size value="{Width=503, Height=24}" />
+ <UseCompatibleTextRendering value="True" />
</System.Windows.Forms.CheckBox>
<System.Windows.Forms.CheckBox>
<Name value="checkForOverflowCheckBox" />
- <Location value="{X=12,Y=104}" />
+ <Location value="{X=13,Y=84}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
<Text value="${res:Dialog.ProjectOptions.BuildOptions.CheckForOverflow}" />
- <TabIndex value="4" />
+ <TabIndex value="3" />
<Size value="{Width=502, Height=24}" />
+ <UseCompatibleTextRendering value="True" />
</System.Windows.Forms.CheckBox>
<System.Windows.Forms.Label>
<Name value="label1" />
<Location value="{X=6,Y=17}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.BuildOptions.ConditionalSymbols}" />
+ <Anchor value="Top, Left, Right" />
<TextAlign value="BottomLeft" />
<Size value="{Width=470, Height=16}" />
<TabIndex value="0" />
- <Anchor value="Top, Left, Right" />
</System.Windows.Forms.Label>
<System.Windows.Forms.TextBox>
<Name value="conditionalSymbolsTextBox" />
<TabIndex value="1" />
- <Anchor value="Top, Left, Right" />
<Size value="{Width=502, Height=21}" />
<Location value="{X=13,Y=36}" />
- </System.Windows.Forms.TextBox>
- <System.Windows.Forms.CheckBox>
- <Name value="allowUnsafeCodeCheckBox" />
- <Location value="{X=13,Y=84}" />
- <FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
- <Text value="${res:Dialog.ProjectOptions.BuildOptions.AllowUnsafeCode}" />
- <TabIndex value="3" />
- <Size value="{Width=502, Height=24}" />
<Anchor value="Top, Left, Right" />
- </System.Windows.Forms.CheckBox>
+ </System.Windows.Forms.TextBox>
<System.Windows.Forms.CheckBox>
<Name value="optimizeCodeCheckBox" />
<Location value="{X=13,Y=64}" />
@@ -60,6 +55,7 @@
<Text value="${res:Dialog.ProjectOptions.BuildOptions.OptimizeCode}" />
<TabIndex value="2" />
<Size value="{Width=502, Height=24}" />
+ <UseCompatibleTextRendering value="True" />
<Anchor value="Top, Left, Right" />
</System.Windows.Forms.CheckBox>
</Controls>
@@ -67,21 +63,23 @@
<System.Windows.Forms.GroupBox>
<Name value="outputGroupBox" />
<Location value="{X=3,Y=161}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.Output}" />
+ <Anchor value="Top, Left, Right" />
<Size value="{Width=521, Height=299}" />
<TabIndex value="1" />
- <Anchor value="Top, Left, Right" />
<Controls>
<System.Windows.Forms.ComboBox>
<Name value="targetFrameworkComboBox" />
- <TabIndex value="8" />
<Size value="{Width=121, Height=21}" />
+ <TabIndex value="8" />
<DropDownStyle value="DropDownList" />
<Location value="{X=164,Y=112}" />
</System.Windows.Forms.ComboBox>
<System.Windows.Forms.Label>
<Name value="targetFrameworkLabel" />
<Location value="{X=13,Y=112}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TargetFramework}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=150, Height=23}" />
@@ -90,15 +88,16 @@
<System.Windows.Forms.GroupBox>
<Name value="advancedOutputGroupBox" />
<Location value="{X=6,Y=138}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.Advanced}" />
+ <Anchor value="Top, Bottom, Left, Right" />
<Size value="{Width=505, Height=155}" />
<TabIndex value="9" />
- <Anchor value="Top, Bottom, Left, Right" />
<Controls>
<System.Windows.Forms.ComboBox>
<Name value="targetCpuComboBox" />
- <TabIndex value="4" />
<Size value="{Width=171, Height=21}" />
+ <TabIndex value="4" />
<FormattingEnabled value="True" />
<DropDownStyle value="DropDownList" />
<Location value="{X=193,Y=71}" />
@@ -106,6 +105,7 @@
<System.Windows.Forms.Label>
<Name value="label9" />
<Location value="{X=6,Y=69}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TargetCPU}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=181, Height=23}" />
@@ -120,6 +120,7 @@
<System.Windows.Forms.Label>
<Name value="label8" />
<Location value="{X=7,Y=123}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.DLLBaseAddress}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=180, Height=23}" />
@@ -127,8 +128,8 @@
</System.Windows.Forms.Label>
<System.Windows.Forms.ComboBox>
<Name value="fileAlignmentComboBox" />
- <TabIndex value="6" />
<Size value="{Width=171, Height=21}" />
+ <TabIndex value="6" />
<FormattingEnabled value="True" />
<DropDownStyle value="DropDownList" />
<Location value="{X=193,Y=98}" />
@@ -136,6 +137,7 @@
<System.Windows.Forms.Label>
<Name value="label7" />
<Location value="{X=6,Y=96}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.FileAlignment}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=181, Height=23}" />
@@ -148,11 +150,13 @@
<Text value="${res:Dialog.ProjectOptions.Build.RegisterForCOM}" />
<TabIndex value="0" />
<Size value="{Width=209, Height=20}" />
+ <UseCompatibleTextRendering value="True" />
<Anchor value="Top, Left, Right" />
</System.Windows.Forms.CheckBox>
<System.Windows.Forms.Label>
<Name value="label2" />
<Location value="{X=6,Y=43}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.GenerateSerializationAssembly}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=181, Height=20}" />
@@ -160,8 +164,8 @@
</System.Windows.Forms.Label>
<System.Windows.Forms.ComboBox>
<Name value="generateSerializationAssemblyComboBox" />
- <TabIndex value="2" />
<Size value="{Width=171, Height=21}" />
+ <TabIndex value="2" />
<FormattingEnabled value="True" />
<DropDownStyle value="DropDownList" />
<Location value="{X=193,Y=44}" />
@@ -170,14 +174,15 @@
</System.Windows.Forms.GroupBox>
<System.Windows.Forms.ComboBox>
<Name value="debugInfoComboBox" />
- <TabIndex value="6" />
<Size value="{Width=121, Height=21}" />
+ <TabIndex value="6" />
<DropDownStyle value="DropDownList" />
<Location value="{X=164,Y=88}" />
</System.Windows.Forms.ComboBox>
<System.Windows.Forms.Label>
<Name value="debugInfoLabel" />
<Location value="{X=13,Y=86}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.DebugInfo}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=145, Height=23}" />
@@ -190,36 +195,39 @@
<Text value="${res:Dialog.ProjectOptions.Build.XmlDocumentationFile}" />
<TabIndex value="3" />
<Size value="{Width=151, Height=20}" />
+ <UseCompatibleTextRendering value="True" />
</System.Windows.Forms.CheckBox>
<System.Windows.Forms.TextBox>
<Name value="xmlDocumentationTextBox" />
<TabIndex value="4" />
- <Anchor value="Top, Left, Right" />
<Size value="{Width=351, Height=21}" />
<Location value="{X=164,Y=62}" />
+ <Anchor value="Top, Left, Right" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.Label>
<Name value="label5" />
<Location value="{X=6,Y=17}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.OutputPath}" />
+ <Anchor value="Top, Left, Right" />
<TextAlign value="BottomLeft" />
<Size value="{Width=505, Height=16}" />
<TabIndex value="0" />
- <Anchor value="Top, Left, Right" />
</System.Windows.Forms.Label>
<System.Windows.Forms.TextBox>
<Name value="outputPathTextBox" />
- <TabIndex value="1" />
- <Anchor value="Top, Left, Right" />
+ <TabIndex value="0" />
<Size value="{Width=457, Height=21}" />
<Location value="{X=13,Y=36}" />
+ <Anchor value="Top, Left, Right" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.Button>
<Name value="outputPathBrowseButton" />
<Location value="{X=475,Y=36}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="..." />
- <Size value="{Width=40, Height=21}" />
<Anchor value="Top, Right" />
+ <Size value="{Width=40, Height=21}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
<TabIndex value="2" />
</System.Windows.Forms.Button>
@@ -230,20 +238,21 @@
<Location value="{X=3,Y=552}" />
<UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TreatWarningsAsErrors}" />
+ <Anchor value="Top, Left, Right" />
<Size value="{Width=521, Height=100}" />
<TabIndex value="3" />
- <Anchor value="Top, Left, Right" />
<Controls>
<System.Windows.Forms.TextBox>
<Name value="specificWarningsTextBox" />
<TabIndex value="2" />
- <Anchor value="Top, Left, Right" />
<Size value="{Width=377, Height=21}" />
<Location value="{X=136,Y=44}" />
+ <Anchor value="Top, Left, Right" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.RadioButton>
<Name value="allRadioButton" />
<Location value="{X=8,Y=68}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TreatWarningsAsErrors.All}" />
<Size value="{Width=128, Height=24}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
@@ -252,6 +261,7 @@
<System.Windows.Forms.RadioButton>
<Name value="specificWarningsRadioButton" />
<Location value="{X=8,Y=44}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TreatWarningsAsErrors.Specific}" />
<Size value="{Width=128, Height=24}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
@@ -260,6 +270,7 @@
<System.Windows.Forms.RadioButton>
<Name value="noneRadioButton" />
<Location value="{X=8,Y=20}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.TreatWarningsAsErrors.None}" />
<Size value="{Width=128, Height=24}" />
<FlatAppearance value="System.Windows.Forms.FlatButtonAppearance" />
@@ -270,21 +281,23 @@
<System.Windows.Forms.GroupBox>
<Name value="warningsGroupBox" />
<Location value="{X=3,Y=466}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.ErrorsAndWarnings}" />
+ <Anchor value="Top, Left, Right" />
<Size value="{Width=521, Height=80}" />
<TabIndex value="2" />
- <Anchor value="Top, Left, Right" />
<Controls>
<System.Windows.Forms.TextBox>
<Name value="suppressWarningsTextBox" />
<TabIndex value="3" />
- <Anchor value="Top, Left, Right" />
<Size value="{Width=349, Height=21}" />
<Location value="{X=164,Y=44}" />
+ <Anchor value="Top, Left, Right" />
</System.Windows.Forms.TextBox>
<System.Windows.Forms.Label>
<Name value="label4" />
<Location value="{X=4,Y=44}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.SuppressWarnings}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=154, Height=23}" />
@@ -292,8 +305,8 @@
</System.Windows.Forms.Label>
<System.Windows.Forms.ComboBox>
<Name value="warningLevelComboBox" />
- <TabIndex value="1" />
<Size value="{Width=60, Height=21}" />
+ <TabIndex value="1" />
<FormattingEnabled value="True" />
<DropDownStyle value="DropDownList" />
<Location value="{X=164,Y=20}" />
@@ -301,6 +314,7 @@
<System.Windows.Forms.Label>
<Name value="label3" />
<Location value="{X=4,Y=20}" />
+ <UseCompatibleTextRendering value="True" />
<Text value="${res:Dialog.ProjectOptions.Build.WarningLevel}" />
<TextAlign value="MiddleRight" />
<Size value="{Width=154, Height=23}" />
Modified: corsavy-addin/trunk/Src/OptionPanels/BuildOptions.cs
==============================================================================
--- corsavy-addin/trunk/Src/OptionPanels/BuildOptions.cs (original)
+++ corsavy-addin/trunk/Src/OptionPanels/BuildOptions.cs Mon Nov 7 16:53:37 2005
@@ -42,9 +42,6 @@
b.DefaultLocation = PropertyStorageLocations.ConfigurationSpecific;
b.CreateLocationButton("optimizeCodeCheckBox");
- b = helper.BindBoolean("allowUnsafeCodeCheckBox", "AllowUnsafeBlocks", false);
- b.CreateLocationButton("allowUnsafeCodeCheckBox");
-
b = helper.BindBoolean("checkForOverflowCheckBox", "CheckForOverflowUnderflow", false);
b.DefaultLocation = PropertyStorageLocations.ConfigurationSpecific;
b.CreateLocationButton("checkForOverflowCheckBox");
Modified: corsavy-addin/trunk/copy.sh
==============================================================================
--- corsavy-addin/trunk/copy.sh (original)
+++ corsavy-addin/trunk/copy.sh Mon Nov 7 16:53:37 2005
@@ -3,7 +3,6 @@
top=../trunk/SharpDevelop
if [ X"$1" = X-u ] ; then
- rm -rf $top/data/templates/{file,project}/Nemerle
rm -f $top/data/modes/Nemerle.xshd
rm -rf $top/AddIns/AddIns/BackendBindings/Nemerle
elif [ x"$1" = x ] ; then
More information about the svn
mailing list