4040 Commits (98fe76ebe4cb71b85a3ecb387aa14a834b52b0a0)
 

Author SHA1 Message Date
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 16 years ago
Daniel Grunwald f5c68e18cd Fixed SD2-1550 - Exception creating new F# project when F# compiler is not installed 16 years ago
Daniel Grunwald 36b451624a Fixed InvalidOperationException in ReflectorAddIn when the 'run as administrator' compatibility option is set on Reflector.exe. 16 years ago
Daniel Grunwald ac661446f4 Disable upgrades from SharpDevelop 3.0 to 3.1 (the user will be prompted to uninstall 3.0 first). Fixes SD2-1565 - Microsoft.Scripting.dll removed by upgrade 3.0 -> 3.1. 16 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 16 years ago
Mike Krüger fc6e55f483 * Src/Visitors/LookupTableVisitor.cs: Lookup table visitors now can 16 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 16 years ago
Matt Ward 583bfa2611 Fixed bug where some TreeNode properties were not set when loading a form into the python forms designer. 16 years ago
Mike Krüger a4a77737bd * Src/Visitors/LookupTableVisitor.cs: Catch variable declarations 16 years ago
Matt Ward 459801ecaa Updated to IronPython 2.0.2 16 years ago
Daniel Grunwald e96149c718 Show version number of installed 3rd party AddIns in exception dialog. 16 years ago
Matt Ward 778c760b8d Added support for code folding of global python methods defined outside of a class. 16 years ago
Daniel Grunwald de88a9a00b Use svn:eol-style=native for NRefactory. 16 years ago
Daniel Grunwald a07a78e80b CSharpOutputTest: don't ignore whitespace. 16 years ago
Daniel Grunwald ed3f9e5dbb Consistently use "http://schemas.microsoft.com/winfx/2006/xaml/presentation" as WPF XML namespace. 16 years ago
Daniel Grunwald e18549f293 Made text boxes for Postbuild/Prebuild events multi-line (forum-9791). 16 years ago
Mike Krüger 1489bafa98 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Daniel Grunwald 76390acbef Setup: Fixed issue in .booproj file association. 16 years ago
Mike Krüger 3ba7f361b6 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Corrected else in 16 years ago
Siegfried Pammer 1abebe579b fixed SD2-1551 16 years ago
Daniel Grunwald d93c72444b Changed GUID for Microsoft.Scripting.dll 16 years ago
Daniel Grunwald 83f72a30af Fixed forum-9335: checked state in FileTypeRegisterer option panel is incorrect for some entries. 16 years ago
Daniel Grunwald 14a68c6e4b TaskView: show paths relative to the solution directory 16 years ago
Daniel Grunwald 2029a5f0e1 Mark SdaUser sample as 32-bit. 16 years ago
Daniel Grunwald df06006d8b Make "Open in explorer" available for solution items and directories. 16 years ago
Daniel Grunwald db8acb32fd Fixed forum-9732: exception opening F# interactive pad. 16 years ago
Daniel Grunwald 0674fca732 Fixed bug introduced in revision 4452 (IOException on startup). 16 years ago
Daniel Grunwald db3f066b73 Fixed SD2-893 - Searching text in a directory with no access permissions throws exception 16 years ago
Daniel Grunwald f2a7b38c6c Fixed potential ArgumentNullException in search (forum-9109, though I couldn't reproduce it). 16 years ago
Daniel Grunwald 6ace8895af NRefactory: Fixed incorrect end column in C# type declarations. 16 years ago
Daniel Grunwald bf075f251b Fixed copying from ICSharpCode.TextEditor to wordpad (encode of characters that are not in Windows-1252). 16 years ago
Daniel Grunwald 12f8a85a91 Fixed forum-9591: NUnit test results are read with incorrect encoding. 16 years ago
Daniel Grunwald 46d59d6d7f Fixed forum-9717: exception using Project - Add - New Folder when the project browser is not open. 16 years ago
Matt Ward ff0f641269 Fixed bug when converting references to 'this' and event handlers to python. 16 years ago
Matt Ward a65729ccd1 Fixed null reference exception when converting a constructor to python. 16 years ago
Mike Krüger b9ebdadd18 * Src/Visitors/AbstractAstTransformer.cs: Made node stack protected. 16 years ago
Daniel Grunwald 89c64e389c Fixed thread-safety problem in DefaultReturnType. 16 years ago
Matt Ward ae509da424 Updated to NUnit 2.5.1 16 years ago
Daniel Grunwald 03339ba83a Fixed build. 16 years ago
Daniel Grunwald 5467f54ba2 Fixed thread-safety problem in SearchClassReturnType. 16 years ago
Mike Krüger 80b46b6b8d * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Improved 16 years ago
Matt Ward 242b00a787 ListViewItems with imageIndex or imageKey set are now created correctly in generated python forms designer code. 16 years ago
Matt Ward 3851cecf1f Updated to the final build of WiX 3.0 (3.0.5419) 16 years ago
Matt Ward 4b1a54a220 Child tree nodes now added on loading a form in the python forms designer. 16 years ago
Matt Ward 0f64ad149a Code now generated for TreeView TreeNodes in the python forms designer. 16 years ago
Matt Ward 7e7ce2ff0b Code generation and ImageList resources now supported in python forms designer. 16 years ago
Daniel Grunwald 3a0fe2b1b2 FileUtility.IsValidPath(...) and additional directory tests (patch by Frederick Kautz) 16 years ago
Matt Ward 1ed615860b Added support for icon resources in python forms designer. 16 years ago
Matt Ward 0edfe8266f Added some missing IronPython files. 16 years ago
Matt Ward 4191d2b45a Bitmap resources on the main form are now supported in the python forms designer. 16 years ago