Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-14Fix source usage (#2637)Marius Ungureanu
* [Ide] Remove dead code. * [Ide] Fix possible de-registrations of unregistered sources.
2017-05-23[Ide] Added insanity check to prevent that that repasing is done afterMike Krüger
dispose. Had a log that showed that the reparsing is tried on a disposed editor. Shouldn't happen in the current implementation but I added a check to ensure that's not happening.
2017-05-16Merge pull request #2418 from mono/master-OptimizeMarkersMike Krüger
Master optimize markers
2017-05-15[TextEditor] Improved code readability.Mike Krüger
2017-05-15[Ide] Optimized IDE SegmentTree implementation as well.Mike Krüger
2017-05-12[Ide] Avoid iterators on iterating textchanges.Marius Ungureanu
This showed up pretty high on List<T> enumerator allocations.
2017-05-09[Core] Break circular reference in TextEditor.Marius Ungureanu
The ExtensionContext had a weakref to the condition, but the condition was hard-referenced by the Editor itself. Break this chain.
2017-05-04Revert "Merge remote-tracking branch 'origin/huge-leak-fixes-proper-rebased'"Alan McGovern
This reverts commit 00879ff951ae13b21ed550e87494e09fe4f78e42, reversing changes made to 9d302f4978e67538b4fbf6ae4b5353444bb76ab4.
2017-05-03[Core] Break circular reference in TextEditor.Marius Ungureanu
The ExtensionContext had a weakref to the condition, but the condition was hard-referenced by the Editor itself. Break this chain.
2017-04-25[Ide] Move auto save handling to texteditorviewcontent.Mike Krüger
2017-04-25Fixed 'Bug 55308 - Save as, then open original CSS or HTML file, youMike Krüger
get "An Autosave file has been found for this file"'
2017-04-19Fixed 'Bug 55308 - Save as, then open original CSS or HTML file, youMike Krüger
get "An Autosave file has been found for this file"'
2017-03-31Clean up some of the new/moved extension pointsMikayla Hutchinson
2017-03-29PR feedbackDavid Pugh
2017-03-29Yet another cut on adding ITextView to MD.David Pugh
2017-03-28Misc opt (#1960)Marius Ungureanu
* [Core] Remove superfluous ToCharArray. * [Perf] Optimize StringBuilder usage Go through StringBuilder.Append(string) and StringBuilder.Append(object) usages. As follows, we no longer concat strings before appending to a stringbuilder, and we no longer box valueTypes which go through Append(object). * [Perf] Optimize StringBuilder.AppendLine Most notable improvements are in AssemblyBrowser and Diff calculation. * Fix feedback.
2017-03-28Revert "Merge remote-tracking branch 'origin/vNext-webtools-platform'"Lluis Sanchez
This reverts commit fb003d4f8c55f97f7947fcaf4ae220d0ebac8f12, reversing changes made to edcdc0d8daa4c25bb8ce36e2dd490c8a50439537.
2017-03-28Merge pull request #1933 from mono/native-popupsVsevolod Kukol
[Ide] Native Popups and Tooltips
2017-03-28Merge remote-tracking branch 'origin/vNext-webtools-platform'Lluis Sanchez
2017-03-28Merge pull request #1997 from mono/dev/dpugh/addtextviewLluis Sanchez
Yet another cut on adding ITextView to MD.
2017-03-28Merge remote-tracking branch 'origin/master' into native-popupsVsevolod Kukol
2017-03-27Fix tooltips in editorDavid Karlaš
Bug was caused in ffc89f1c0 with changes in main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditorDisplayBinding.cs file which changed to set MimeType during construction instead after construction which resulted in MimeTypeChanged event not being triggered hence tooltip providers not set, hence no tooltips
2017-03-27Merge remote-tracking branch 'origin/master' into native-popupsVsevolod Kukol
2017-03-27Merge branch 'master' into vNext-webtools-platformLluis Sanchez
2017-03-24[Ide] Fix Gtk tooltip allocation in TooltipProviderVsevolod Kukol
If the tooltip is a Gtk.Window, it is not quarateed that its content is visible initially. And Xwt.NativeWindowFrame does not ensure content visibility. As a workaround we can simply call Gtk.Window.ShowAll () instead of the wrappers Show() method. (fixes bug #53901)
2017-03-24Merge remote-tracking branch 'origin/master' into native-popupsVsevolod Kukol
2017-03-24Merge remote-tracking branch 'origin/vNext-webtools-platform' into ↵David Pugh
dev/dpugh/addtextview # Conflicts: # main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2017-03-24Merge remote-tracking branch 'origin/master' into vNext-webtools-platformLluis Sanchez
2017-03-24Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-24Merge remote-tracking branch 'origin/vNext-webtools-platform' into ↵David Pugh
dev/dpugh/addtextview
2017-03-24PR feedbackDavid Pugh
2017-03-22Fixed 'Bug 53328 - Web Editors ignore Tools / Options / Text Editor /Mike Krüger
Behavior -> Insert matching brace'
2017-03-21Yet another cut on adding ITextView to MD.David Pugh
2017-03-21Revert "Dev/dpugh/movetv"Lluis Sanchez
2017-03-21Merge remote-tracking branch 'origin/vNext-webtools-platform' into ↵David Pugh
dev/dpugh/movetv # Conflicts: # main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorData.cs
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-10Fixed 'Bug 52994 - EOL errors are not displayed'Mike Krüger
2017-03-10Fixed 'Bug 53197 - hyperlink locations shift'Mike Krüger
2017-03-09[Ide] Xwt driven TooltipInformationWindowVsevolod Kukol
2017-03-09[Ide] TooltipProvider tooltips are WindowsVsevolod Kukol
2017-03-07Merge vNext into roslyn-ivtDavid Karlaš
# Conflicts: # main/external/debugger-libs # main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.csproj # main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionEditorExtension.cs # main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj # main/src/core/MonoDevelop.Ide/packages.config # version-checks
2017-03-04Have MD TextDocument use and expose a VS TextDocument.David Pugh
2017-03-02[TextEditor] Exposed text batch change API.Mike Krüger
The on the fly formatter is now using that as well - the old implementation was too slow now.
2017-02-27Fixed 'Bug 52765 - [Webtools] Save(As) not working for loose files'Mike Krüger
2017-02-23Merge branch 'vNext-webtools' into vNext-webtools-platformMike Krüger
2017-02-23Merge branch 'vNext' into vNext-webtoolsMike Krüger
2017-02-23Fixed 'Bug 52699 - Lamba argument renaming shows code completion whichMike Krüger
shouldn't'
2017-02-22[TextEditor] Changed text changed model.Mike Krüger
It's now like vs.net where a batch of changes are done in a single event.
2017-02-01[Ide] Added an IsUntitled property to DocumentContext.Mike Krüger
2017-01-31Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson