5031 Commits (656cd6cb97fae81fc8395bb974e4c44b0fc79664)
 

Author SHA1 Message Date
Christian Hornung b537595e0b Fixed SD2-1016 - #Develop menus cannot be navigated using arrow keys when a winform has the focus. 16 years ago
Siegfried Pammer b55d031490 - Fixed bugs in OptionBinding 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
Daniel Grunwald d9eb20c602 Add UsageDataCollector to Setup. 16 years ago
Daniel Grunwald 11e4bb94bb AvalonEdit: Fixed bugs in "Spaces to tabs" and "Remove trailing whitespace". 16 years ago
Daniel Grunwald bcdb9822f4 Upload the full stack trace (including inner exceptions) 16 years ago
Daniel Grunwald aac9d32ea2 Fixed exception when network connection is not available; use MTOM message encoding. 16 years ago
Daniel Grunwald 864ebd6793 Implemented upload of usage data. 16 years ago
Daniel Grunwald 144f957f92 Split UsageDataCollector into reusable assembly and AddIn. 16 years ago
Daniel Grunwald 62618b2975 MSBuildEngine: move injection of AdditionalTargetFiles after the WinFX targets when compiling with 3.5 or 4.0 toolset. 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
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 16 years ago
Daniel Grunwald 91c7b3aec8 Update to AvalonDock 1.2.2641 16 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Daniel Grunwald 5e94ab1f54 Delay writing feature uses to disk - don't wait for the hard-drive. 16 years ago
Siegfried Pammer 4d195d078b fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception 16 years ago
Siegfried Pammer ffc33f2237 fixed missing/wrong items displayed in {x:Type} completion 16 years ago
Daniel Grunwald 252a8c3ee7 Update AvalonDock to 1.2.2632 16 years ago
Daniel Grunwald 465a5f38e9 Fixed AvalonEdit bug when deleting text including a folded section. 16 years ago
Daniel Grunwald 41462b6dc8 Add documentation for UsageDataCollector. 16 years ago
Daniel Grunwald 37b6cda61f Prepared code to delete uploaded usage data (upload itself still not implemented). 16 years ago
Daniel Grunwald 43fe9dd08a Trying to fix the build (why is the XAML compiler so fragile?) 16 years ago
Daniel Grunwald 49178eb1e5 Worked on UsageDataCollector. 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago
Daniel Grunwald a2d7a61961 Fixed infinite loop introduced in recent change to folding. 16 years ago
Daniel Grunwald 903eb9dd04 Fixed infinite recursion in TextEditor.ScrollTo (bug introduced in r4910) 16 years ago
Daniel Grunwald ee1198eb4c Update setup to include new AddIns (Data.AddIn, WPF Designer, C++ Binding) 16 years ago
Daniel Grunwald c9c4590137 Add C++ binding (without parser) to SharpDevelop solution. 16 years ago
Daniel Grunwald 5dae574aec Add simple XmlReader-based XmlFoldingStrategy to AvalonEdit. 16 years ago
Siegfried Pammer b6fcec94d0 added workaround to fix http://community.sharpdevelop.net/forums/p/10063/27905.aspx 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 16 years ago
Daniel Grunwald c7b89dc68f Fixed FxCop issues in ICSharpCode.AvalonEdit.Xml 16 years ago
Daniel Grunwald 317621c567 Build hyperlink support into AvalonEdit and enable it by default. 16 years ago
Daniel Grunwald 3c3ff30a5b AvalonEdit: 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Philipp Maihart bd04de0cd0 EDMDesigner: Fix in Constraint Cardinality 16 years ago
Philipp Maihart 626fbce37f Data-AddIn/EDMDesigner: Support for composite PKs & FKs (Association resolution buggy) 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 2c39426725 AvalonEdit now creates an invisible Win32 caret. This is necessary for features like 'Follow text editing' in the Windows Magnifier. 16 years ago
Daniel Grunwald ab01f26709 Disable IME when ICSharpCode.TextEditor is used in .NET 4.0. 16 years ago
Philipp Maihart 37ffd28b97 EDM Designer: Reading User Defined Data Types, Domain Model, SQL Server Implementation (just reading metadata) 16 years ago
Siegfried Pammer 7dc8e0b947 - fixed bug in OptionBinding 16 years ago
Martin Koníček 47f6467d39 Fixed minor bug in DebugType.CreateFromName. 16 years ago