Daniel Grunwald
08c138311d
Fixed editing of raw MSBuild properties in project options (where the user can use $(..) in the text box).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
64cad7396f
Setup projects now have an UpgradeCode assigned to them. This is a GUID that remains consistent throughout all incarnations of the MSI package. You cannot upgrade an installed MSI without an upgrade code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2403 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3cf1fe8410
Fixed forum-15241-2. : Pressing Ctrl-Space in Boo Interpreter Debuggee causes exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2385 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
33ea15dfff
Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime).
...
CecilReader now reads attributes for class members.
BooProject now references Boo.Lang.Useful so that code-completion can find it.
Fixed UnknownScriptTag in HTML-Mode.xshd.
Fixed possible deadlock in SearchClassReturnType.cs
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2384 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
20cbe02631
Fixed SD2-1276: Duplicated code when converting single VB.NET If-Then line into multiple lines
...
Use AddInTree to let AddIns register additional MSBuild properties.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2380 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
28690d84ac
The LocalizedStringFile property in a WiX project is no longer escaped when the project is saved after making changes in the Application tab of the project options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2328 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
12e0510669
Fixed forum-14696: Code completion exception for Boo
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2304 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
e18a648417
Fixed SD2-1267 - Cannot design a WiX dialog that is not in a project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2294 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
39cb494584
Removed the ToolPath's Condition check from new WiX Projects (.wixproj).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2293 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d6a236d69f
Changed the WiX project imports test so that the order of the imports does not break the test.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2292 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
bdadb26f01
Fixed failing WiXBinding test. A WiX project now has two imports. Added the extra Microsoft.Common.targets import to use its copy local functionality.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2291 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
cd3fe19a3c
Added support for copy local files in WiX projects. A 'Compiling ProjectName...' message is now shown when building a WiX library project using the lit task.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2290 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4767b24e72
Added a new icon for Component tree nodes in the WiX Setup Files editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2272 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
f8983fac80
Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2252 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0859a04a52
Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2239 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d9d07dae9d
Fixed SD2-1256 - Saving a WiX project after changing its project options encodes characters in the .wixproj file. The WiX project options panels now set the TreatPropertyValueAsLiteral property to false on the ConfigurationGuiBindings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2230 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8ef45d5c53
Fixed conversion of TypeOfIsExpression to Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2178 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
27e3d06d46
Fixed SD2-1249. Modified the WiX setup project template so that the MSBuild project property DefineConstants is not escaped when the new project is created.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ca45c905f3
Fixed SD2-931: Undo after inserting code template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f2145433b6
Added warning for SD2-763: Resources not found with multiple types in source file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bc2b1c8a57
Fixed bug that caused keyword-completion to be active inside comments in some cases.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2121 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6b2cddded4
Fixed unit tests after change to ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
13e4f3180a
Fixed build error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a745c607d5
Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0e00c678ce
Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2087 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ecf6c52e82
On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2071 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
712af6c5cf
Fixed compilation errors in WixBinding.Tests due to the renaming of MSBuildBasedProject's GetProperty method to GetEvaluatedProperty.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2069 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
faf1f07bce
Make access to the underlying BuildEngine.Project is thread-safe. Should fix forum-13374 and similar problems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2067 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c6b64b6445
Fixed failing WixBinding tests after project system changes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2058 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a725d631a5
Fixed SD2-1106: FxCop code analysis not run when building the entire solution
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2051 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4ca90a7a92
Support "AvailableItemName" - the list of build actions available for files is read from the imported .targets files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2049 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d8ca4968cf
Fixed SD2-995: Special characters not correctly encoded for languages others than English.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2046 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8a4efd80bc
Fixed adding new files to project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2045 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
120583a73f
Fixed bugs that prevented creating new VB projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2044 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eff3736f6b
Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2029 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
633ace62b1
Fixed compilation errors and test failures in WixBinding.Tests after the DropDownEditor was moved to the SharpDevelop widgets project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2025 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f3939e3257
Add Custom Tools support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2020 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7cd5f63f9e
Fixed forum-12453: Exception viewing C# file while boo project is open
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2013 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
432943c851
SD2-1162: TextEditor add end construct for VB generic interface members.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1994 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
6aa09b5646
SD2-1019: Enum completion after return not implemented for VB.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1991 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
519c18a986
Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1974 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cec58a8ed4
Fixed ExpressionFinder unit test, added unit tests for folding manager.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1971 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8780d88ec4
Add Boo interpreter back to solution.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1970 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
7f5f7ceae8
more arrays list replaced with generic lists
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1967 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
819f30e1da
Fixed file headers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1966 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
a1543c981e
removed unused import statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1965 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a364505d14
Fixed unit test build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1964 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3363abd941
Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7ce88146dc
Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1958 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago