2138 Commits (25612ba84475c7bc48a2c14f79b35d040f972475)

Author SHA1 Message Date
Daniel Grunwald 25612ba844 When an external AddIn is missing, allow removing the AddIn with the AddIn Manager. 17 years ago
Christian Hornung 661fdc3406 ResourceCodeGeneratorTool: Ensure that we do not overwrite an existing class (e.g. designed form) with the generated class. Output an error message when such a situation occurs. 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 356b72f930 Fixed handling of query continuations. 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 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 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
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 18 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 18 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. 18 years ago
Matt Ward 6a7bce1bcc Added IronPython.dll reference to Python console and winform project templates. 18 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 18 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 18 years ago
Daniel Grunwald 688611c98e Don't swallow load errors 18 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 18 years ago
Matt Ward 3aef8c79fe The home key moves the cursor to the start of the line after the prompt in the Python Console. 18 years ago
Ivan Shumilin a2c98174e2 Setup fix 18 years ago
Ivan Shumilin 3035c83c8e second attempt... 18 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 18 years ago
Matt Ward a7e361e83b Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually. 18 years ago
Christian Hornung 385f08cdaa Fixed SD2-1468 - Custom components tab does not show control with missing constructor. 18 years ago
Daniel Grunwald d2f3fac28c Mark HistoryView as IsViewOnly 18 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 18 years ago
Matt Ward 7efa7d9571 Fixed null reference exception that could occur if the TextBoxTextChanged event was fired before the XmlTreeEditor was created. 18 years ago
Daniel Grunwald fef66a43e6 Fixed exception opening StyleCop options when StyleCop is not installed 18 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 18 years ago
Christian Hornung d2fb81271c Fixed the Windows.Forms designer not reloading when a referenced assembly has been changed. 18 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 18 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 18 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 18 years ago
Siegfried Pammer 213abd0b2a Fixed null reference exception when debugger is running. 18 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 18 years ago
Daniel Grunwald a0d768dfff XML comments for WpfDesign. 18 years ago
Siegfried Pammer 122177828b Removed unused conditional breakpoint types and improved workflow of breakpoints. 18 years ago
Siegfried Pammer a9ad6e8f8a Small improvements in watch pad. 18 years ago
Daniel Grunwald 3c45d0ddae Remove ClassEditor. 18 years ago
Daniel Grunwald ed46c19785 Remove ClassWizard AddIn. 18 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 18 years ago
Matt Ward 567c4e9e48 Fixed SD2-1349 - WiX setup files editor shows misleading error when unable to find any TARGETDIR Directory or DirectoryRef elements. 18 years ago
Christian Hornung eb46887d5f Prevent project resource image editor from resetting the custom tool to ResXFileCodeGenerator when PublicResXFileCodeGenerator is selected. 18 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 18 years ago
Daniel Grunwald 031735218d Added PublicResXFileCodeGenerator. 18 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 18 years ago