4228 Commits (e5de5a9d686cd36764879ed016419c6d2f62517f)
 

Author SHA1 Message Date
Daniel Grunwald 4c0620e367 Use different directory for debugger test cache. (reason the last two builds failed was that the debugger unit tests are caching the compiled test programs) 16 years ago
Daniel Grunwald 1d42e43287 Don't show MessageBox when running unit tests on build server. 16 years ago
Daniel Grunwald 0136a81aab Run debugger unit tests as 32-bit process. 16 years ago
Daniel Grunwald 2c343922df Trying to work around MSBuild Community Tasks always using AnyCPU-version of NUnit. 16 years ago
Daniel Grunwald d5e990ac19 Set UpdateSetupInfo to x86. 16 years ago
Matt Ward 892c9f534e Added extra unit tests. 16 years ago
Matt Ward 5d390ee9e1 Removed unused code. 16 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 16 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 16 years ago
Siegfried Pammer 6a248e8b58 - added SDPS version check 16 years ago
Christoph Wille badb902cbd 3.1.1 designation for setup and build artefact packaging 16 years ago
Siegfried Pammer e4591410ee optimized processing of *Self columns to avoid GUI hangs in SharpDevelop 16 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 16 years ago
Daniel Grunwald 93c1198fd4 NRefactory C# parser: fixed parse error for unknown attribute targets - the C# compiler only emits a warning for those 16 years ago
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 16 years ago
Daniel Grunwald cc0f7f60e7 Fix bug in "AddUsingDeclaration" refactoring: when running the refactoring two times quickly after another (without waiting for a reparse), the list of using declarations would get corrupted. 16 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 16 years ago
Daniel Grunwald 2d46880b72 Fixed ambience NullReferenceException (bug introduced in revision 4954) 16 years ago
Daniel Grunwald 39efc1c363 Fixed NRefactory C# parser bug with method calls on InnerClassTypeReferences ("A<T>.B.C<U>.Foo();") 16 years ago
Daniel Grunwald 835431f6ab Fixed bug in code determining the size of the name column in the profiler. 16 years ago
Daniel Grunwald 6543362d93 Update string resources. 16 years ago
Siegfried Pammer bccf8b8dd3 - added WPF assembly key for "Do not profile .NET internals" 16 years ago
Daniel Grunwald efa6ff705a Search for SDK tools in Windows 7 SDK. 16 years ago
Daniel Grunwald 41e2c36afa Fixed C# parser bug that caused InvocationExpressions to have no or incorrect locations. 16 years ago
Daniel Grunwald 0d6c72676b Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes. 16 years ago
Matt Ward a1b478b3fa Update to NUnit 2.5.2.9222 16 years ago
Matt Ward e9ae2efe47 Added unit test for generating textBox.PasswordChar property. 16 years ago
Daniel Grunwald 51dcc82ad4 NRefactoryASTConvertVisitor: produce correct DOM for inner classes inside generic classes (copy the type parameters into all inner classes) 16 years ago
Daniel Grunwald 9d6d9f20fe Fixed bugs loading method modifiers from Reflection/Cecil. 16 years ago
Daniel Grunwald 29e849b39f Fixed forum-9975: Python Designer generates incorrect code for TextBox.PasswordChar property 16 years ago
Daniel Grunwald 6bdfc5a232 Forum-9934: work around exception by limiting class diagram to 10000x10000 pixels. 16 years ago
Christian Hornung b537595e0b Fixed SD2-1016 - #Develop menus cannot be navigated using arrow keys when a winform has the focus. 16 years ago
Daniel Grunwald d3bfe7a542 Fixed forum-10060: CSharp Parser not setting EndLocation on some LocalVariableDeclaration objects 16 years ago
Daniel Grunwald 2059062c5e Work around SD2-1049 - XPath query combo box is case insensitive - by disabling auto-completion in the query combo box. 16 years ago
Daniel Grunwald f63bdc2ea3 Fixed SD2-1532: Context help (F1) does not work for constructor calls 16 years ago
Christoph Wille 64fd1de804 RTM information updated 16 years ago
Daniel Grunwald dc26f5bdec Fixed compiler warning in Boo AddIn. 16 years ago
Daniel Grunwald 63f0226ed5 Fixed forum-10068: members from COM Interop assembly not shown in code completion. 16 years ago
Daniel Grunwald 98fe76ebe4 Fixed forum-10067: incorrect indentation for nested if-statements without braces. 16 years ago
Siegfried Pammer 4d195d078b fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception 16 years ago
Siegfried Pammer b6fcec94d0 added workaround to fix http://community.sharpdevelop.net/forums/p/10063/27905.aspx 16 years ago
Daniel Grunwald ff2e75afb8 Revert r4902. 16 years ago
Mike Krüger 7772c03684 * Src/PrettyPrinter/IOutputAstVisitor.cs: Exposed some properties 16 years ago
Daniel Grunwald ab01f26709 Disable IME when ICSharpCode.TextEditor is used in .NET 4.0. 16 years ago
Siegfried Pammer 9e12c504eb fixed some localization issues in Profiler options panels 16 years ago
Matt Ward 31d9f8203e Update string resources. 16 years ago
Daniel Grunwald 7f2f49377d Fixed ArgumentOutOfRangeException in Boo forms designer and added workaround for another possible ArgumentOutOfRangeException (also when leaving the designer). 16 years ago
Daniel Grunwald 13e1fa6bb0 Fixed IsAccessible for "protected internal" members. (forum-9974) 16 years ago
Siegfried Pammer 75cec19ac1 - updated English translation 16 years ago
Daniel Grunwald f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago