3562 Commits (b4030339d788e7ded42eaf1a92a93426023eb58c)
 

Author SHA1 Message Date
Daniel Grunwald 9d66ca2fbd Remove SharpDevelop Reports template from data/templates 17 years ago
Daniel Grunwald 21cc29b04e Fixed forum-8540: code completion window opens and closes immediately when overwriting an identifier. 17 years ago
Daniel Grunwald 650e909244 Fixed forum-8538: incorrect selection on Undo/Redo. 17 years ago
Daniel Grunwald 7cd399e8d2 Fixed forum-8567: "invalid EmbeddedStatement" when using Dim in single-line-if "If a Then Dim b As String" 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Daniel Grunwald ce64b86579 Fixed type inference for methods with expression tree parameters. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 20fad3dd84 Forum-8545: Fixed color of +/- sign in folding marker. 17 years ago
Daniel Grunwald 707294326e Fixed exception when "Find references" finds a result in unsaved Designer.cs file. 17 years ago
Daniel Grunwald bcb4ace39a Fixed NRefactory bug when detecting cast expressions: If the tokens in the parenthesis look like a pointer type, don't check the cast follower. 17 years ago
Daniel Grunwald 0f7890a6a1 Remove WPF Designer. 17 years ago
Daniel Grunwald 899eccf099 Fixed build. 17 years ago
Daniel Grunwald 8d0d84ad0e Fixed build error when F# is not installed. 17 years ago
Robert Pickering d36a6cade0 Remove custom F# msbuild task. 17 years ago
Robert Pickering 7755f80fe8 Upgrade to F# version 1.9.6.2 which includes an msbuild task, so we can remove our custom task. 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Christian Hornung 7ec74630f8 Ignore errors when loading the view content mementos from LastViewStates.xml (may happen after low disk space condition, see http://community.sharpdevelop.net/forums/t/8592.aspx). 17 years ago
Christian Hornung e35c250c39 ResourceToolkit: Fixed exception when encountering an empty resource name in a ResourceManager constructor call. 17 years ago
Matt Ward e6e7966038 The language to use for localization of WiX UI dialogs can now be specified in the project options. 17 years ago
Daniel Grunwald 26f3ddb298 Don't load assemblies by partial name. 17 years ago
Matt Ward b4cc2ff514 References defined in a file template are now added along with their hintpath when adding a new file to a project. 17 years ago
Matt Ward 81527343aa Updated to WiX 3.0.4714 17 years ago
Matt Ward 8fb658431b No longer ignoring one of the python parser tests which now works in IronPython 2 17 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 17 years ago
Matt Ward 3b917d707f Changed the Python console window command line history so it behaves the same as ipy. Previously after reaching the start/end of the command line history the start/end command line would be shown again when moving the other way through the history. 17 years ago
Matt Ward 6a7bce1bcc Added IronPython.dll reference to Python console and winform project templates. 17 years ago
Daniel Grunwald a386bdc8ca Improved performance of code completion on variables with expensive type lookups (range variables, elements defined in XAML) 17 years ago
Daniel Grunwald d64c3db0da Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari) 17 years ago
Daniel Grunwald 3117fd80ec Patch by Alex Prudkiy: fixed random UnauthorizedAccessException when saving file 17 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Ivan Shumilin 6bf0f84408 Update references in test solution 17 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Daniel Grunwald 994ffb1812 Fixed bug in CompileModifiedProjectsOnly that could cause projects to not recompile even if they were changed. 17 years ago
Daniel Grunwald 35c6d0154e Fixed NullReferenceException in FileChangeWatcher.OnFileChangedEvent 17 years ago
Daniel Grunwald 688611c98e Don't swallow load errors 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 17 years ago
Matt Ward 3aef8c79fe The home key moves the cursor to the start of the line after the prompt in the Python Console. 17 years ago
Daniel Grunwald d06a875528 C++ sample: x64 support 17 years ago
Siegfried Pammer 4c5360f876 fixed SD2-1470 17 years ago
Matt Ward 63e7639f2b Updated to IronPython 2.0 RC 1 17 years ago
Matt Ward 754374cb01 Change GUIDs for setup components that changed when files were removed or added. 17 years ago
Ivan Shumilin a2c98174e2 Setup fix 17 years ago
Ivan Shumilin 89a3ce3a0a Setup fix 17 years ago
Ivan Shumilin cb95a5a4a3 Setup fix 17 years ago
Ivan Shumilin 3035c83c8e second attempt... 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 17 years ago
Matt Ward a7e361e83b Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually. 17 years ago
Christian Hornung 385f08cdaa Fixed SD2-1468 - Custom components tab does not show control with missing constructor. 17 years ago
Daniel Grunwald 9815697f23 Fixed build 17 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 17 years ago