3637 Commits (c1229ae1ac3767f9cb2eb5194694b52a893fb833)
 

Author SHA1 Message Date
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
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Siegfried Pammer dcbc8d5fdd added support for implicitly typed local variables in ExtractMethod, now the type is resolved before using it as a parameter in the new method's signature. 17 years ago
Matt Ward 381262f765 Updated to WiX 3.0.4917.0 17 years ago
Siegfried Pammer 5f1fccd9ce improved ExtractMethod 17 years ago
Siegfried Pammer c2d6a0cb80 fixed Bugs in ExtractInterface 17 years ago
Daniel Grunwald 4bc08d161a Add PrintDocument to default Toolbox. 17 years ago
Daniel Grunwald 2fd53108e1 Renamed "OK" button in solution configuration editor to "Close" (there's no way to cancel the changes). 17 years ago
Daniel Grunwald efc40af0ff Fixed SD2-1504: Tooltip not shown when code folded 17 years ago
Siegfried Pammer 61a20439ea fixed bugs in Extract Method 17 years ago
Daniel Grunwald e8edfd0864 Fixed updating properties in .user file. 17 years ago
Daniel Grunwald 653e996b6f Fixed SD2-1477 - Unable to save project settings in .user file. 17 years ago
Daniel Grunwald c7c5017022 Change base class of ToolBarCommand from ToolStripMenuItem to ToolStripButton. 17 years ago
Daniel Grunwald 24b1a71f09 Fixed bug introduced in revision 3744 (see SD2-1383) 17 years ago