1048 Commits (5c91c8bb320af6913f4ee486f84bd14dd57398e8)

Author SHA1 Message Date
Daniel Grunwald fb3be54913 DragMoveMouseGesture bugfix: use coordinates relative to design panel because MoveLogic expects those. 17 years ago
Daniel Grunwald bb8f2e52dd More cleanup. 17 years ago
Daniel Grunwald f9832d1ea6 WPF Designer code cleanup. 17 years ago
Daniel Grunwald 15a491ab76 GrayOutDesignerExceptActiveArea bugfixes 17 years ago
Daniel Grunwald 9ca4d90d0f Resurrect old version of WPF designer (from revision 3608) 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Martin Koníček 5b19084276 Fixed build. 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 17 years ago
Philipp Maihart 16f7f35979 EMD Designer: Several bugfixes concerning wizard/template problems when generating a new EDMX from database 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Philipp Maihart 8847410980 EDMX Generation finished: Additional MSL info for EntitySetMapping generation (EntityTypeMapping/MappingFragment) 17 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) 17 years ago
Matt Ward 5dd7ca5b36 Fixed null reference exception in form designer's NameCreationService when generating code with the python code dom serializer. 17 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 17 years ago
Philipp Maihart 4bea217c2f Data AddIn (Database Metadata Fetcher, Database Explorer, EDM Designer, WPF Wizard) 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 17 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 17 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 17 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 17 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 17 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 17 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Siegfried Pammer 88d6f02ff2 XamlBinding: 17 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 17 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 17 years ago
Daniel Grunwald 5869171226 Added PublicSettingsSingleFileGenerator (forum-8428). 17 years ago
Siegfried Pammer 07a072be0e XamlBinding: 17 years ago
Daniel Grunwald 137bb94ea0 Replace WorkflowDesigner with simple designer for Workflow Foundation 4.0. 17 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 17 years ago
Matt Ward 13e940da3b Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node. 17 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 17 years ago
Matt Ward eb27110cbf XML schema namespaces now visible in completion window. 17 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 17 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 17 years ago
Matt Ward 85e78d6762 Fixed bugs in XmlParser when getting the attribute value and attribute name when the attribute value contains an equals sign. 17 years ago
Matt Ward 5786346f6c When autocompleting an xml element end tag the cursor is now left inside the element after completion and not put at the end of the inserted end tag. 17 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 17 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 17 years ago