587 Commits (c5c59e9a432a488cdce149270f16c5b321e7e42a)

Author SHA1 Message Date
Matt Ward c5c59e9a43 Updated to IronPython 2.0 Beta 5. 18 years ago
Siegfried Pammer 0cb2888c11 Added tests for VBNetFormattingStrategy; fixed inserting of end statements after single line statements; fixed SD2-1319 18 years ago
Christian Hornung 214dcfa309 Workbench.ViewContentCollection now contains all view contents, including all secondary view contents. 18 years ago
Siegfried Pammer b883a05e10 fixed one problem with inserting of end Statements (fixed build) 18 years ago
Siegfried Pammer 2800566249 Partial rewrite of VBNetFormattingStrategy; uses a lexer for indenting; bug fix of SD2-1448, SD2-1284 and SD2-866; fixed multiple UndoSteps after renaming an entity. 18 years ago
Daniel Grunwald b72bc33dd1 Fixed Xaml Attribute Value completion (completion was showing options for wrong property) 18 years ago
Christian Hornung e47f4df2ea Windows.Forms designer: Fixed detecting the wrong LocalizationModel when an extender provider with a string property is used. Show "please wait" label during reload when changing the language. 18 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 18 years ago
Daniel Grunwald 05cc680378 Fixed build. Use DefaultClass instead of MockClass, otherwise the unit tests need adjustment way too often. 18 years ago
Daniel Grunwald 05c09266d3 Fixed build. 18 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 18 years ago
Daniel Grunwald 300d8a5e19 Implemented .xaml code completion. 18 years ago
Daniel Grunwald b4909233cf Added unit test for VBNetToCSharpConvertVisitor.FullyQualifyModuleMemberReference. 18 years ago
Daniel Grunwald 7d4c78a8a9 When adding an assembly reference, check if the code-completion information needs to be refreshed. 18 years ago
Matt Ward 6997465bff PythonConsole now uses a read-only text marker for the read-only region and stops the undo action affecting text before the prompt. 18 years ago
Christian Hornung 5352e87454 Updated language resources to fix missing strings. 18 years ago
Matt Ward 722e10b754 Added IronPython console pad. 18 years ago
Matt Ward fa0d9b4571 Update to WiX 3.0.4415 18 years ago
Matt Ward 035e66dcba Update to IronPython 2.0 beta 4 18 years ago
Daniel Grunwald 8ac9a36f86 Fixed build. 18 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 18 years ago
Christian Hornung 70c3b777cd Windows.Forms designer now uses OpenedFile for all files it modifies. 18 years ago
Daniel Grunwald cd5d5eebb5 r7308@daniel-notebook (orig r3339): daniel | 2008-08-14 09:31:18 +0200 18 years ago
Daniel Grunwald ca962af8e9 Move ParameterCheckRefactoringMenuBuilder to SharpRefactoring. 18 years ago
Matt Ward 87696d60c2 Fixed unit tests. 18 years ago
Justin Dearing ccc0e49a90 Got the tests to compile. They all don't run on my machine. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Matt Ward 3cb8ad9b26 Added Style Cop addin by Matt Everson. 18 years ago
Daniel Grunwald f18f9a6817 Add "Add check for null" and "Add range check" commands to C# refactoring menu. 18 years ago
Christian Hornung 3d58ec399d Fixed the Python designer unit tests. 18 years ago
Christian Hornung 61268e9dc4 Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged. 18 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 18 years ago
Justin Dearing bc1f3d9112 You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year. 18 years ago
Matt Ward ee432c5ff0 Remove dot characters from generated WiX component ids. 18 years ago
Matt Ward 3dfb4d627d Set the KeyPath to true when adding a file with its own parent component in the WiX setup files editor. 18 years ago
Matt Ward fc1a8bb8ec Diff menu item in WiX setup files editor now shows new directories that are missing from setup. 18 years ago
Matt Ward 46e71bc93d Added an Add Files menu item to the selected directory node in the WiX files editor. This menu item will add multiple files, each with its own parent component, to an existing directory tree node in one step. 18 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 18 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 18 years ago
Matt Ward 954948bcbb DefaultWorkbench can now be replaced with a custom class implementing the IWorkbench interface. Added a snippet compiler sample that demonstrates how the DefaultWorkbench can be replaced. 18 years ago
Matt Ward 679734ea11 Fix failing WiX tests due to changes in wix.targets schema. 18 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 18 years ago
Siegfried Pammer ba1da5b671 Implementation of the bracket highlighting for Boo 18 years ago
Daniel Grunwald 87b988cc79 Fixed NullReferenceException when hovering over Name property in loose XAML files. 18 years ago
Daniel Grunwald 5ed0197a38 Fixed forum-7772: Autocomplete does not recognize variables that start with underscore (_) 18 years ago
Daniel Grunwald 779bded4ad Remove boolean properties "Standalone" and "NoMLLib" from CoreCompile target inputs, only files/directories should be listed there. This fixes the issue that some F# projects (projects with those properties set) would always recompile even when unchanged. 18 years ago
Daniel Grunwald e3927b4b2c Fixed build error when compiling F# binding with new F# version. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Daniel Grunwald 376daec8a3 Fixed syntax error in C# code used in C#->python converter unit test. The test was broken because I changed the parser's error recovery strategy in revision 3059. 18 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 18 years ago