0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated dependencies to refer to MonoDevelop 1.0. Updated version to 0.7
Matt Ward
as mrward
More... almost 17 years ago
Updated ChangeLog ready for 0.6 release.
Matt Ward
as mrward
More... almost 17 years ago
Updated dependencies to refer to MonoDevelop 0.19. Removed XPath Query menu items.
Matt Ward
as mrward
More... almost 17 years ago
Added implementation for new IEditable EnableUndo and EnableRedo properties.
Matt Ward
as mrward
More... almost 17 years ago
Updated code to work with MonoDevelop 0.18.1 (Beta 3). XPath query pad removed from display bindings since it prevents MonoDevelop from starting up.
Matt Ward
as mrward
More... about 17 years ago
Added NAnt 0.85 schema written by Hannes Kuppelwieser.
Matt Ward
as mrward
More... about 17 years ago
Updated change log with changes made for 0.5 release.
Matt Ward
as mrward
More... over 17 years ago
XML Editor now compiles and works with MonoDevelop 0.15
Matt Ward
as mrward
More... over 17 years ago
Configure now checks the MonoDevelop version is 0.14
Matt Ward
as mrward
More... over 17 years ago
Updated changelog ready for a snapshot release 0.4 that builds against MonoDevelop 0.14
Matt Ward
as mrward
More... over 17 years ago
XmlCompletionData now implements the IActionCompletionData interface. All xml completion is now done via the InsertAction method.
Matt Ward
as mrward
More... over 17 years ago
The completion list window now selects the matching namespace during namespace completion.
Matt Ward
as mrward
More... over 17 years ago
The completion list window now selects the matching list item when the user types in a special xml character (e.g. colon).
Matt Ward
as mrward
More... over 17 years ago
Removed the ICompletionData, ICompletionDataProvider and the ICompletionWidget files. The XML editor now uses these interfaces from MonoDevelop. The 0.14 MonoDevelop assemblies are now referenced in the addin xml file.
Matt Ward
as mrward
More... over 17 years ago
XML Editor can now be compiled against MonoDevelop revision 77999. Updated MonoDevelop.XmlEditor.addin.xml so it uses the new format and extension points. Fixed compilation errors due to namespace changes in MonoDevelop and its use of Mono.Addins.
Matt Ward
as mrward
More... over 17 years ago
The XML editor now supports the 'application/xml' mime type.
Matt Ward
as mrward
More... almost 18 years ago
XmlEditorViewContent now implements the new ITextFile's GetCharAt method.
Matt Ward
as mrward
More... almost 18 years ago
Updated changelog ready for a snapshot release 0.3 that builds against MonoDevelop 0.13
Matt Ward
as mrward
More... almost 18 years ago
Updated Xml Editor addin assembly version to 0.3
Matt Ward
as mrward
More... almost 18 years ago
Updated configure to check for MonoDevelop 0.13. Xml Editor addin version set to 0.3.
Matt Ward
as mrward
More... almost 18 years ago
Renamed menu item to 'Go to Schema Definition' to be consistent with MonoDevelop which has 'Go to' as two separate words.
Matt Ward
as mrward
More... almost 18 years ago
Added missing addin dependencies to MonoDevelop.XmlEditor.addin.xml file.
Matt Ward
as mrward
More... almost 18 years ago
Added unit test for QualifiedName.GetHashCode()
Matt Ward
as mrward
More... almost 18 years ago
Updated the version number of the MonoDevelop dependencies to 0.13.0
Matt Ward
as mrward
More... almost 18 years ago
Copied the ICompletionData, ICompletionDataProvider and ICompletionWidget interfaces into the XML Editor project from MonoDevelop 0.12. Due to changes in the code completion infrastructure in the latest version of MonoDevelop the XML Editor would not compile. The old versions of the completion interfaces have been used as an interim fix before attempting to use the new infrastructure.
Matt Ward
as mrward
More... almost 18 years ago
Updated the NAnt 0.85 schema.
Matt Ward
as mrward
More... about 18 years ago
Fixed compilation errors due to methods being renamed in MonoDevelop's TaskService class.
Matt Ward
as mrward
More... about 18 years ago
Added workaround used in MonoDevelop.SourceEditor to fix a problem with the gtk treeview stealing focus. The workaround changes the focus back to the editor and scrolls to the cursor position again after a short timeout. Without this workaround the XML editor would fail to scroll to the correct line when opening a large xml file for the first time. For example, when selecting the Goto Schema Definition menu item, with the schema file not already open, would fail to scroll the editor so the correct line was displayed.
Matt Ward
as mrward
More... about 18 years ago
Added Goto Schema Definition menu item. This allows the user to select an element, attribute or attribute value and jump to the corresponding schema definition.
Matt Ward
as mrward
More... about 18 years ago
When an XPath query is executed the notebook page showing the results is made the current page.
Matt Ward
as mrward
More... about 18 years ago