5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
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
Siegfried Pammer 8e0a35862a trying to fix the build 16 years ago
Siegfried Pammer e3a5e7b462 replaced System.Data.SQLite.dll used by Profiler.Controller by the one in Libraries/SQLite 16 years ago
Siegfried Pammer ba7ab67c96 - added automatic x64 build of Hook 16 years ago
Siegfried Pammer 94c1f0b93c - updated all profiler projects to .NET 4 (fixes random build errors) 16 years ago
Daniel Grunwald 9865f6a922 Fixed ArgumentOutOfRangeException in SearchResultNode.ActivateItem. 16 years ago
Daniel Grunwald 1b10fc0c20 Implemented UpgradeView. 16 years ago
Daniel Grunwald 2d46880b72 Fixed ambience NullReferenceException (bug introduced in revision 4954) 16 years ago
Daniel Grunwald 0b1ed6d700 Update to AvalonDock 1.2.2648 16 years ago
Daniel Grunwald 2ff40b6d5a Include Profiler in SharpDevelop.sln; trying to fix the build error. 16 years ago
Daniel Grunwald cf8be1851d Add sorting support to WPF ListViews. 16 years ago
Siegfried Pammer cb730754c1 fixed build 16 years ago
Siegfried Pammer 1a64947a94 - integrated Profiler into SharpDevelop.Tests.sln 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 f10138bc6e Fixed build (SVNChangelogToXml was failing when only the 'SharpDevelop' directory was checked out). 16 years ago
Daniel Grunwald 822bf5ec92 Update SVNChangeLogToXml tool. 16 years ago
Daniel Grunwald f3ede72fc4 Remove unused conversion style sheets. 16 years ago
Daniel Grunwald 06df1f25f5 Add warnings/errors immediately to errors pad (don't wait for end of build). 16 years ago
Daniel Grunwald bb6dbbada5 Started work on UI for project upgrade (to .NET 4.0). 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
Philipp Maihart 0b89a4d29c Data AddIn: Fixed Composite Key FK Cardinality 16 years ago
Philipp Maihart 84294839c2 Data AddIn - Connection Wizard: Improved exception handling 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Siegfried Pammer 407ecdfe0d - added xml: completion 16 years ago
Christian Hornung b3e15c91cb Ported ResourceToolkit to ITextEditor. 16 years ago
Siegfried Pammer 72de8cfebd HexEditor: 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
Siegfried Pammer 17117c781d - Fixed Bugs in XAML completion 16 years ago
Daniel Grunwald 23db63a30e Allow users to change the AvalonEdit selection style. 16 years ago
Daniel Grunwald 881a67359f Ported Edit>Insert menu to ITextEditor. 16 years ago
Daniel Grunwald 468b173889 Fixed build. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 631487884e Merge 3.0 to trunk. 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
Martin Koníček 0c173cf688 Removed dependency on Value.ExpressionTree from Grid visualizer and WatchPad. 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
Martin Koníček 136e40f03d Removed dependency on Value.ExpressionTree from ObjectGraph visualizer. 16 years ago
Daniel Grunwald 6bdfc5a232 Forum-9934: work around exception by limiting class diagram to 10000x10000 pixels. 16 years ago
Martin Koníček 44635cdcca ObjectGraphNode has also Expression apart from Value, so that using Value.ExpressionTree won't be needed. 16 years ago
Martin Koníček 136cbfc513 Removed Value.ExpressionTree dependency from WindowsDebugger.GetTooltipControl. 16 years ago