3900 Commits (80b46b6b8dcac69ebeb56ccfaa0257a323fcd6e3)
 

Author SHA1 Message Date
Daniel Grunwald e397b87c6b Fixed bug in "Find references": MemberLookupHelper.IsSimilarMember could return true when comparing a field with a local variable. 17 years ago
Daniel Grunwald 47ada746fd Fixed subversion state condition for directory/solution nodes. 17 years ago
Matt Ward dd315fcf54 Pressing the up key in the Python Console no longer closes the completion window if there is command history. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago
Matt Ward bb413180f5 Updated the installer version number to 3.1 17 years ago
Matt Ward 6caf13b7fc Enabled the python code conversion and forms designer. 17 years ago
Matt Ward d501410961 Updated to IronPython 2.0.1 17 years ago
David Srbecký 05aa02a7a8 Updated test output for ".NET Framework 3.5 SP1 Family Update" 17 years ago
Matt Ward d38d6ae257 Fixed null reference exception in WriteableProjectEvaluator if a null IProject is returned from the ProjectService.CurrentProject. 17 years ago
Matt Ward cd5c3f6364 Catch InvalidCastException in IronPython parser when parsing invalid code. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald e02ca7fc5e Allow SharpDevelop 3.0 addins to load in SharpDevelop 3.1. 17 years ago
Christoph Wille aa43c6fadb Version 3.1 designation 17 years ago
Matt Ward c1229ae1ac Updated string resources. 17 years ago
Robert Pickering a859e782a3 Fix problems with F# interactive, thanks Matt! 17 years ago
Siegfried Pammer d99197c07c Added translation for ExtractMethodForm 17 years ago
Christoph Wille 14fb112b7c Small documentation updates 17 years ago
Christian Hornung 9a36ba805b Forms designer: Fixed the reload interrupting the start of the debugger (forum-8997). Fixed the form being marked as dirty when doing a "warm" reload. 17 years ago
Matt Ward 73fbc027af Disabled local variable resolving in Python binding. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald f0c3caffd7 Fixed forum-8965: "+=" code completion for events did not work if delegate was declared in source code. 17 years ago
Daniel Grunwald 43733a4944 Ensure the window handle is created before using the main form as SynchronizeInvoke. Might fix forum-8974. 17 years ago
Daniel Grunwald ea4b5473c3 Fixed SD2-1517: Changes made in project options not being saved on configuration change. 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Christian Hornung 019db94649 Forms designer: Fixed removing and replacing field declarations in VB (the parser obviously specifies the field regions in a different way). 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald 195a4cac61 Fixed code completion on nullables. 17 years ago
Daniel Grunwald f5b7441d61 Update to Boo 0.9.0.3203. 17 years ago
Christian Hornung 50ee5770d6 Add redirection rule for FormsDesigner assembly. 17 years ago
Christian Hornung 2ba95f3f4f Enabled strong name signing for the FormsDesigner assembly. 17 years ago
Christian Hornung b932d4fd46 Fixed SD2-1518 - Removing a component from Form is not saved. 17 years ago
Matt Ward 06e42e3b60 Line counter addin sample now compiled into AddIns\Samples\LineCounter folder. 17 years ago
Matt Ward 1f4a614b4c Removed XamlDesigner sample. 17 years ago
Matt Ward 0a31a6ee30 Snippet Compiler sample now compiles. 17 years ago
Christian Hornung e0791cefb3 ResourceToolkit: Show a message instead of an exception when a resource file cannot be read or written when deleting or renaming keys. 17 years ago
Matt Ward adff7b48bf Project options now working for F# projects. 17 years ago
Christoph Wille 17c95c5a35 Remove setup\bin directory to get rid of the .wixpdb file 17 years ago
Daniel Grunwald 0583126bf3 Update to Boo 0.9.0.3153. This fixes SD2-1495. 17 years ago
Daniel Grunwald a2c4a6783f Use EditRawProperty for strong name key: allow using MSBuild properties in the key file path. 17 years ago
Daniel Grunwald d8ff8210c5 Remove abstract/sealed modifiers from interface when extracting an interface from a class. 17 years ago
Daniel Grunwald 7a71e05316 Fixed context menu of side bar: 17 years ago
Daniel Grunwald 1b7cd19159 Minor changes to BuildWorker. 17 years ago
Daniel Grunwald aef5688593 Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Daniel Grunwald 1a0d6c4cdd Fixed SD2-1510: Too slow startup when DesignerViewContent.cs was open 17 years ago
Christoph Wille 3b591a0b8d Release candidate designation for setup 17 years ago
Daniel Grunwald 086444c2e3 Trying to fix build of F# binding. 17 years ago
Daniel Grunwald a8dd913eb1 Fixed build. 17 years ago
Robert Pickering 02d3d085d2 Build F# plugin with --standalone switch to avoid dependency problems. 17 years ago