4117 Commits (e8ae58da079631b36d2468fa5f33f3a303e82d42)
 

Author SHA1 Message Date
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
Matt Ward 608e01af81 Python forms designer now generating the correct code when assigning a DataSet to a DataGridView's DataSource. 16 years ago
Matt Ward 5fff800683 Python forms designer now supports local bitmap resources. 16 years ago
Robert Pickering 3793238da6 Fix breaking changes from may CTP. 16 years ago
Mike Krüger a3b56d8ca4 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 16 years ago
Matt Ward c3808243ec Fixed NRefactory unit tests. 16 years ago
Mike Krüger e0152e8500 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Removed 16 years ago
Matt Ward 941673ddd2 Empty form resource file (.resx) now being created and added to project when the python forms designer is used. 16 years ago
Matt Ward a489ea1e63 Fixed failing unit test. 16 years ago
Mike Krüger 6c6eae52d8 * Output/CSharp/VBNetToCSharpConverterTest.cs: Fixed unit test. 16 years ago
Mike Krüger 64ef2a35f7 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Mike Krüger 52cefeecb0 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: If statements 16 years ago
Matt Ward d810b90ab9 Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments. 16 years ago
Mike Krüger d80a5b833b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: removed embedded 16 years ago
Mike Krüger 5ad991bd51 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Correctly indent 16 years ago
Matt Ward e9fa0df4cc Convert class and method xml doc comments to python docstrings. 16 years ago
Matt Ward 067cfb1532 Added support for multiline comments in the python code converter. 16 years ago
Matt Ward 5f8687261b Single line comments now converted from C#, VB.NET to Python. 16 years ago
Matt Ward bd0f69b8de Python forms designer now ignores any statements before the form's InitializeComponent method is found (e.g. sys.path.append('...'). 16 years ago
Daniel Grunwald 5fea001e96 Avoid NullReferenceException when pasting text. 16 years ago
Matt Ward 9e9c0c657e Add 'import clr' if clr.GetType used in converted python code. 16 years ago
Matt Ward c487ec1948 Xor operator now converted to python correctly. 16 years ago
Matt Ward ef6155db5d Python converter no longer uses 'self' when calling a method inside a static method. 16 years ago
Matt Ward 7319925fef Python code converter now adds code to call the project's main entry method. 16 years ago