2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
Daniel Grunwald 9730e9b2ce Revert revision 3700. 17 years ago
Siegfried Pammer 2c7a1477ef implemented some stability checks into ShowErrorHelpCommand 17 years ago
Matt Ward 83f1a70b35 Fixed SD2-784 - File still considered dirty after undoing all changes. 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Matt Ward 3521331803 Fixed SD2-1213. The Unit Tests tree view now updates correctly when a duplicate test class has its name changed. 17 years ago
Matt Ward b42119f27c Correct F# targets file now used when creating a new F# project. 17 years ago
Siegfried Pammer aa66c1f847 Implemented insertion of "#End Region" Tags. 17 years ago
Siegfried Pammer 85a49fecab fixed insertion of End-Statements in VBNetBinding 17 years ago
Daniel Grunwald e9371ce7bc Make use of using scopes for resolving type and namespace names. 17 years ago
Siegfried Pammer 7235fd6683 Added BuildError to Task, sightly modified FxCopLogger to pass over the error code to the BuildError instance; Added ShowErrorHelpCommand to directly show help for build errors (except FxCop and StyleCop) 17 years ago
Daniel Grunwald 21ec6655aa Ignore exceptions during shutdown after a debugger error (e.g. trying to debug 64-bit process) 17 years ago
David Srbecký 8caabfea65 Fixed SD2-1479 - Null exception when running a Python project with the debugger; 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
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 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
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 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
Ivan Shumilin a2c98174e2 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 d2f3fac28c Mark HistoryView as IsViewOnly 17 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. 17 years ago
Matt Ward 7efa7d9571 Fixed null reference exception that could occur if the TextBoxTextChanged event was fired before the XmlTreeEditor was created. 17 years ago
Daniel Grunwald fef66a43e6 Fixed exception opening StyleCop options when StyleCop is not installed 17 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Christian Hornung d2fb81271c Fixed the Windows.Forms designer not reloading when a referenced assembly has been changed. 17 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 17 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 17 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 17 years ago