925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Daniel Grunwald ee1198eb4c Update setup to include new AddIns (Data.AddIn, WPF Designer, C++ Binding) 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into 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
Philipp Maihart 37ffd28b97 EDM Designer: Reading User Defined Data Types, Domain Model, SQL Server Implementation (just reading metadata) 16 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 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 f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago
Christian Hornung d413a6fb9d Fixed SD2-1588 - Automatic SVN add of forms designer .resx file fails. 16 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
Daniel Grunwald 68fe102c06 Bracket highlighting: Create a different figure for start and end bracket (don't draw combining line when end bracket is on the next line after the start bracket) 16 years ago
Daniel Grunwald 75b4682d7f Expand foldings when the caret is moved into them. 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Siegfried Pammer a1be8c67f6 Only refresh the bracket highlighting when it actually changed. Use same colors as the old editor. 16 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Siegfried Pammer 19406653ea - improved WPF designer in some areas 16 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 16 years ago
Siegfried Pammer ffa6cf7b41 - removed x-support from XamlResolver 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Daniel Grunwald 8c715253b5 Add WPF Designer back to SharpDevelop 4. 16 years ago
Daniel Grunwald 36baa1af87 Move WPF Designer to .NET 4.0. 16 years ago
Daniel Grunwald c21ee80fc1 Some FxCop cleanup 16 years ago
Daniel Grunwald 46caf75b22 A few FxCop fixes and missing documentation. 16 years ago
Daniel Grunwald 05982705ab Code cleanup; fixed moving controls in and out of containers that had transforms applied. 16 years ago
Daniel Grunwald d47aae7e41 GrayOutDesignerExceptActiveArea: only primary selection 16 years ago
Daniel Grunwald 1884f91c61 Fix unit tests. 16 years ago
Daniel Grunwald 8a6b4fe28c Get rid of own HashSet implementation. 16 years ago
Daniel Grunwald fb3be54913 DragMoveMouseGesture bugfix: use coordinates relative to design panel because MoveLogic expects those. 16 years ago
Daniel Grunwald bb8f2e52dd More cleanup. 16 years ago
Daniel Grunwald f9832d1ea6 WPF Designer code cleanup. 16 years ago
Daniel Grunwald 15a491ab76 GrayOutDesignerExceptActiveArea bugfixes 16 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Martin Koníček 5b19084276 Fixed build. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 16 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 16 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 16 years ago
Philipp Maihart 16f7f35979 EMD Designer: Several bugfixes concerning wizard/template problems when generating a new EDMX from database 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Philipp Maihart 8847410980 EDMX Generation finished: Additional MSL info for EntitySetMapping generation (EntityTypeMapping/MappingFragment) 16 years ago
Philipp Maihart 3fe9a3f4c7 Several improvements on Designer, WizardWindow, Template for EDMX creation (EDMX creation isn't working yet because of the missing EntityTypeMapping support of Edmgen.exe) 16 years ago