2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Matt Ward 00db2233f3 Updated the Python WinForms template: Moved the clr.AddReference lines from the MainForm.py to Program.py so the form can be designed. 18 years ago
Daniel Grunwald 08cba8fe9e Fixed forum-6486 (Auto-correction occurring within strings) 18 years ago
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Robert Pickering 2c8cf9a7ad fix to wrong characters in path problem and popped up window problem 18 years ago
Robert Pickering b9725ed5a9 improvements to the F# build tasks and stopping the interactive console throwing an error on start up 18 years ago
Matt Ward e00119852c Disabled the F# interactive pad. 18 years ago
Matt Ward 4740270210 Re-enabled the F# interactive pad. 18 years ago
Matt Ward 46ba6b6c77 Disabled F# Interactive pad which prevents SharpDevelop from starting if the F# compiler is not installed. 18 years ago
Robert Pickering 60ee32e1ca stop interactive console throwing an exception if F# is not installed. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Daniel Grunwald 7414e9ad6a Fixed several minor code completion bugs. 18 years ago
Daniel Grunwald e0cff7141d Add reference to System.Core when creating .NET 3.5 projects. 18 years ago
Daniel Grunwald 3144f01f07 Update to Boo 0.8.1. 18 years ago
Matt Ward 7724781cf6 Added support for casts and class method calls in the python code converter. 18 years ago
Daniel Grunwald 52c182c990 Fixed forum-7302: InvalidOperationException for code completion after new keyword. 18 years ago
Daniel Grunwald ebe69d2387 Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald fe0b68c19d Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 18 years ago
Matt Ward 4fb6119ab3 Added pre-build event to run UpdateAssemblyInfo.exe to Python.Build.Tasks and ClassDiagram projects. 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald e49d1e86ab Improve code completion after the "new" keyword. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 834324ad1f Update to Boo 0.8. 18 years ago
Daniel Grunwald 1dc3420a1b Fixed attribute completion. 18 years ago
Daniel Grunwald dd7e9de26c Assign DomRegion to ExpressionResult for describing the exact location where the expression was found. 18 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 18 years ago
Daniel Grunwald 7c21fdaa48 Add a .targets file to the build that gets automatically included when the C# 2.0 or VB 8 compiler is used. This .targets file will display warnings when the project uses MSBuild 3.5 features. 18 years ago
Daniel Grunwald 13f3fad76d Fixed deleting directories when "Use recycle bin" option was activated. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald a8c71399b6 Fixed SD2-1378: Bookmarks behave incorrectly when removing text 18 years ago
Daniel Grunwald 17e0c7325e git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2689 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 18 years ago
Daniel Grunwald e48a9bf413 When there are duplicate classes, treat both parts as implicitly partial. Fixes SD2-1217: Duplicate class name support in ProjectContent. 18 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald 67304d86f7 Support creating event handlers by double-clicking buttons in the WPF designer. 18 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 18 years ago
Daniel Grunwald 0333757269 Fixed build. 18 years ago
Daniel Grunwald 8675624e3c Fixed forum-18481: Problem with Boo Forms Designer when using TableLayoutPanel 18 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald b78db77094 Improved C#->VB converter. 18 years ago
Daniel Grunwald d3ebdfcab4 Worked on C# -> VB converter. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 18 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 18 years ago