2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Daniel Grunwald 34680425f9 Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" 20 years ago
Daniel Grunwald aceb91aca1 Fixed SD2-603: Renaming a project in the project browser generates a not implement exception 20 years ago
Daniel Grunwald 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. 20 years ago
Daniel Grunwald e9485a5f38 Fixed project reference to FormsDesigner. 20 years ago
Daniel Grunwald 48939e61d6 Rename FormDesigner to FormsDesigner. 20 years ago
Daniel Grunwald 5ee5308e39 Improved C# -> Boo converter. 20 years ago
Daniel Grunwald 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. 20 years ago
Daniel Grunwald d35a99159c Set output directory of unit test projects to bin\UnitTests 20 years ago
Daniel Grunwald 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). 20 years ago
Daniel Grunwald df78c1123b Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566) 20 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 20 years ago
Daniel Grunwald 9158302376 Improved AddInManager (updating AddIns now works correctly). 20 years ago
Daniel Grunwald 9203eb6ee3 Applied form designer field declaration patch by Christian Hornung. 20 years ago
Daniel Grunwald 49b9f18bb1 Check dependencies when enabling/disabling AddIns. 20 years ago
Daniel Grunwald 6f631b3541 Update to Boo 0.7.5, added support for partial classes to the Boo AddIn. 20 years ago
Daniel Grunwald e88d9dd139 Fixed code completion in WithStatements. 20 years ago
Daniel Grunwald d5b981e7e0 Show new AddIn properties in the AddInScout. 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 20 years ago
Daniel Grunwald 288234d0c4 Fixed some bugs in NRefactory. 20 years ago
Daniel Grunwald 3af84e5070 Fixed SD2-561: Running a single file causes unhandled exception 20 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 20 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago
Markus Palme d6990c235f correct comment prefix 20 years ago
Markus Palme 8764384554 xml comment insertion and completition for vb.net 20 years ago
Markus Palme aea5c1246a SD-538: vb.net specific text editor options not ported to corsavy 20 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 20 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 20 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 20 years ago
Daniel Grunwald db979be5f7 Improved C# to Boo converter. 20 years ago
Daniel Grunwald eefbab6fb7 Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 20 years ago
Daniel Grunwald 726e726308 Fixed possible StackOverflowException in BooBinding. 20 years ago
Daniel Grunwald bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code 20 years ago
Daniel Grunwald b9c23bedf7 Fix BooBinding solution file, minor C#->Boo conversion fix. 20 years ago
Daniel Grunwald 67ddfc9230 Add code completion support for extension methods in Boo. 20 years ago
Daniel Grunwald c6a905105d Fixed UTF8 auto-detection. (Thanks to Christian Hornung) 20 years ago
Daniel Grunwald 741ebfee07 Reference libraries from Booc.rsp automatically. 20 years ago
Daniel Grunwald d67a715fe6 Move some strings into the resource database. 20 years ago
Daniel Grunwald f4706a496d ResolvedType on contructor calls now includes type arguments. 20 years ago
Daniel Grunwald e402835d8b Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory. 20 years ago
Daniel Grunwald 3b5070c22f Improved code completion for Boo. 20 years ago
Daniel Grunwald 30f7efb8ea Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files. 20 years ago
Daniel Grunwald eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. 20 years ago
Daniel Grunwald 07297e1268 Replace PostBuildEvent with MsBuild targets. 20 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 20 years ago
Daniel Grunwald 154dfeee9a Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section. 20 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 20 years ago